commit | a815b5a79430d535407a40cff85bd95683648f70 | [log] [tgz] |
---|---|---|
author | Hiroshige Hayashizaki <hiroshige@chromium.org> | Thu Sep 03 07:14:36 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Sep 03 07:14:36 2020 |
tree | d60dfd354148153967ad7ec86d2c034e651344eb | |
parent | ab4c6d0b793252551760bfcaf46d90dc65d9d4c1 [diff] |
[WPT] Check worker.onerror message This CL checks that worker.onerror event's `message` field contains the original exception's message, "TypeError", etc. This is a regression test for crbug/590219, where Chromium set the message to just "Uncaught ". This CL also refactors `exception-in-onerror.js` and renames it to `throw.js`, to share it from multiple test files. Bug: 590219 Change-Id: I7184eba7a9a6a7f08b1ef6eed95bc49adb91fcdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368621 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Dominic Farolino <dom@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#804142}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.