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

Issue 1694673002: Replace update menu badge (Closed)

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

Description

Replace update menu badge Replace the current update menu badge with a different animated badge. BUG=586325 Committed: https://crrev.com/601699b4a642b051a4cddf63732cb3c84ab44359 Cr-Commit-Position: refs/heads/master@{#375619}

Patch Set 1 #

Patch Set 2 : Changes from first self review #

Patch Set 3 : Changes from second self-review #

Total comments: 15

Patch Set 4 : png crush new assets #

Patch Set 5 : Address review comments #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+421 lines, -157 lines) Patch
D chrome/android/java/res/drawable-hdpi/badge_update.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/badge_update_dark.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/badge_update_light.png View 1 2 3 Binary file 0 comments Download
D chrome/android/java/res/drawable-mdpi/badge_update.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/badge_update_dark.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/badge_update_light.png View 1 2 3 Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi/badge_update.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/badge_update_dark.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/badge_update_light.png View 1 2 3 Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi/badge_update.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/badge_update_dark.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/badge_update_light.png View 1 2 3 Binary file 0 comments Download
D chrome/android/java/res/drawable-xxxhdpi/badge_update.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/badge_update_dark.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/badge_update_light.png View 1 2 3 Binary file 0 comments Download
M chrome/android/java/res/layout-sw600dp/toolbar.xml View 1 2 3 4 1 chunk +7 lines, -8 lines 0 comments Download
M chrome/android/java/res/layout/location_bar.xml View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/android/java/res/layout/toolbar.xml View 1 2 3 4 1 chunk +7 lines, -10 lines 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 2 3 4 1 chunk +14 lines, -9 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java View 1 2 3 4 5 2 chunks +11 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omaha/UpdateMenuItemHelper.java View 1 2 5 chunks +93 lines, -52 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarPhone.java View 1 2 3 4 4 chunks +105 lines, -11 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java View 1 chunk +10 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/Toolbar.java View 1 1 chunk +11 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarLayout.java View 1 2 3 4 4 chunks +93 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarPhone.java View 1 2 3 4 9 chunks +52 lines, -40 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarTablet.java View 1 3 4 4 chunks +10 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Theresa
ptal
4 years, 10 months ago (2016-02-12 18:02:30 UTC) #2
gone
Did you already run pngcrush on these things, btw?
4 years, 10 months ago (2016-02-12 18:41:50 UTC) #3
Theresa
On 2016/02/12 18:41:50, dfalcantara wrote: > Did you already run pngcrush on these things, btw? ...
4 years, 10 months ago (2016-02-12 19:58:10 UTC) #4
gone
https://codereview.chromium.org/1694673002/diff/40001/chrome/android/java/res/layout/toolbar.xml File chrome/android/java/res/layout/toolbar.xml (right): https://codereview.chromium.org/1694673002/diff/40001/chrome/android/java/res/layout/toolbar.xml#newcode84 chrome/android/java/res/layout/toolbar.xml:84: android:background="@null" /> Given that these two things have similar ...
4 years, 10 months ago (2016-02-13 00:26:16 UTC) #5
Theresa
https://codereview.chromium.org/1694673002/diff/40001/chrome/android/java/res/layout/toolbar.xml File chrome/android/java/res/layout/toolbar.xml (right): https://codereview.chromium.org/1694673002/diff/40001/chrome/android/java/res/layout/toolbar.xml#newcode84 chrome/android/java/res/layout/toolbar.xml:84: android:background="@null" /> On 2016/02/13 00:26:15, dfalcantara wrote: > Given ...
4 years, 10 months ago (2016-02-16 18:21:54 UTC) #6
gone
lgtm
4 years, 10 months ago (2016-02-16 18:33:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1694673002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1694673002/100001
4 years, 10 months ago (2016-02-16 18:46:28 UTC) #9
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-16 19:14:32 UTC) #10
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:53:48 UTC) #12
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/601699b4a642b051a4cddf63732cb3c84ab44359
Cr-Commit-Position: refs/heads/master@{#375619}

Powered by Google App Engine
This is Rietveld 408576698