summaryrefslogtreecommitdiffstats
path: root/rlz/lib
diff options
context:
space:
mode:
authorhshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-30 01:27:54 +0000
committerhshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-30 01:27:54 +0000
commitefafa3ad9ae27ba80eebd928122d32fe9660d510 (patch)
tree994077622cedac1fc7ed1c460f251c6c88891c81 /rlz/lib
parent089bd32fc839aa0c0ed303cf1bceb0e427c110e3 (diff)
downloadchromium_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