[Webkit-unassigned] [Bug 112160] [GTK] Add webkit_uri_request_get_http_headers to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 09:51:51 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112160





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2013-03-12 09:54:16 PST ---
(From update of attachment 192756)
View in context: https://bugs.webkit.org/attachment.cgi?id=192756&action=review

Great stuff! Now we just need the owner stamp.

> Source/WebKit2/UIProcess/API/gtk/WebKitURIRequest.cpp:157
> + *    or %NULL if @request is not an HTTP request.

Maybe it would be slightly more accurate to say "if @request is not a #WebKitURIRequest." ?

> Source/WebKit2/UIProcess/API/gtk/WebKitURIRequest.cpp:169
> +    request->priv->httpHeaders.set(soup_message_headers_new (SOUP_MESSAGE_HEADERS_REQUEST));

A space snuck in after soup_message_headers_new.

> Source/WebKit2/UIProcess/API/gtk/tests/TestLoaderClient.cpp:351
> +    // Load a request with no do not track header.

Really tiny nitpick: Do Not Track is a proper noun, which isn't a big deal, but it makes this comment easier to read if you capitalize it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list