[Webkit-unassigned] [Bug 72178] Fix mixed content handling for AssociatedURLLoader.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 15:14:34 PST 2011


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





--- Comment #14 from Aaron Colwell <acolwell at chromium.org>  2011-11-18 15:14:34 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > > Note that currently TargetType is only available on Chromium, so we can't rely on it for a general solution.
> > 
> > AssociatedURLLoader only exists in Chromium as well.  (It's a Chromium API concept.)
> 
> What about workers? If a worker requests a script, it'll be loaded as CachedRawResource instead of CachedScript, right?

I believe workers would start using whatever TargetType was specified in CrossThreadResourceRequestData::m_targetType. Right now I believe they are just using RawResource as well. If someone could create me a quick worker example, I'd be happy to investigate more.

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