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

Issue 1384153003: Introduce a way to define Android-only IDR values that doesn't require (Closed)

Created:
5 years, 2 months ago by Evan Stade
Modified:
5 years, 2 months ago
CC:
chromium-reviews, gone
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce a way to define Android-only IDR values that doesn't require fake .grd entries. BUG=538695 Committed: https://crrev.com/7fd875be7a96a672f851bad164ba23e716688dc9 Cr-Commit-Position: refs/heads/master@{#352987}

Patch Set 1 #

Patch Set 2 : compiles #

Total comments: 6

Patch Set 3 : newt review #

Patch Set 4 : more resources #

Patch Set 5 : shortcircuit pointless lookup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -85 lines) Patch
M chrome/android/java/ResourceId.template View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 2 chunks +13 lines, -24 lines 0 comments Download
A chrome/browser/android/android_theme_resources.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/android/fullscreen/fullscreen_infobar_delegate.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/hung_renderer_infobar_delegate.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/resource_id.h View 1 2 3 1 chunk +49 lines, -47 lines 0 comments Download
M chrome/browser/android/resource_mapper.cc View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/geolocation_infobar_delegate.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/notifications/notification_permission_infobar_delegate.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/android/infobars/confirm_infobar.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
Evan Stade
WDYT? I only removed one .grd entry as a proof of concept but as you ...
5 years, 2 months ago (2015-10-05 21:34:32 UTC) #2
Evan Stade
-rouslan, +newt
5 years, 2 months ago (2015-10-05 21:44:55 UTC) #4
newt (away)
https://codereview.chromium.org/1384153003/diff/20001/chrome/browser/android/resource_id.h File chrome/browser/android/resource_id.h (right): https://codereview.chromium.org/1384153003/diff/20001/chrome/browser/android/resource_id.h#newcode5 chrome/browser/android/resource_id.h:5: // This file maps Chromium resource IDs to Android ...
5 years, 2 months ago (2015-10-05 22:32:36 UTC) #5
Evan Stade
updated, I also renamed CREATE_RESOURCE_ID to DECLARE_RESOURCE_ID. https://codereview.chromium.org/1384153003/diff/20001/chrome/browser/android/resource_id.h File chrome/browser/android/resource_id.h (right): https://codereview.chromium.org/1384153003/diff/20001/chrome/browser/android/resource_id.h#newcode5 chrome/browser/android/resource_id.h:5: // This ...
5 years, 2 months ago (2015-10-06 01:12:24 UTC) #6
newt (away)
lgtm, thanks
5 years, 2 months ago (2015-10-06 01:19:29 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384153003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384153003/40001
5 years, 2 months ago (2015-10-06 01:21:19 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/77798) ios_rel_device_ninja on ...
5 years, 2 months ago (2015-10-06 01:23:23 UTC) #11
Evan Stade
please also review additional change: chrome/browser/ui/android/infobars/confirm_infobar.cc
5 years, 2 months ago (2015-10-07 21:03:18 UTC) #12
newt (away)
lgtm
5 years, 2 months ago (2015-10-07 21:23:10 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384153003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384153003/80001
5 years, 2 months ago (2015-10-07 22:14:53 UTC) #15
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/107635)
5 years, 2 months ago (2015-10-07 22:27:25 UTC) #17
Evan Stade
OWNERS, please review tedchoc: confirm_infobar.cc sky: geolocation_infobar_delegate.cc protected_media_identifier_infobar_delegate.cc notification_permission_infobar_delegate.cc
5 years, 2 months ago (2015-10-07 22:35:58 UTC) #19
Ted C
On 2015/10/07 22:35:58, Evan Stade wrote: > OWNERS, please review > > tedchoc: > confirm_infobar.cc ...
5 years, 2 months ago (2015-10-07 23:41:30 UTC) #20
sky
LGTM - I'm surprised none of the files you asked me to review have android ...
5 years, 2 months ago (2015-10-08 00:08:59 UTC) #21
Evan Stade
On 2015/10/08 00:08:59, sky wrote: > LGTM - I'm surprised none of the files you ...
5 years, 2 months ago (2015-10-08 00:14:10 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384153003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384153003/80001
5 years, 2 months ago (2015-10-08 00:16:36 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-10-08 00:25:56 UTC) #25
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/7fd875be7a96a672f851bad164ba23e716688dc9 Cr-Commit-Position: refs/heads/master@{#352987}
5 years, 2 months ago (2015-10-08 00:27:14 UTC) #26
sky
5 years, 2 months ago (2015-10-08 14:22:39 UTC) #27
Message was sent while issue was closed.
If you could change the names that would be much appreciated!

On Wed, Oct 7, 2015 at 5:14 PM,  <estade@chromium.org> wrote:
> On 2015/10/08 00:08:59, sky wrote:
>>
>> LGTM - I'm surprised none of the files you asked me to review have android
>> in
>> the name. I would have expected android only files to be named as such (as
>
> they
>>
>> aren't in android specific directories).
>
>
> yes, that's partially my fault because I recently made them android-only
> without
> moving them to an android directory or changing their name. (They were
> already
> android-only in effect, but still compiling elsewhere.) Moving them to a
> different directory has the undesirable consequence of proliferating the
> number
> of directories (e.g. would need to add
> chrome/browser/android/notifications/),
> but I guess I could change their names. Unfortunately I think you'd still
> have
> to look for the purposes of OWNERS.
>
> https://codereview.chromium.org/1384153003/

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698