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

Issue 2449183005: Clean up media notification icons (Closed)

Created:
4 years, 1 month ago by Zhiqiang Zhang (Slow)
Modified:
4 years, 1 month ago
CC:
agrieve+watch_chromium.org, asanka, chromium-reviews, feature-media-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up media notification icons * Remove unused black notification icon assets for SDK v21, since all clients use NotificationCompat. * Rename file names from ic_vidcontrol_* to ic_media_control_*, since "vidcontrol" stands for "video_control" but we also have audio. BUG=656574 TEST=Manual verified on SDK v21 Committed: https://crrev.com/b4bf56769b5a7516544f5f5e956e71f2581ded3a Cr-Commit-Position: refs/heads/master@{#428334}

Patch Set 1 #

Patch Set 2 : using standard asset set #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
D chrome/android/java/res/drawable-hdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-hdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-hdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_media_control_pause.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_media_control_play.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_media_control_stop.png View 1 Binary file 0 comments Download
D chrome/android/java/res/drawable-hdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-hdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-hdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-mdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-mdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-mdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_media_control_pause.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_media_control_play.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_media_control_stop.png View 1 Binary file 0 comments Download
D chrome/android/java/res/drawable-mdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-mdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-mdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_media_control_pause.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_media_control_play.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_media_control_stop.png View 1 Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_media_control_pause.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_media_control_play.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_media_control_stop.png View 1 Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxxhdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxxhdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxxhdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_media_control_pause.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_media_control_play.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_media_control_stop.png View 1 Binary file 0 comments Download
D chrome/android/java/res/drawable-xxxhdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxxhdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxxhdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/DownloadNotificationService.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/media/MediaCaptureNotificationService.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/media/ui/MediaNotificationManager.java View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Zhiqiang Zhang (Slow)
PTAL. Tested on a SDK v21 device removing the black icons. We should be good ...
4 years, 1 month ago (2016-10-27 18:34:31 UTC) #4
Theresa
lgtm
4 years, 1 month ago (2016-10-27 19:40:38 UTC) #5
mlamouri (slow - plz ping)
lgtm. If you didn't, can you run ./tools/resources/optimize-png-files.sh on the files you are adding?
4 years, 1 month ago (2016-10-28 09:42:35 UTC) #6
Zhiqiang Zhang (Slow)
On 2016/10/28 09:42:35, mlamouri wrote: > lgtm. If you didn't, can you run ./tools/resources/optimize-png-files.sh on ...
4 years, 1 month ago (2016-10-28 10:40:26 UTC) #7
Zhiqiang Zhang (Slow)
+bauerb to rummberstamp: MediaCaptureNotificationService.java DownloadNotificationService.java
4 years, 1 month ago (2016-10-28 10:41:26 UTC) #9
Bernhard Bauer
lgtm
4 years, 1 month ago (2016-10-28 10:50:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2449183005/20001
4 years, 1 month ago (2016-10-28 11:08:44 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-28 11:37:36 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-10-28 11:39:05 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b4bf56769b5a7516544f5f5e956e71f2581ded3a
Cr-Commit-Position: refs/heads/master@{#428334}

Powered by Google App Engine
This is Rietveld 408576698