[Webkit-unassigned] [Bug 68711] REGRESSION (r87756) - Document::initSecurityContext() fails to call securityOrigin().grantLoadLocalResources()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 12:27:38 PDT 2011


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





--- Comment #2 from Darin Adler <darin at apple.com>  2011-09-23 12:27:38 PST ---
Another possibility:

    3) Hack the document initialization process so that it relies on the frame loader’s active document loader being the document’s loader despite the fact that the frame does not yet have the document as its current document. This hack could be simply implemented as a boolean that gets set during initialization and then cleared once initialization is complete.

While (3) makes things more like they were before r87756, it creates the risk of reintroducing the kind of problems r87756 was supposed to solve if during document initialization there is something that causes the frame loader to move on to a new document.

And (3) is not a good direction long term, since it makes things even more complicated.

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


More information about the webkit-unassigned mailing list