[Webkit-unassigned] [Bug 14959] No back forward entry added for pages created in javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 14:31:23 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14959





------- Comment #5 from mpComplete at gmail.com  2007-08-24 14:31 PDT -------
After struggling to get my original approach to work, I've decided to go
another route.  Using the FrameLoader code caused too many problems.

Now I'm going to attempt something simpler:
1. In document.open(), add a new HistoryItem that holds an empty
SubstituteData.
2. In document.write(), append to the SubstituteData.
3. When navigating to a HistoryItem with a valid SubstituteData, load that data
as if it were the page contents.


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



More information about the webkit-unassigned mailing list