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

Issue 669073003: Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS. (Closed)

Created:
6 years, 2 months ago by Lukasz Jagielski
Modified:
6 years, 1 month ago
Reviewers:
kenrb, jam, mmenke
CC:
cbentzel+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, jam, mkwst+moarreviews-ipc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS. It's only used by Loader code. BUG=426442 Committed: https://crrev.com/69c091ddba1bddda795eb5da4e400d16b29cc732 Cr-Commit-Position: refs/heads/master@{#301110} Committed: https://crrev.com/6615c1cc5a503300512accc00c28e4cb5989829e Cr-Commit-Position: refs/heads/master@{#301843}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fixups #

Total comments: 1

Patch Set 3 : web_url_loader_impl.cc - removed superfluous semicolon #

Patch Set 4 : Fixed uninitialized value use. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -45 lines) Patch
M chrome/test/data/webui/net_internals/log_view_painter.js View 10 chunks +26 lines, -15 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/loader/resource_loader.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/loader/resource_request_info_impl.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M content/browser/loader/resource_request_info_impl.cc View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/child/request_info.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/child/request_info.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/resource_dispatcher.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/child/web_url_loader_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/child/web_url_request_util.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/common/resource_messages.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/child/request_peer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/load_flags_list.h View 1 chunk +22 lines, -25 lines 0 comments Download

Messages

Total messages: 24 (3 generated)
Lukasz Jagielski
Hi, PTAL at my next attempt to reduce the count of net load flags :) ...
6 years, 2 months ago (2014-10-22 13:27:52 UTC) #2
mmenke
https://codereview.chromium.org/669073003/diff/1/chrome/test/data/webui/net_internals/log_view_painter.js File chrome/test/data/webui/net_internals/log_view_painter.js (right): https://codereview.chromium.org/669073003/diff/1/chrome/test/data/webui/net_internals/log_view_painter.js#newcode193 chrome/test/data/webui/net_internals/log_view_painter.js:193: LoadFlag.VERIFY_EV_CERT; Great to see this dependency on exact load ...
6 years, 2 months ago (2014-10-22 18:23:37 UTC) #3
Lukasz Jagielski
https://codereview.chromium.org/669073003/diff/1/content/common/resource_messages.h File content/common/resource_messages.h (right): https://codereview.chromium.org/669073003/diff/1/content/common/resource_messages.h#newcode227 content/common/resource_messages.h:227: IPC_STRUCT_MEMBER(bool, enable_upload_progress) On 2014/10/22 18:23:37, mmenke wrote: > You ...
6 years, 2 months ago (2014-10-22 20:23:39 UTC) #4
mmenke
LGTM. Could you also update your bug number to be 426442 - I filed a ...
6 years, 2 months ago (2014-10-23 16:38:59 UTC) #5
jam
lgtm
6 years, 2 months ago (2014-10-23 22:47:25 UTC) #6
kenrb
ipc lgtm
6 years, 2 months ago (2014-10-24 14:25:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669073003/40001
6 years, 2 months ago (2014-10-24 15:07:52 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 2 months ago (2014-10-24 16:05:25 UTC) #10
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/69c091ddba1bddda795eb5da4e400d16b29cc732 Cr-Commit-Position: refs/heads/master@{#301110}
6 years, 2 months ago (2014-10-24 16:06:07 UTC) #11
leviw_travelin_and_unemployed
I'm guessing this is responsible for breaking this layout tests: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fxmlhttprequest%2Fupload-progress-events.html&testType=layout-tests Is that expected?
6 years, 2 months ago (2014-10-24 17:54:42 UTC) #12
mmenke
On 2014/10/24 17:54:42, leviw wrote: > I'm guessing this is responsible for breaking this layout ...
6 years, 2 months ago (2014-10-24 17:58:41 UTC) #13
mmenke
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/680593002/ by mmenke@chromium.org. ...
6 years, 2 months ago (2014-10-24 17:59:56 UTC) #14
leviw_travelin_and_unemployed
Thanks for the quick response!!
6 years, 2 months ago (2014-10-24 18:14:22 UTC) #15
Lukasz Jagielski
6 years, 1 month ago (2014-10-27 08:02:54 UTC) #16
Lukasz Jagielski
Hi, I fixed the use of uninitialized value. Is there any try job target that ...
6 years, 1 month ago (2014-10-27 08:09:45 UTC) #17
mmenke
On 2014/10/27 08:09:45, Lukasz Jagielski wrote: > Hi, > I fixed the use of uninitialized ...
6 years, 1 month ago (2014-10-27 15:20:32 UTC) #18
mmenke
Forgot to check back on this. The bots don't seem to have detected any other ...
6 years, 1 month ago (2014-10-29 14:38:50 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669073003/60001
6 years, 1 month ago (2014-10-29 14:52:41 UTC) #21
Lukasz Jagielski
On 2014/10/29 14:38:50, mmenke wrote: > Forgot to check back on this. The bots don't ...
6 years, 1 month ago (2014-10-29 14:54:02 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-10-29 15:49:46 UTC) #23
commit-bot: I haz the power
6 years, 1 month ago (2014-10-29 15:50:38 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6615c1cc5a503300512accc00c28e4cb5989829e
Cr-Commit-Position: refs/heads/master@{#301843}

Powered by Google App Engine
This is Rietveld 408576698