diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 22:24:26 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 22:24:26 +0000 |
commit | 38d3d4295d2a71aadd5707b8152a438f3edb0d73 (patch) | |
tree | e4efae10f9b1c448649ee9f2ea78a306a576824c /webkit/data | |
parent | fb99efbe277cfb79219c50aa7e2071f684781a20 (diff) | |
download | chromium_src-38d3d4295d2a71aadd5707b8152a438f3edb0d73.zip chromium_src-38d3d4295d2a71aadd5707b8152a438f3edb0d73.tar.gz chromium_src-38d3d4295d2a71aadd5707b8152a438f3edb0d73.tar.bz2 |
IE6 would not switch to ChromeFrame if the url being navigated to contained an anchor. This is presumably
because from IE6's perspecive nothing changed. To workaround this issue, we stash the complete url away in the
navigation manager and remove it from the URL being navigated to. When the Chrome active document loads
we read the actual url from the navigation manager and initiate a navigation to this URL.
There is one issue with this approach though. The actual URL in the address bar in IE6 does not contain the
anchor tag. Will address that in a follow up CL.
This fixes bug http://code.google.com/p/chromium/issues/detail?id=38265
Bug=38265
Test=Covered by existing ChromeFrame anchor URL navigation tests.
Review URL: http://codereview.chromium.org/1022003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
0 files changed, 0 insertions, 0 deletions