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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 18:04:36 PDT 2007


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





------- Comment #4 from mpComplete at gmail.com  2007-08-20 18:04 PDT -------
Created an attachment (id=16045)
 --> (http://bugs.webkit.org/attachment.cgi?id=16045&action=view)
work in progress

Here's what I have so far, in case anyone cares.  It's certainly not finished,
as there are some bugs, failing tests, and there's no new tests included.  But
the basic idea is there (which is generally to have document.write go through
the Frameloader instead of writing directly to the tokenizer).

If anyone cares to take a look, any suggestions would be appreciated.

One issue I haven't figured out how to solve yet is that my call to
FrameLoader::load in Document::open results in the document being closed and
reopened again.  It also doesn't work very nicely with the page cache, which
I've turned off so far.


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