Bug 125758

Summary: [Cocoa] Expose whether the page contains only secure content
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add observable hasOnlySecureContent property to WKBrowsingContextController
none
Add private observable hasOnlySecureContent property to WKBrowsingContextController andersca: review+

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