Bug 125758 - [Cocoa] Expose whether the page contains only secure content
Summary: [Cocoa] Expose whether the page contains only secure content
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-15 13:24 PST by mitz
Modified: 2013-12-16 14:14 PST (History)
0 users

See Also:


Attachments
Add observable hasOnlySecureContent property to WKBrowsingContextController (9.48 KB, patch)
2013-12-15 13:29 PST, mitz
no flags Details | Formatted Diff | Diff
Add private observable hasOnlySecureContent property to WKBrowsingContextController (9.57 KB, patch)
2013-12-16 14:05 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-12-15 13:24:41 PST
[Cocoa] Expose whether the page contains only secure content
Comment 1 mitz 2013-12-15 13:29:57 PST
Created attachment 219281 [details]
Add observable hasOnlySecureContent property to WKBrowsingContextController
Comment 2 mitz 2013-12-16 11:14:11 PST
Comment on attachment 219281 [details]
Add observable hasOnlySecureContent property to WKBrowsingContextController

Going to make this property private, to match WebKit1.
Comment 3 mitz 2013-12-16 14:05:45 PST
Created attachment 219350 [details]
Add private observable hasOnlySecureContent property to WKBrowsingContextController
Comment 4 mitz 2013-12-16 14:14:24 PST
Committed <http://trac.webkit.org/r160662>.