[Webkit-unassigned] [Bug 16855] Multiple correctness issues with javascript URLs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 17:20:43 PDT 2009


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


michaeln at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30975|                            |review?
               Flag|                            |




------- Comment #6 from michaeln at google.com  2009-06-04 17:20 PDT -------
Created an attachment (id=30975)
 --> (https://bugs.webkit.org/attachment.cgi?id=30975&action=view)
12161.1.txt

Here's the patch mentioned in the previous comment.

The crash I'm seeing is because the Document (and relatives) is being deleted,
but resource loads are still pending. The 'fix' for that in here feels hacky.
Seems like stopAllLoaders() should have taken care of things?

The fix for he correctness issue feels more correct to me.

All existing layout test pass with this patched in. I'm looking into making
additional layout test for javascript urls of this form.


-- 
Configure bugmail: https://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