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

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed)

Created:
5 years, 3 months ago by droger
Modified:
5 years, 2 months ago
CC:
chromium-reviews, grt+watch_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, wfh+watch_chromium.org, blundell
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move resources for version_ui to //components/version_ui These files are moved in order to be shared on iOS. - moved the resources to //components/version_ui/resources - moved the strings to //components - Merged version_info strings into version_ui strings. - Renamed IDX_ABOUT_VERSION_* to IDX_VERSION_UI_*. - moved the constants to //components/version_ui/version_ui_constants TBR=jochen Committed: https://crrev.com/fd959bad4fe04f3050651ad0cc36be4e948f0b3c Cr-Commit-Position: refs/heads/master@{#354477}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Total comments: 4

Patch Set 4 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -453 lines) Patch
M build/ios/grit_whitelist.txt View 1 2 3 4 chunks +14 lines, -13 lines 0 comments Download
M chrome/app/chromium_strings.grd View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +0 lines, -48 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/profile_resetter/resettable_settings_snapshot.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
D chrome/browser/resources/about_version.css View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/browser/resources/about_version.html View 1 2 3 1 chunk +0 lines, -114 lines 0 comments Download
D chrome/browser/resources/about_version.js View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/browser/resources/about_version_android.css View 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/flash_ui.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 3 chunks +56 lines, -55 lines 0 comments Download
M chrome/browser/ui/webui/nacl_ui.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/version_handler.cc View 1 2 3 6 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/ui/webui/version_ui.cc View 1 2 3 4 chunks +58 lines, -44 lines 0 comments Download
M chrome/browser/ui/webui/voice_search_ui.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/OWNERS View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M components/components.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/components_chromium_strings.grd View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M components/components_google_chrome_strings.grd View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M components/components_strings.grd View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/resources/components_resources.grd View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A components/resources/version_ui_resources.grdp View 1 chunk +6 lines, -0 lines 0 comments Download
M components/version_info.grdp View 1 chunk +0 lines, -8 lines 0 comments Download
M components/version_info/version_info.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/version_ui.gypi View 1 chunk +4 lines, -8 lines 0 comments Download
A + components/version_ui/BUILD.gn View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + components/version_ui/OWNERS View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/version_ui/resources/about_version.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/version_ui/resources/about_version.html View 1 2 3 4 chunks +15 lines, -4 lines 0 comments Download
A + components/version_ui/resources/about_version.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/version_ui/resources/about_version_mobile.css View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A components/version_ui/version_ui_constants.h View 1 1 chunk +57 lines, -0 lines 0 comments Download
A components/version_ui/version_ui_constants.cc View 1 1 chunk +51 lines, -0 lines 0 comments Download
A components/version_ui_strings.grdp View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (17 generated)
droger
https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html File components/version_ui/resources/about_version.html (right): https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html#newcode34 components/version_ui/resources/about_version.html:34: <img src="../../../chrome/app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> dbeam: Even though it works as is, ...
5 years, 3 months ago (2015-09-14 15:31:19 UTC) #9
droger
CC blundell, as we talked about this image issue offline.
5 years, 3 months ago (2015-09-14 15:32:33 UTC) #10
Dan Beam
this conceptually seems fine, but if there are //chrome dependencies, I don't really see how ...
5 years, 3 months ago (2015-09-16 01:19:19 UTC) #12
droger
https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html File components/version_ui/resources/about_version.html (right): https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html#newcode34 components/version_ui/resources/about_version.html:34: <img src="../../../chrome/app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> On 2015/09/16 01:19:19, Dan Beam wrote: > ...
5 years, 3 months ago (2015-09-16 15:07:16 UTC) #13
Dan Beam
https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html File components/version_ui/resources/about_version.html (right): https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html#newcode34 components/version_ui/resources/about_version.html:34: <img src="../../../chrome/app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> On 2015/09/16 15:07:16, droger wrote: > On ...
5 years, 3 months ago (2015-09-16 17:13:56 UTC) #14
droger
Please take another look. https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html File components/version_ui/resources/about_version.html (right): https://codereview.chromium.org/1332353003/diff/180001/components/version_ui/resources/about_version.html#newcode34 components/version_ui/resources/about_version.html:34: <img src="../../../chrome/app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> On 2015/09/16 17:13:56, ...
5 years, 2 months ago (2015-10-13 16:30:17 UTC) #18
Dan Beam
lgtm otherwise https://codereview.chromium.org/1332353003/diff/260001/chrome/browser/ui/webui/version_handler.cc File chrome/browser/ui/webui/version_handler.cc (right): https://codereview.chromium.org/1332353003/diff/260001/chrome/browser/ui/webui/version_handler.cc#newcode39 chrome/browser/ui/webui/version_handler.cc:39: } nit: no more curlies for either ...
5 years, 2 months ago (2015-10-15 04:02:35 UTC) #19
droger
Thanks for the review. https://codereview.chromium.org/1332353003/diff/260001/components/resources/version_ui_resources.grdp File components/resources/version_ui_resources.grdp (right): https://codereview.chromium.org/1332353003/diff/260001/components/resources/version_ui_resources.grdp#newcode3 components/resources/version_ui_resources.grdp:3: <include name="IDR_VERSION_UI_CSS" file="../version_ui/resources/about_version.css" type="BINDATA" /> ...
5 years, 2 months ago (2015-10-15 15:21:57 UTC) #20
Dan Beam
On 2015/10/15 15:21:57, droger wrote: > Thanks for the review. > > https://codereview.chromium.org/1332353003/diff/260001/components/resources/version_ui_resources.grdp > File ...
5 years, 2 months ago (2015-10-15 18:19:40 UTC) #21
droger
Thanks for the review. I filed http://crbug.com/543996 for the directory structure. TBR=jochen for resettable_settings_snapshot.cc (trivial ...
5 years, 2 months ago (2015-10-16 08:49:52 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1332353003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1332353003/280001
5 years, 2 months ago (2015-10-16 08:50:30 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/110037)
5 years, 2 months ago (2015-10-16 08:58:12 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1332353003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1332353003/280001
5 years, 2 months ago (2015-10-16 09:02:05 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:280001)
5 years, 2 months ago (2015-10-16 09:07:09 UTC) #31
commit-bot: I haz the power
5 years, 2 months ago (2015-10-16 09:07:48 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/fd959bad4fe04f3050651ad0cc36be4e948f0b3c
Cr-Commit-Position: refs/heads/master@{#354477}

Powered by Google App Engine
This is Rietveld 408576698