[Webkit-unassigned] [Bug 118553] Hash navigation doesn't affect history when the page is retrieved from appcache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 00:19:41 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118553


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fishd at chromium.org




--- Comment #1 from Zoltan Herczeg <zherczeg at webkit.org>  2013-07-30 00:19:27 PST ---
The substitute data is set here:

http://trac.webkit.org/browser/trunk/Source/WebCore/loader/DocumentLoader.cpp#L512

The history works in Chromium, and I checked the Blink repository:

https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/loader/DocumentLoader.cpp&l=490

As you can see that particular "if" statement was removed from DocumentLoader::willSendRequest. CC'ing Darin Fisher, he might know more, and I try to figure out when that code path was removed from Blink.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list