diff options
author | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 01:27:15 +0000 |
---|---|---|
committer | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 01:27:15 +0000 |
commit | 979a4bc639c02064f3dc6b57abdce2d4f5eff0c2 (patch) | |
tree | 45b9f614ea0d4b13accb640133736f4d409a14ab /content/renderer/render_view_impl.h | |
parent | a9d2b8ff6ad9886baf661f428e662af7e992a0f8 (diff) | |
download | chromium_src-979a4bc639c02064f3dc6b57abdce2d4f5eff0c2.zip chromium_src-979a4bc639c02064f3dc6b57abdce2d4f5eff0c2.tar.gz chromium_src-979a4bc639c02064f3dc6b57abdce2d4f5eff0c2.tar.bz2 |
Revert 195553 "Allow showing pending URL for new tab navigations..."
Caused spike in renderer crashes.
> Allow showing pending URL for new tab navigations, but only if safe.
>
> We revert to showing the opener's URL if it modifies the content of the
> initial blank page before the pending URL commits, to prevent URL spoofs.
>
> Implications:
> - All renderer-initiated navigations now have pending NavigationEntries.
> - GetURL and GetTitle use the visible entry, not active entry.
> - The renderer notifies the browser if DOM mutations occur before first load.
>
> [Second attempt, after http://crrev.com/191277 was reverted.]
>
> BUG=9682
> TEST=Open a slow link in a new tab. Destination URL should be visible and reloadable.
>
> Review URL: https://chromiumcodereview.appspot.com/13846007
TBR=creis@chromium.org
Review URL: https://codereview.chromium.org/13966012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/render_view_impl.h')
-rw-r--r-- | content/renderer/render_view_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h index 1612308..25789d4 100644 --- a/content/renderer/render_view_impl.h +++ b/content/renderer/render_view_impl.h @@ -519,7 +519,6 @@ class CONTENT_EXPORT RenderViewImpl WebKit::WebFrame* frame, WebKit::WebApplicationCacheHostClient* client); virtual WebKit::WebCookieJar* cookieJar(WebKit::WebFrame* frame); - virtual void didAccessInitialDocument(WebKit::WebFrame* frame); virtual void didCreateFrame(WebKit::WebFrame* parent, WebKit::WebFrame* child); virtual void didDisownOpener(WebKit::WebFrame* frame); |