| commit | add02293cf597c9e39a77debbeaa53a4e151617c | [log] [tgz] |
|---|---|---|
| author | Keishi Hattori <keishi@chromium.org> | Fri Apr 19 11:58:44 2019 |
| committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 19 11:58:44 2019 |
| tree | dfc443103e5b1892f9db19f3bfc76f24d57bb1dd | |
| parent | 9f4031e3be9d2cd41658e74834e78666c76d7d1e [diff] |
Modify frameset console to use postMessage To introduce EventLoop concept we can't have AllowUniversalAccessFromFileURLs changing midway, and so we will be making AllowUniversalAccessFromFileURLs false for web_tests by default. Tests using frameset, write in the frame to show text. Without AllowUniversalAccessFromFileURLs, you cannot write directly into it, so this CL changes them to use postMessage. Bug=804661 Change-Id: I22a48a6a856f4cb2b14bcc956a2fa2cf47cea3f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573521 Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#652512}
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 .