[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:25:20 PDT 2011


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





--- Comment #1 from Darin Adler <darin at apple.com>  2011-09-23 12:25:20 PST ---
The core of this problem is the fact that during the creation of the Document it can’t get to its own DocumentLoader. I can think of two ways of fixing this:

    1) Improving the ownership model so the document doesn’t have to go through the frame's “active document loader” to get to its document loader. This is the best long term solution.

    2) Passing the document loader in when creating the document. This seems like something better to pass in than the frame, in fact.

Maybe there are other fixes. (2) should be relatively mechanical so it may be a good way to do things. The only concern I have is that some documents may not have a loader.

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