[Webkit-unassigned] [Bug 37315] pushState doesn't the change URL in the address bar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 10:46:34 PDT 2010


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





--- Comment #1 from Brady Eidson <beidson at apple.com>  2010-04-09 10:46:34 PST ---
Chrome and Minefield have the advantage of having released a new browser client
in addition to their engine changes that implement replaceState.

WebKit implements the callback for client apps in WebFrameLoaderClient.mm:
void WebFrameLoaderClient::dispatchDidReplaceStateWithinPage()

But currently shipping Safari doesn't listen for it for obvious reasons. (it
doesn't ship with a WebKit that supports the feature)

This bugzilla is still interesting, however, because DRT should listen for both
the push and replace state callbacks and dump them out, so we can at least have
layouttest coverage.

-- 
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