WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
91100
[GTK] Add API to get HTTPS status to WebKit2 GTK+
https://bugs.webkit.org/show_bug.cgi?id=91100
Summary
[GTK] Add API to get HTTPS status to WebKit2 GTK+
Carlos Garcia Campos
Reported
2012-07-12 08:42:51 PDT
Add webkit_uri_response_get_https_status() similar to soup_message_get_https_status().
Attachments
Patch
(37.82 KB, patch)
2012-07-12 08:54 PDT
,
Carlos Garcia Campos
mrobinson
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2012-07-12 08:54:57 PDT
Created
attachment 151967
[details]
Patch This patch doesn't depend on
bug #90267
. It implements PlatformCertificateInfo for soup and adds API to get the HTTPS status from the WebKitURIResponse.
WebKit Review Bot
Comment 2
2012-07-12 08:59:13 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See
http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
WebKit Review Bot
Comment 3
2012-07-12 08:59:33 PDT
Attachment 151967
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/go..." exit_code: 1 Source/WebKit2/UIProcess/API/gtk/tests/WebKitTestServer.cpp:41: Use 0 instead of NULL. [readability/null] [5] Source/WebKit2/Shared/soup/PlatformCertificateInfo.cpp:93: Use 0 instead of NULL. [readability/null] [5] WARNING: File exempt from style guide. Skipping: "Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.h" Total errors found: 2 in 24 files If any of these errors are false positives, please file a bug against check-webkit-style.
Martin Robinson
Comment 4
2012-07-12 09:06:30 PDT
Comment on
attachment 151967
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=151967&action=review
> Source/WebKit2/UIProcess/API/gtk/tests/WebKitTestServer.cpp:26 > +WebKitTestServer::WebKitTestServer(bool ssl)
I think it would be nice to use an enum here, so that instantiating a server looks like this: WebKitTestServer(EnableSSL) or something similar.
Carlos Garcia Campos
Comment 5
2012-07-13 00:26:36 PDT
Committed
r122547
: <
http://trac.webkit.org/changeset/122547
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug