[webkit-reviews] review requested: [Bug 33571] History traversals to a new document do not get the popstate event : [Attachment 46729] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 20:03:49 PST 2010


Brady Eidson <beidson at apple.com> has asked  for review:
Bug 33571: History traversals to a new document do not get the popstate event
https://bugs.webkit.org/show_bug.cgi?id=33571

Attachment 46729: Patch v1
https://bugs.webkit.org/attachment.cgi?id=46729&action=review

------- Additional Comments from Brady Eidson <beidson at apple.com>
After transitioning to committed, set a pending state object in the FrameLoader
based on the current history item.  It will then pass it on to any new Document
that is later created for this Frame load.

Previous layout tests are updated to cover the new behavior.


More information about the webkit-reviews mailing list