WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
136248
[GTK] Add webkit_uri_response_get_http_headers to WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=136248
Summary
[GTK] Add webkit_uri_response_get_http_headers to WebKit2 GTK+ API
Carlos Garcia Campos
Reported
2014-08-26 01:43:09 PDT
Similar to webkit_uri_request_get_http_headers
Attachments
Patch
(12.02 KB, patch)
2014-08-26 01:48 PDT
,
Carlos Garcia Campos
no flags
Details
Formatted Diff
Diff
Fix coding style issues
(11.98 KB, patch)
2014-08-26 01:53 PDT
,
Carlos Garcia Campos
gustavo
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2014-08-26 01:48:00 PDT
Created
attachment 237142
[details]
Patch
WebKit Commit Bot
Comment 2
2014-08-26 01:50:15 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 Commit Bot
Comment 3
2014-08-26 01:50:26 PDT
Attachment 237142
[details]
did not pass style-queue: WARNING: File exempt from style guide. Skipping: "Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.h" ERROR: Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:172: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:173: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:174: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:175: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 4 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Carlos Garcia Campos
Comment 4
2014-08-26 01:53:05 PDT
Created
attachment 237143
[details]
Fix coding style issues
Sergio Villar Senin
Comment 5
2014-08-27 02:56:08 PDT
Comment on
attachment 237143
[details]
Fix coding style issues View in context:
https://bugs.webkit.org/attachment.cgi?id=237143&action=review
> Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:280 > + if (!response->priv->resourceResponse.url().protocolIsInHTTPFamily())
Shouldn't this check be done before the previous one?
Carlos Garcia Campos
Comment 6
2014-08-27 02:59:21 PDT
Comment on
attachment 237143
[details]
Fix coding style issues View in context:
https://bugs.webkit.org/attachment.cgi?id=237143&action=review
>> Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:280 >> + if (!response->priv->resourceResponse.url().protocolIsInHTTPFamily()) > > Shouldn't this check be done before the previous one?
I don't think so, once we have a valid pointer we should return that one, no need to check again it's an HTTP response
Gustavo Noronha (kov)
Comment 7
2014-08-28 04:44:03 PDT
Comment on
attachment 237143
[details]
Fix coding style issues View in context:
https://bugs.webkit.org/attachment.cgi?id=237143&action=review
LGTM
>>> Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:280 >>> + if (!response->priv->resourceResponse.url().protocolIsInHTTPFamily()) >> >> Shouldn't this check be done before the previous one? > > I don't think so, once we have a valid pointer we should return that one, no need to check again it's an HTTP response
The detail Sergio may have missed is that httpHeaders is only there if the resposts was for a protocal in the HTTP family. This check protects against creating httpHeaders in the first place (below).
Carlos Garcia Campos
Comment 8
2014-08-28 06:11:45 PDT
Committed
r173060
: <
http://trac.webkit.org/changeset/173060
>
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