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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 08:50:59 PST 2011


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





--- Comment #10 from Aaron Colwell <acolwell at chromium.org>  2011-11-17 08:50:59 PST ---
(In reply to comment #9)
> Not all loads that go through AssociatedURLLoader are for media.  Perhaps we need some way to disambiguate what kind of load we're doing.

I agree. That is why I was suggesting using TargetType to CachedResource::Type translation to differentiate the different types of requests. Only when TargetType is TargetIsMedia will we create a CachedResource with Type MediaResource.

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