Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Issue 1594973004: Remove use of void** from HttpResponseHeaders::EnumerateHeaderLines (Closed)

Created:
4 years, 11 months ago by Olli Raula
Modified:
4 years, 11 months ago
Reviewers:
mmenke
CC:
chromium-reviews, michaeln, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, qsr+mojo_chromium.org, mlamouri+watch-content_chromium.org, Peter Beverloo, grt+watch_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, jochen+watch_chromium.org, devtools-reviews_chromium.org, darin (slow to review), chromium-apps-reviews_chromium.org, mkwst+moarreviews-shell_chromium.org, ben+mojo_chromium.org, android-webview-reviews_chromium.org, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove use of void** from HttpResponseHeaders::EnumerateHeaderLines Remove use of of obaque void** and use instead size_t* parameter. Logic inside is untouched. TBR=jam@chromium.org Committed: https://crrev.com/33c282f0e299b711f0f18f1222ead28a7623cbbd Cr-Commit-Position: refs/heads/master@{#370672}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -38 lines) Patch
M android_webview/native/aw_contents_io_thread_client_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_ui_bindings.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/streams_private/streams_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/mod_pagespeed/mod_pagespeed_metrics.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/threat_details_cache.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/chromium_url_request.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/cronet_url_request_adapter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/appcache_internals_ui.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/devtools_netlog_observer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/websocket_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/child/web_url_loader_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_devtools_frontend.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/declarative_webrequest/webrequest_condition_attribute.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/mime_handler_private/mime_handler_private.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_api_helpers.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/api/web_request/web_request_event_details.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ios/net/protocol_handler_util.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M ios/web/public/test/response_providers/data_response_provider.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/url_loader_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_headers.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_response_headers.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M net/http/http_response_headers_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/view_cache_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_stream_create_test_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (7 generated)
Olli Raula
Could you review? I think we can tbr everything else than net/ ?
4 years, 11 months ago (2016-01-18 09:56:44 UTC) #3
mmenke
https://codereview.chromium.org/1594973004/diff/1/net/http/http_response_headers.h File net/http/http_response_headers.h (right): https://codereview.chromium.org/1594973004/diff/1/net/http/http_response_headers.h#newcode169 net/http/http_response_headers.h:169: bool EnumerateHeaderLines(size_t& i, Passing by non-const reference is forbidden. ...
4 years, 11 months ago (2016-01-19 22:32:24 UTC) #4
Olli Raula
Thanks, fixed. That another one is coming, hopefully this week.
4 years, 11 months ago (2016-01-20 13:42:52 UTC) #6
mmenke
On 2016/01/20 13:42:52, Olli Raula wrote: > Thanks, fixed. That another one is coming, hopefully ...
4 years, 11 months ago (2016-01-20 16:01:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1594973004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1594973004/20001
4 years, 11 months ago (2016-01-21 11:02:24 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-21 12:13:02 UTC) #12
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 12:13:57 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/33c282f0e299b711f0f18f1222ead28a7623cbbd
Cr-Commit-Position: refs/heads/master@{#370672}

Powered by Google App Engine
This is Rietveld 408576698