Handle KVO updating of the "hasOnlySecureContent" before a page results in an HTTP auth challenge <rdar://problem/28867282>
Created attachment 308930 [details] Patch
Comment on attachment 308930 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=308930&action=review > Source/WebKit2/UIProcess/PageLoadState.cpp:209 > + if (data.state == State::Provisional) > + return WebCore::protocolIs(data.provisionalURL, "https"); Feels like a blank line belongs at the end of this.
Created attachment 308934 [details] Patch
Comment on attachment 308934 [details] Patch Clearing flags on attachment: 308934 Committed r216132: <http://trac.webkit.org/changeset/216132>
All reviewed patches have been landed. Closing bug.