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

Issue 2863623002: [Android] Refactor: move files to chrome/browser/notifications/channels (Closed)

Created:
3 years, 7 months ago by awdf
Modified:
3 years, 7 months ago
CC:
whywhat, agrieve+watch_chromium.org, awdf+watch_chromium.org, chromium-reviews, David Trainor- moved to gerrit, feature-media-reviews_chromium.org, mlamouri+watch-notifications_chromium.org, noyau+watch_chromium.org, ntp-dev+reviews_chromium.org, Peter Beverloo, sync-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Refactor: move files to chrome/browser/notifications/channels - The number of files in chrome/browser/notifications was getting rather large - This simply moves all the channel-related code into a new sub-package BUG=700377 Review-Url: https://codereview.chromium.org/2863623002 Cr-Commit-Position: refs/heads/master@{#469631} Committed: https://chromium.googlesource.com/chromium/src/+/ad369409491735cc0120a7cc090f476a36c55bd6

Patch Set 1 #

Total comments: 4

Patch Set 2 : reorder files in java_sources.gni #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -651 lines) Patch
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/incognito/IncognitoNotificationManager.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/init/ProcessInitializationHandler.java View 1 2 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 1 chunk +1 line, -1 line 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/notifications/ChannelDefinitions.java View 1 chunk +0 lines, -167 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/notifications/ChannelsInitializer.java View 1 chunk +0 lines, -61 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/notifications/ChannelsUpdater.java View 1 chunk +0 lines, -71 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilder.java View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilderFactory.java View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilderForO.java View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationManagerProxy.java View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationManagerProxyImpl.java View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridge.java View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUmaTracker.java View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilder.java View 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelDefinitions.java View 3 chunks +6 lines, -6 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsInitializer.java View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdater.java View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/ContentSuggestionsNotificationHelper.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBroadcastService.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/upgrade/PackageReplacedBroadcastReceiver.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/media/ui/MediaNotificationManagerServiceLifecycleTest.java View 1 chunk +1 line, -1 line 0 comments Download
D chrome/android/junit/src/org/chromium/chrome/browser/notifications/ChannelDefinitionsTest.java View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/android/junit/src/org/chromium/chrome/browser/notifications/ChannelsInitializerTest.java View 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/android/junit/src/org/chromium/chrome/browser/notifications/ChannelsUpdaterTest.java View 1 chunk +0 lines, -125 lines 0 comments Download
A + chrome/android/junit/src/org/chromium/chrome/browser/notifications/channels/ChannelDefinitionsTest.java View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/android/junit/src/org/chromium/chrome/browser/notifications/channels/ChannelsInitializerTest.java View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/android/junit/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdaterTest.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/notifications/MockNotificationManagerProxy.java View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 31 (14 generated)
awdf
3 years, 7 months ago (2017-05-04 15:15:57 UTC) #2
johnme
lgtm with nits https://codereview.chromium.org/2863623002/diff/1/chrome/android/java_sources.gni File chrome/android/java_sources.gni (right): https://codereview.chromium.org/2863623002/diff/1/chrome/android/java_sources.gni#newcode577 chrome/android/java_sources.gni:577: "java/src/org/chromium/chrome/browser/notifications/channels/ChannelDefinitions.java", Nit: the rest of this ...
3 years, 7 months ago (2017-05-04 15:22:40 UTC) #3
awdf
https://codereview.chromium.org/2863623002/diff/1/chrome/android/java_sources.gni File chrome/android/java_sources.gni (right): https://codereview.chromium.org/2863623002/diff/1/chrome/android/java_sources.gni#newcode577 chrome/android/java_sources.gni:577: "java/src/org/chromium/chrome/browser/notifications/channels/ChannelDefinitions.java", On 2017/05/04 15:22:39, johnme wrote: > Nit: the ...
3 years, 7 months ago (2017-05-04 15:46:11 UTC) #4
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/2863623002/20001
3 years, 7 months ago (2017-05-04 15:46:46 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/427387)
3 years, 7 months ago (2017-05-04 15:57:49 UTC) #9
whywhat
Aren't there just 22 files, including OWNERS? IMO, it is not many for a directory/package. ...
3 years, 7 months ago (2017-05-04 16:00:29 UTC) #11
awdf
On 2017/05/04 16:00:29, whywhat wrote: > Aren't there just 22 files, including OWNERS? IMO, it ...
3 years, 7 months ago (2017-05-04 16:21:58 UTC) #12
Bernhard Bauer
I'm going defer to the (other) notifications/ OWNERS on whether the churn is worth it ...
3 years, 7 months ago (2017-05-04 16:22:23 UTC) #14
awdf
On 2017/05/04 16:22:23, Bernhard Bauer wrote: > I'm going defer to the (other) notifications/ OWNERS ...
3 years, 7 months ago (2017-05-04 16:27:45 UTC) #15
Peter Beverloo
lgtm Anton, I think you bring up good points, but as Anita's the primary owner ...
3 years, 7 months ago (2017-05-04 16:56:41 UTC) #16
whywhat
On 2017/05/04 at 16:21:58, awdf wrote: > On 2017/05/04 16:00:29, whywhat wrote: > > Aren't ...
3 years, 7 months ago (2017-05-04 17:19:02 UTC) #17
whywhat
I just wanted to highlight the cons and learn more about the pros. Maybe I'll ...
3 years, 7 months ago (2017-05-04 17:21:54 UTC) #18
whywhat
3 years, 7 months ago (2017-05-04 17:22:07 UTC) #20
Miguel Garcia
lgtm
3 years, 7 months ago (2017-05-05 09:57:28 UTC) #21
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/2863623002/20001
3 years, 7 months ago (2017-05-05 10:33:13 UTC) #23
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/2863623002/40001
3 years, 7 months ago (2017-05-05 11:17:57 UTC) #28
commit-bot: I haz the power
3 years, 7 months ago (2017-05-05 12:24:52 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/ad369409491735cc0120a7cc090f...

Powered by Google App Engine
This is Rietveld 408576698