RESOLVED FIXED 221543
[SOUP] Simplify ResourceRequest and ResourceResponse
https://bugs.webkit.org/show_bug.cgi?id=221543
Summary [SOUP] Simplify ResourceRequest and ResourceResponse
Carlos Garcia Campos
Reported 2021-02-08 04:10:43 PST
There's unused code there and it can be refactored a bit
Attachments
Patch (28.98 KB, patch)
2021-02-08 04:33 PST, Carlos Garcia Campos
aperez: review+
Carlos Garcia Campos
Comment 1 2021-02-08 04:33:33 PST
Adrian Perez
Comment 2 2021-02-08 07:13:10 PST
Comment on attachment 419573 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=419573&action=review > Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:63 > + GRefPtr<SoupMessage> soupMessage = adoptGRef(soup_message_new_from_uri(httpMethod().ascii().data(), uri.get())); I would have used “auto” here because the “adoptGRef()” + “soup_message_new_foo()” calls already make it quite clear that the inferred type will be “GRefPtr<SoupMessage>” No strong preference, though. > Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:-174 > - Nice to see some code go away \o/
Carlos Garcia Campos
Comment 3 2021-02-10 01:41:26 PST
Radar WebKit Bug Importer
Comment 4 2021-02-10 01:42:14 PST
Note You need to log in before you can comment on or make changes to this bug.