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

Issue 14994003: Remove round trip from data reduction proxy authentication (Closed)

Created:
7 years, 7 months ago by bengr
Modified:
7 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, sail+watch_chromium.org
Visibility:
Public.

Description

Remove round trip from data reduction proxy authentication BUG=232932 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202472

Patch Set 1 : Another small fix. #

Patch Set 2 : Added data reduction proxy initialization logic #

Total comments: 17

Patch Set 3 : Addressed reviewer comments #

Patch Set 4 : Made Init a static function #

Total comments: 4

Patch Set 5 : Removed android-specific changes to HttpAuthController #

Patch Set 6 : Removed header from gypi #

Patch Set 7 : Fixed gyp issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -1 line) Patch
M build/common.gypi View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
A chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/app/android/chrome_data_reduction_proxy_android.h View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/app/android/chrome_data_reduction_proxy_android.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/chrome_android.gypi View 1 2 3 4 5 6 4 chunks +16 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
bengr (incorrect)
yfriedman: chrome/android/testshell/*, chrome/app/android/*, chrome_android.gypi. mmenke: profile_impl_io_data.cc cbentzel: http_auth_controller.cc
7 years, 7 months ago (2013-05-20 21:25:11 UTC) #1
Yaron
https://codereview.chromium.org/14994003/diff/6001/chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h File chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h (right): https://codereview.chromium.org/14994003/diff/6001/chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h#newcode10 chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h:10: class ChromeDataReductionProxyTestShellAndroid TestShell and Android seems kinda redundant but ...
7 years, 7 months ago (2013-05-21 18:04:29 UTC) #2
Yaron
https://codereview.chromium.org/14994003/diff/6001/chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h File chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h (right): https://codereview.chromium.org/14994003/diff/6001/chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h#newcode10 chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h:10: class ChromeDataReductionProxyTestShellAndroid TestShell and Android seems kinda redundant but ...
7 years, 7 months ago (2013-05-21 18:04:30 UTC) #3
mmenke
https://codereview.chromium.org/14994003/diff/6001/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): https://codereview.chromium.org/14994003/diff/6001/chrome/browser/profiles/profile_impl_io_data.cc#newcode427 chrome/browser/profiles/profile_impl_io_data.cc:427: #endif Is there a reason not to just do ...
7 years, 7 months ago (2013-05-22 15:55:50 UTC) #4
mmenke
Oh, and Chris is off for the rest of the week. Probably best to have ...
7 years, 7 months ago (2013-05-22 16:02:54 UTC) #5
bengr
asanka: could you take a look at http_auth_controller.cc https://codereview.chromium.org/14994003/diff/6001/chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h File chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h (right): https://codereview.chromium.org/14994003/diff/6001/chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h#newcode10 chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.h:10: class ...
7 years, 7 months ago (2013-05-22 19:03:15 UTC) #6
mmenke
https://codereview.chromium.org/14994003/diff/6001/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): https://codereview.chromium.org/14994003/diff/6001/chrome/browser/profiles/profile_impl_io_data.cc#newcode427 chrome/browser/profiles/profile_impl_io_data.cc:427: #endif On 2013/05/22 19:03:15, bengr1 wrote: > On 2013/05/22 ...
7 years, 7 months ago (2013-05-22 19:20:12 UTC) #7
bengr (incorrect)
PTAL. On 2013/05/22 19:20:12, mmenke wrote: > https://codereview.chromium.org/14994003/diff/6001/chrome/browser/profiles/profile_impl_io_data.cc > File chrome/browser/profiles/profile_impl_io_data.cc (right): > > https://codereview.chromium.org/14994003/diff/6001/chrome/browser/profiles/profile_impl_io_data.cc#newcode427 ...
7 years, 7 months ago (2013-05-22 21:25:58 UTC) #8
asanka
https://codereview.chromium.org/14994003/diff/22001/net/http/http_auth_controller.cc File net/http/http_auth_controller.cc (right): https://codereview.chromium.org/14994003/diff/22001/net/http/http_auth_controller.cc#newcode193 net/http/http_auth_controller.cc:193: entry->realm().data(), entry->auth_challenge().data()); entry->auth_challenge() is supposed to be the value ...
7 years, 7 months ago (2013-05-22 21:47:43 UTC) #9
mmenke
chrome/browser/profiles/ LGTM
7 years, 7 months ago (2013-05-23 14:49:55 UTC) #10
Yaron
android bits lgtm https://codereview.chromium.org/14994003/diff/22001/chrome/chrome_android.gypi File chrome/chrome_android.gypi (right): https://codereview.chromium.org/14994003/diff/22001/chrome/chrome_android.gypi#newcode28 chrome/chrome_android.gypi:28: 'android/testshell/chrome_data_reduction_proxy_testshell_android.h', You don't have a .h ...
7 years, 7 months ago (2013-05-23 17:18:44 UTC) #11
bengr
https://codereview.chromium.org/14994003/diff/22001/chrome/chrome_android.gypi File chrome/chrome_android.gypi (right): https://codereview.chromium.org/14994003/diff/22001/chrome/chrome_android.gypi#newcode28 chrome/chrome_android.gypi:28: 'android/testshell/chrome_data_reduction_proxy_testshell_android.h', On 2013/05/23 17:18:44, Yaron wrote: > You don't ...
7 years, 7 months ago (2013-05-24 01:01:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/14994003/32001
7 years, 7 months ago (2013-05-24 01:04:46 UTC) #13
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=4750
7 years, 7 months ago (2013-05-24 02:14:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/14994003/32001
7 years, 7 months ago (2013-05-24 16:33:12 UTC) #15
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-24 17:54:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/14994003/71001
7 years, 7 months ago (2013-05-25 03:06:51 UTC) #17
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=118425
7 years, 7 months ago (2013-05-25 04:46:47 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/14994003/71001
7 years, 7 months ago (2013-05-25 04:49:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/14994003/71001
7 years, 7 months ago (2013-05-27 23:18:05 UTC) #20
commit-bot: I haz the power
7 years, 7 months ago (2013-05-27 23:18:26 UTC) #21
Message was sent while issue was closed.
Change committed as 202472

Powered by Google App Engine
This is Rietveld 408576698