[Webkit-unassigned] [Bug 29754] New: Replace FrameLoadDelegate mixed content warning SPI with a single one
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 25 16:55:29 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29754
Summary: Replace FrameLoadDelegate mixed content warning SPI
with a single one
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sam at webkit.org
We should replace the two FrameLoadDelegate mixed content warning callbacks:
- (void)webViewDidDisplayInsecureContent:(WebView *)webView;
- (void)webView:(WebView *)webView didRunInsecureContent:(WebSecurityOrigin
*)origin;
with a single one that notifies that a webView has become insecure. This put
the origin tracking in WebKit instead of at the App level.
--
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