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

Issue 786423002: Get rid of net::DO_NOT_PROMPT_FOR_LOGIN (Closed)

Created:
6 years ago by baranovich
Modified:
5 years, 11 months ago
CC:
chromium-reviews, asanka, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, benjhayden+dwatch_chromium.org, jam, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, Lukasz Jagielski
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Get rid of net::DO_NOT_PROMPT_FOR_LOGIN Used only in content layer BUG=426442 Committed: https://crrev.com/1b32ffb4800e222e3a9c92f78081246b02e83ec5 Cr-Commit-Position: refs/heads/master@{#311665}

Patch Set 1 #

Patch Set 2 : Fix field init #

Total comments: 12

Patch Set 3 : Remove DUP::load_flags and fix RDH remarks #

Patch Set 4 : Delete DUP::load_flags_ as well #

Total comments: 3

Patch Set 5 : Remove use in affiliation_fetcher.cc #

Patch Set 6 : delete flag from iOS code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -65 lines) Patch
M chrome/browser/extensions/api/downloads/downloads_api.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/captive_portal/captive_portal_detector.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/password_manager/core/browser/affiliation_fetcher.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/precache/core/precache_fetcher.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/download/download_manager_impl.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 10 chunks +42 lines, -36 lines 0 comments Download
M content/browser/loader/resource_loader.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/loader/resource_request_info_impl.h View 3 chunks +7 lines, -0 lines 0 comments Download
M content/browser/loader/resource_request_info_impl.cc View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/child/request_info.h View 1 chunk +4 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 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/child/web_url_loader_impl.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M content/child/web_url_request_util.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M content/common/resource_messages.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/download_url_parameters.h View 1 2 3 4 5 chunks +5 lines, -3 lines 0 comments Download
M content/public/browser/download_url_parameters.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/browser/resource_dispatcher_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/net/image_fetcher.mm View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M net/base/load_flags_list.h View 1 chunk +4 lines, -8 lines 0 comments Download
M net/websockets/websocket_handshake_stream_create_helper_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_stream.cc View 1 chunk +1 line, -3 lines 0 comments Download
M rlz/lib/financial_ping.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 52 (13 generated)
baranovich
Adding a lot of reviewers, since there are a lot of folders affected:)
6 years ago (2014-12-09 23:20:18 UTC) #2
baranovich
https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1238 content/browser/loader/resource_dispatcher_host_impl.cc:1238: load_flags |= net::LOAD_DO_NOT_USE_EMBEDDED_IDENTITY; not sure if it's the best ...
6 years ago (2014-12-09 23:33:50 UTC) #3
jam
(just looked at content) https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_request_info_impl.cc File content/browser/loader/resource_request_info_impl.cc (right): https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_request_info_impl.cc#newcode66 content/browser/loader/resource_request_info_impl.cc:66: blink::WebPageVisibilityStateVisible, // visibility_state ? https://codereview.chromium.org/786423002/diff/20001/content/public/browser/download_url_parameters.h ...
6 years ago (2014-12-10 17:53:25 UTC) #4
mmenke
On 2014/12/09 23:20:18, baranovich wrote: > Adding a lot of reviewers, since there are a ...
6 years ago (2014-12-10 19:07:04 UTC) #5
mmenke
https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1221 content/browser/loader/resource_dispatcher_host_impl.cc:1221: IsResourceTypeFrame(request_data.resource_type); Suggest moving the load_flags and is_sync_load stuff down ...
6 years ago (2014-12-10 19:28:30 UTC) #6
baranovich
On 2014/12/10 19:07:04, mmenke wrote: > On 2014/12/09 23:20:18, baranovich wrote: > > Adding a ...
6 years ago (2014-12-10 22:20:37 UTC) #7
mmenke
On 2014/12/10 22:20:37, baranovich wrote: > On 2014/12/10 19:07:04, mmenke wrote: > > On 2014/12/09 ...
6 years ago (2014-12-10 22:23:25 UTC) #8
baranovich
https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/786423002/diff/20001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1221 content/browser/loader/resource_dispatcher_host_impl.cc:1221: IsResourceTypeFrame(request_data.resource_type); On 2014/12/10 19:28:30, mmenke wrote: > Suggest moving ...
6 years ago (2014-12-10 22:24:38 UTC) #9
bengr
https://codereview.chromium.org/786423002/diff/60001/components/precache/core/precache_fetcher.cc File components/precache/core/precache_fetcher.cc (left): https://codereview.chromium.org/786423002/diff/60001/components/precache/core/precache_fetcher.cc#oldcode124 components/precache/core/precache_fetcher.cc:124: url_fetcher_->SetLoadFlags(net::LOAD_DO_NOT_PROMPT_FOR_LOGIN); mmenke@ suggested that we add this in the ...
6 years ago (2014-12-10 23:50:51 UTC) #10
Adam Rice
lgtm for net/websockets/
6 years ago (2014-12-11 09:31:14 UTC) #11
mmenke
On 2014/12/11 09:31:14, Adam Rice wrote: > lgtm for net/websockets/ LGTM for my parts
6 years ago (2014-12-12 19:01:12 UTC) #12
baranovich
On 2014/12/12 19:01:12, mmenke wrote: > On 2014/12/11 09:31:14, Adam Rice wrote: > > lgtm ...
6 years ago (2014-12-14 13:12:22 UTC) #13
mmenke
On 2014/12/14 13:12:22, baranovich wrote: > On 2014/12/12 19:01:12, mmenke wrote: > > On 2014/12/11 ...
6 years ago (2014-12-15 15:28:16 UTC) #14
bengr
lgtm
6 years ago (2014-12-15 16:57:20 UTC) #15
jam
lgtm
6 years ago (2014-12-15 19:12:55 UTC) #16
baranovich
thakis, benjhayden, PTAL
6 years ago (2014-12-17 14:19:23 UTC) #17
Nico
rlz/ lgtm
6 years ago (2014-12-17 19:01:44 UTC) #18
Nico
(and it'd super useful if you tell everyone what you want them to look at, ...
6 years ago (2014-12-17 19:02:28 UTC) #19
baranovich
Cannot reach benjhayden :( rdevlin.cronin@ PTAL at chrome/browser/extensions/api/downloads/downloads_api.cc
5 years, 12 months ago (2014-12-24 16:38:42 UTC) #21
Devlin
On 2014/12/24 16:38:42, baranovich wrote: > Cannot reach benjhayden :( > > rdevlin.cronin@ PTAL at ...
5 years, 11 months ago (2015-01-05 17:16:41 UTC) #22
benjhayden
Sorry, 2 weeks off hit my inbox hard. downloads parts look fine as long as ...
5 years, 11 months ago (2015-01-07 00:52:15 UTC) #24
mmenke
https://codereview.chromium.org/786423002/diff/60001/net/base/load_flags_list.h File net/base/load_flags_list.h (right): https://codereview.chromium.org/786423002/diff/60001/net/base/load_flags_list.h#newcode107 net/base/load_flags_list.h:107: LOAD_FLAG(MAYBE_USER_GESTURE, 1 << 23) On 2015/01/07 00:52:15, benjhayden_chromium wrote: ...
5 years, 11 months ago (2015-01-08 22:42:09 UTC) #25
benjhayden
On 2015/01/08 22:42:09, mmenke wrote: > https://codereview.chromium.org/786423002/diff/60001/net/base/load_flags_list.h > File net/base/load_flags_list.h (right): > > https://codereview.chromium.org/786423002/diff/60001/net/base/load_flags_list.h#newcode107 > ...
5 years, 11 months ago (2015-01-08 22:49:42 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/786423002/60001
5 years, 11 months ago (2015-01-13 12:05:50 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/35486)
5 years, 11 months ago (2015-01-13 12:11:46 UTC) #30
baranovich
jshuh@ PTAL at content/common/resource_messages.h
5 years, 11 months ago (2015-01-13 12:37:26 UTC) #32
jschuh
ipc security lgtm. notes: converting a flag to a bool
5 years, 11 months ago (2015-01-14 14:59:21 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/786423002/60001
5 years, 11 months ago (2015-01-14 18:38:45 UTC) #35
mmenke
On 2015/01/14 18:38:45, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 11 months ago (2015-01-14 18:41:47 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/32879) android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/49587) linux_chromium_gn_dbg ...
5 years, 11 months ago (2015-01-14 18:50:01 UTC) #38
baranovich
mkwst@ PTAL at components/password_manager/core/browser/affiliation_fetcher.cc This flag does nothing for the URLFetcher and only used in ...
5 years, 11 months ago (2015-01-14 21:34:44 UTC) #40
Mike West
LGTM.
5 years, 11 months ago (2015-01-15 04:57:14 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/786423002/80001
5 years, 11 months ago (2015-01-15 10:16:35 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ng/builds/1382)
5 years, 11 months ago (2015-01-15 10:30:12 UTC) #45
baranovich
Totally missed iOS code =\ droger@ PTAL at ios/chrome/browser/net/image_fetcher.mm
5 years, 11 months ago (2015-01-15 11:58:21 UTC) #47
droger
ios/chrome/browser/net/image_fetcher.mm LGTM
5 years, 11 months ago (2015-01-15 12:02:14 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/786423002/100001
5 years, 11 months ago (2015-01-15 13:49:48 UTC) #50
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 11 months ago (2015-01-15 14:45:21 UTC) #51
commit-bot: I haz the power
5 years, 11 months ago (2015-01-15 14:46:05 UTC) #52
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/1b32ffb4800e222e3a9c92f78081246b02e83ec5
Cr-Commit-Position: refs/heads/master@{#311665}

Powered by Google App Engine
This is Rietveld 408576698