diff options
author | hshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 01:27:54 +0000 |
---|---|---|
committer | hshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 01:27:54 +0000 |
commit | efafa3ad9ae27ba80eebd928122d32fe9660d510 (patch) | |
tree | 994077622cedac1fc7ed1c460f251c6c88891c81 /rlz/lib | |
parent | 089bd32fc839aa0c0ed303cf1bceb0e427c110e3 (diff) | |
download | chromium_src-efafa3ad9ae27ba80eebd928122d32fe9660d510.zip chromium_src-efafa3ad9ae27ba80eebd928122d32fe9660d510.tar.gz chromium_src-efafa3ad9ae27ba80eebd928122d32fe9660d510.tar.bz2 |
Revert 197194 "<webview>: Fix redirect from about:blank"
> <webview>: Fix redirect from about:blank
>
> Some sites replace default link behavior with the following snippet:
>
> function open(href) {
> var w = window.open('', '_blank');
> w.opener = null;
> w.document.write('<META HTTP-EQUIV="refresh" content="0; url=' +
> href + '">');
> w.document.close();
> }
>
> The subsequent navigation fails because it's delegated to the browser
> process, and the New Window API is not expecting browser-side navigation
> prior to attachment.
>
> This patch delays all pre-attachment navigations until attachment.
>
> BUG=233475, 222618
> Test=WebViewInteractiveTest.NewWindow
>
> Review URL: https://chromiumcodereview.appspot.com/13837005
The WebViewInteractiveTest.NewWindow is failing on Mac bots.
TBR=fsamuel@chromium.org
Review URL: https://codereview.chromium.org/14561004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197212 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'rlz/lib')
0 files changed, 0 insertions, 0 deletions