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

Issue 533003002: Use chromium version for data reduction proxy version (Closed)

Created:
6 years, 3 months ago by bengr
Modified:
6 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, android-webview-reviews_chromium.org, hush (inactive)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Use chromium version for data reduction proxy version Provide a method to get the chromium version for use as the data reduction proxy version. BUG=410127 Committed: https://crrev.com/224a36ccd83363bed8a975f43f338aec68054768 Cr-Commit-Position: refs/heads/master@{#295906}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Added needed file #

Total comments: 2

Patch Set 3 : Configured WebView to use build and patch info #

Patch Set 4 : rebase again #

Patch Set 5 : rebase #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -28 lines) Patch
M android_webview/browser/net/aw_url_request_context_getter.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M components/data_reduction_proxy.gypi View 1 2 3 4 2 chunks +34 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h View 1 2 3 chunks +12 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc View 1 2 2 chunks +24 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/common/BUILD.gn View 1 2 3 4 5 3 chunks +9 lines, -0 lines 0 comments Download
A + components/data_reduction_proxy/common/version.gni View 1 2 3 4 5 2 chunks +1 line, -11 lines 0 comments Download
A + components/data_reduction_proxy/common/version.h.in View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
bengr
Selim: android_webview Mark: everything else
6 years, 3 months ago (2014-09-03 01:37:47 UTC) #2
sgurun-gerrit only
https://codereview.chromium.org/533003002/diff/1/android_webview/browser/net/aw_url_request_context_getter.cc File android_webview/browser/net/aw_url_request_context_getter.cc (left): https://codereview.chromium.org/533003002/diff/1/android_webview/browser/net/aw_url_request_context_getter.cc#oldcode235 android_webview/browser/net/aw_url_request_context_getter.cc:235: data_reduction_proxy::kAndroidWebViewProtocolVersion, I don't think there is any other usage ...
6 years, 3 months ago (2014-09-03 22:07:53 UTC) #3
sgurun-gerrit only
On 2014/09/03 22:07:53, sgurun_OOO_until_Oct5 wrote: > https://codereview.chromium.org/533003002/diff/1/android_webview/browser/net/aw_url_request_context_getter.cc > File android_webview/browser/net/aw_url_request_context_getter.cc (left): > > https://codereview.chromium.org/533003002/diff/1/android_webview/browser/net/aw_url_request_context_getter.cc#oldcode235 > ...
6 years, 3 months ago (2014-09-03 23:57:35 UTC) #4
marq (ping after 24h)
https://codereview.chromium.org/533003002/diff/20001/components/data_reduction_proxy.gypi File components/data_reduction_proxy.gypi (right): https://codereview.chromium.org/533003002/diff/20001/components/data_reduction_proxy.gypi#newcode91 components/data_reduction_proxy.gypi:91: 'target_name': 'data_reduction_proxy_version_header', I'm assuming that this roundabout mechanism for ...
6 years, 3 months ago (2014-09-10 07:44:56 UTC) #5
bengr
https://codereview.chromium.org/533003002/diff/20001/components/data_reduction_proxy.gypi File components/data_reduction_proxy.gypi (right): https://codereview.chromium.org/533003002/diff/20001/components/data_reduction_proxy.gypi#newcode91 components/data_reduction_proxy.gypi:91: 'target_name': 'data_reduction_proxy_version_header', On 2014/09/10 07:44:55, marq_ wrote: > I'm ...
6 years, 3 months ago (2014-09-10 08:14:13 UTC) #6
marq (ping after 24h)
On 2014/09/10 08:14:13, bengr1 wrote: > https://codereview.chromium.org/533003002/diff/20001/components/data_reduction_proxy.gypi > File components/data_reduction_proxy.gypi (right): > > https://codereview.chromium.org/533003002/diff/20001/components/data_reduction_proxy.gypi#newcode91 > ...
6 years, 3 months ago (2014-09-11 08:33:45 UTC) #7
marq (ping after 24h)
lgtm
6 years, 3 months ago (2014-09-11 08:33:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/533003002/20001
6 years, 3 months ago (2014-09-12 20:38:54 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/66352) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/55455) win_gpu ...
6 years, 3 months ago (2014-09-12 20:56:23 UTC) #12
bengr
mmenke: io_thread, profile_* benm: webview. sgurun gave an lgtm, but things changed a bit. marq: ...
6 years, 3 months ago (2014-09-18 22:51:39 UTC) #15
mmenke
On 2014/09/18 22:51:39, bengr1 wrote: > mmenke: io_thread, profile_* > benm: webview. sgurun gave an ...
6 years, 3 months ago (2014-09-18 22:53:18 UTC) #16
benm (inactive)
a_w lgtm
6 years, 3 months ago (2014-09-19 16:14:22 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/533003002/100001
6 years, 3 months ago (2014-09-20 00:57:55 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/533003002/100001
6 years, 3 months ago (2014-09-20 00:58:03 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/17491)
6 years, 3 months ago (2014-09-20 01:20:40 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/533003002/140001
6 years, 3 months ago (2014-09-21 17:21:15 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:140001) as e18ce2b3fc9c308549b5db63edf152e409b82ee0
6 years, 3 months ago (2014-09-21 17:44:07 UTC) #26
commit-bot: I haz the power
6 years, 3 months ago (2014-09-21 17:44:44 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/224a36ccd83363bed8a975f43f338aec68054768
Cr-Commit-Position: refs/heads/master@{#295906}

Powered by Google App Engine
This is Rietveld 408576698