[Webkit-unassigned] [Bug 24696] Enable mixed content detection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 00:43:01 PDT 2009


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





--- Comment #25 from Eric Seidel <eric at webkit.org>  2009-09-03 00:43:00 PDT ---
(From update of attachment 38351)
Hum... I think I see now why you didn't use data: urls or about:blank in your
previous test.

         static bool isMixedContent(SecurityOrigin* context, const KURL& url);
 312         void checkIfDisplayInsecureContent(SecurityOrigin* context, const
KURL& url);
 313         void checkIfRunInsecureContent(SecurityOrigin* context, const
KURL& url);
no arg names needed.

In general this looks fine to me though.

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