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

Issue 231723006: Remove balloon notification code. The last user was the Linux GTK port but that's deleted now. (Closed)

Created:
6 years, 8 months ago by jam
Modified:
6 years, 8 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org, Elliot Glaysher
Visibility:
Public.

Description

Remove balloon notification code. The last user was the Linux GTK port but that's deleted now. BUG=297026, 361784 R=mukai@chromium.org, stevenjb@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263150

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : sync past sadrul's r262988 which removed mac/views #

Total comments: 4

Patch Set 8 : redisable test on cros that I accidentally enabled #

Patch Set 9 : remove resources per rsesek #

Patch Set 10 : sync after elliot's r263101 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -4429 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +0 lines, -24 lines 0 comments Download
D chrome/app/theme/default_100_percent/notification_wrench.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/notification_wrench_hover.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/notification_wrench_pressed.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/notification_wrench.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/notification_wrench_hover.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/notification_wrench_pressed.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/background/background_contents_service.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_contents_service_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/chrome_notification_types.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/browser/extensions/api/notifications/notifications_api.cc View 1 2 3 4 5 6 7 8 9 2 chunks +102 lines, -106 lines 0 comments Download
M chrome/browser/extensions/api/notifications/notifications_apitest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -34 lines 0 comments Download
M chrome/browser/extensions/extension_crash_recovery_browsertest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +19 lines, -64 lines 0 comments Download
M chrome/browser/local_discovery/privet_notifications.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -3 lines 0 comments Download
D chrome/browser/notifications/balloon.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -143 lines 0 comments Download
D chrome/browser/notifications/balloon.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -90 lines 0 comments Download
D chrome/browser/notifications/balloon_collection.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -113 lines 0 comments Download
D chrome/browser/notifications/balloon_collection.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/browser/notifications/balloon_collection_base.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -76 lines 0 comments Download
D chrome/browser/notifications/balloon_collection_base.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -117 lines 0 comments Download
D chrome/browser/notifications/balloon_collection_impl.h View 1 2 3 4 5 6 1 chunk +0 lines, -223 lines 0 comments Download
D chrome/browser/notifications/balloon_collection_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -463 lines 0 comments Download
D chrome/browser/notifications/balloon_host.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -104 lines 0 comments Download
D chrome/browser/notifications/balloon_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -181 lines 0 comments Download
D chrome/browser/notifications/balloon_notification_ui_manager.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -111 lines 0 comments Download
D chrome/browser/notifications/balloon_notification_ui_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -307 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service.h View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -17 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -53 lines 0 comments Download
D chrome/browser/notifications/desktop_notifications_unittest.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -139 lines 0 comments Download
D chrome/browser/notifications/desktop_notifications_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -588 lines 0 comments Download
D chrome/browser/notifications/fake_balloon_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/browser/notifications/fake_balloon_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -33 lines 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.cc View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/notifications/message_center_notifications_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 chunks +9 lines, -86 lines 0 comments Download
M chrome/browser/notifications/message_center_notifications_unittest_win.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/notifications/notification.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/notifications/notification_browsertest.cc View 1 2 3 4 5 6 7 8 9 13 chunks +27 lines, -194 lines 0 comments Download
D chrome/browser/notifications/notification_options_menu_model.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -64 lines 0 comments Download
D chrome/browser/notifications/notification_options_menu_model.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -280 lines 0 comments Download
D chrome/browser/notifications/notification_prefs_manager.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/browser/notifications/notification_prefs_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -35 lines 0 comments Download
M chrome/browser/notifications/sync_notifier/synced_notification.cc View 1 2 3 4 5 6 7 8 9 4 chunks +87 lines, -112 lines 0 comments Download
M chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc View 1 2 3 4 5 6 7 8 9 7 chunks +0 lines, -23 lines 0 comments Download
M chrome/browser/notifications/sync_notifier/welcome_delegate.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/task_manager/notification_resource_provider.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/browser/task_manager/notification_resource_provider.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -237 lines 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -11 lines 0 comments Download
D chrome/browser/task_manager/task_manager_notification_browsertest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -115 lines 0 comments Download
M chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -18 lines 0 comments Download
M chrome/chrome_nibs.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M ui/message_center/dummy_message_center.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M ui/message_center/message_center_util.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -8 lines 0 comments Download
M ui/message_center/message_center_util.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jam
6 years, 8 months ago (2014-04-10 16:40:05 UTC) #1
tfarina
+Sadrul -> https://codereview.chromium.org/231213003/
6 years, 8 months ago (2014-04-10 16:41:06 UTC) #2
jam
+erg fyi, I'll wait for you to land https://codereview.chromium.org/226413006/ first
6 years, 8 months ago (2014-04-10 16:45:14 UTC) #3
stevenjb
+mukai@ halle-frickin-lujah, break out the champagne! Cheers John. https://codereview.chromium.org/231723006/diff/120001/chrome/browser/extensions/api/notifications/notifications_api.cc File chrome/browser/extensions/api/notifications/notifications_api.cc (right): https://codereview.chromium.org/231723006/diff/120001/chrome/browser/extensions/api/notifications/notifications_api.cc#newcode425 chrome/browser/extensions/api/notifications/notifications_api.cc:425: notification->set_items(items); ...
6 years, 8 months ago (2014-04-10 17:32:02 UTC) #4
stevenjb
Oh, and LGTM!
6 years, 8 months ago (2014-04-10 17:32:19 UTC) #5
Jun Mukai
lgtm! +dewittj, petewil
6 years, 8 months ago (2014-04-10 17:54:28 UTC) #6
sadrul
Nice! Sorry if my CL caused difficulties.
6 years, 8 months ago (2014-04-10 18:20:03 UTC) #7
jam
thanks for the quick reviews! sadrul: np, merging was trivial https://codereview.chromium.org/231723006/diff/120001/chrome/browser/extensions/api/notifications/notifications_api.cc File chrome/browser/extensions/api/notifications/notifications_api.cc (right): https://codereview.chromium.org/231723006/diff/120001/chrome/browser/extensions/api/notifications/notifications_api.cc#newcode425 ...
6 years, 8 months ago (2014-04-10 20:09:59 UTC) #8
Robert Sesek
FYI I think there's some more resources that can be removed, too: IDR_BALLOON_WRENCH{,_H,_P}.
6 years, 8 months ago (2014-04-10 20:27:09 UTC) #9
jam
6 years, 8 months ago (2014-04-10 20:41:51 UTC) #10
On 2014/04/10 20:27:09, rsesek wrote:
> FYI I think there's some more resources that can be removed, too:
> IDR_BALLOON_WRENCH{,_H,_P}.

thanks, removed

Powered by Google App Engine
This is Rietveld 408576698