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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 14:55:02 PDT 2007


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





------- Comment #1 from mpComplete at gmail.com  2007-08-14 14:55 PDT -------
I'm going to try working on this.  Here's my idea so far, so maybe someone can
tell me whether it sounds reasonable or if I am way off base:

1. Route the document.write() text through the FrameLoader using
SubstituteData, so the normal load events get fired.
  - document.open will start a load with an empty SubstituteData
  - document.write will append to the SubstituteData, which will write to the
tokenizer
  - document.close will finish the load
This part will require some changes to the way SubstituteDate can be loaded
(right now it must come in a single chunk).

2. Store SubstituteData on the HistoryItem, so the page can be restored when
you navigate back to it.


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