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

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed)

Created:
7 years, 9 months ago by dcheng
Modified:
7 years, 9 months ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, akalin, Raghu Simha, kkania, Aaron Boodman, robertshield, estade+watch_chromium.org, chromium-apps-reviews_chromium.org, haitaol1, tim (not reviewing), pedrosimonetti+watch_chromium.org
Visibility:
Public.

Description

Remove chrome/ code to handle App Notifications The sync/ code will be removed in a follow up patch. BUG=136297 TBR=thakis Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187201

Patch Set 1 #

Patch Set 2 : Explosion time #

Patch Set 3 : ... #

Patch Set 4 : Revert sync pref changes #

Total comments: 1

Patch Set 5 : NTP and test fixes #

Patch Set 6 : Fix merge conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5294 lines) Patch
M chrome/app/generated_resources.grd View 3 chunks +0 lines, -14 lines 0 comments Download
D chrome/app/theme/default_100_percent/nub.png View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/app/theme/default_100_percent/nub_mask.png View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/app/theme/default_100_percent/small_bubble.png View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/app/theme/default_200_percent/nub.png View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/app/theme/default_200_percent/small_bubble.png View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/extensions/api/app/app_api.h View 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/extensions/api/app/app_api.cc View 1 chunk +0 lines, -115 lines 0 comments Download
D chrome/browser/extensions/api/app/app_apitest.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.h View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/extensions/app_notification.h View 1 chunk +0 lines, -91 lines 0 comments Download
D chrome/browser/extensions/app_notification.cc View 1 chunk +0 lines, -159 lines 0 comments Download
D chrome/browser/extensions/app_notification_browsertest.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D chrome/browser/extensions/app_notification_manager.h View 1 chunk +0 lines, -187 lines 0 comments Download
D chrome/browser/extensions/app_notification_manager.cc View 1 chunk +0 lines, -595 lines 0 comments Download
D chrome/browser/extensions/app_notification_manager_sync_unittest.cc View 1 chunk +0 lines, -759 lines 0 comments Download
D chrome/browser/extensions/app_notification_manager_unittest.cc View 1 chunk +0 lines, -132 lines 0 comments Download
D chrome/browser/extensions/app_notification_storage.h View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/browser/extensions/app_notification_storage.cc View 1 chunk +0 lines, -232 lines 0 comments Download
D chrome/browser/extensions/app_notification_storage_unittest.cc View 1 chunk +0 lines, -143 lines 0 comments Download
D chrome/browser/extensions/app_notification_test_util.h View 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/browser/extensions/app_notification_test_util.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_setup.h View 1 chunk +0 lines, -180 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_setup.cc View 1 chunk +0 lines, -416 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_setup_unittest.cc View 1 chunk +0 lines, -321 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_ui.h View 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_ui_android.h View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_ui_android.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_ui_impl.h View 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/browser/extensions/app_notify_channel_ui_impl.cc View 1 chunk +0 lines, -229 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.h View 4 chunks +1 line, -12 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.cc View 4 chunks +3 lines, -26 lines 0 comments Download
M chrome/browser/extensions/app_sync_data_unittest.cc View 1 2 4 chunks +0 lines, -17 lines 0 comments Download
M chrome/browser/extensions/extension_prefs.h View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_prefs.cc View 2 chunks +0 lines, -37 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 4 chunks +0 lines, -17 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 7 chunks +0 lines, -49 lines 0 comments Download
M chrome/browser/extensions/tab_helper.h View 4 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/extensions/tab_helper.cc View 4 chunks +0 lines, -71 lines 0 comments Download
M chrome/browser/resources/ntp4/apps_page.css View 1 2 chunks +0 lines, -20 lines 0 comments Download
M chrome/browser/resources/ntp4/apps_page.js View 1 2 3 4 13 chunks +4 lines, -154 lines 0 comments Download
M chrome/browser/resources/webstore_app/manifest.json View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/signin/signin_internals_util.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/signin/signin_internals_util.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
D chrome/browser/sync/glue/app_notification_data_type_controller.h View 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/browser/sync/glue/app_notification_data_type_controller.cc View 1 chunk +0 lines, -72 lines 0 comments Download
D chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc View 1 chunk +0 lines, -283 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 5 chunks +0 lines, -13 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.h View 1 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 9 chunks +0 lines, -86 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 3 chunks +0 lines, -17 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/extensions/api/api.gyp View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/common/extensions/api/experimental_app.json View 1 chunk +0 lines, -84 lines 0 comments Download
M chrome/common/extensions/docs/templates/intros/permissions.html View 1 1 chunk +0 lines, -1 line 0 comments Download
D chrome/common/extensions/docs/templates/public/apps/experimental_app.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/extensions/extension_messages.h View 1 2 3 4 2 chunks +0 lines, -14 lines 0 comments Download
M chrome/common/extensions/permissions/api_permission.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/permissions/api_permission.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/app_bindings.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/app_bindings.cc View 1 2 3 4 5 5 chunks +0 lines, -57 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.cc View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extensions/app_custom_bindings.js View 1 2 3 4 5 3 chunks +1 line, -25 lines 0 comments Download
D chrome/test/data/extensions/api_test/app_notifications/launch.html View 1 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/app_notifications/manifest.json View 1 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/test/data/extensions/api_test/app_notifications/test.html View 1 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/app_notifications/test.js View 1 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/test/data/extensions/app_notifications/launch.html View 1 1 chunk +0 lines, -1 line 0 comments Download
D chrome/test/data/extensions/app_notifications/launch.js View 1 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/test/data/extensions/app_notifications/manifest.json View 1 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/restrictions/main.js View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/data/page_cycler/cached_data_dir/Default/Preferences View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ext_auto/auto_provider/manifest.json View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
dcheng
Overall, the patch is a fairly straightforward deletion of code. I've nuked the following code ...
7 years, 9 months ago (2013-03-08 23:00:42 UTC) #1
not at google - send to devlin
hooray lgtm https://codereview.chromium.org/12680004/diff/9001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (left): https://codereview.chromium.org/12680004/diff/9001/chrome/browser/extensions/extension_service.cc#oldcode1662 chrome/browser/extensions/extension_service.cc:1662: UMA_HISTOGRAM_COUNTS("Apps.SetAppNotificationsEnabled", 1); need to remember to remove ...
7 years, 9 months ago (2013-03-08 23:44:10 UTC) #2
Nicolas Zea
On 2013/03/08 23:44:10, kalman wrote: > hooray lgtm > > https://codereview.chromium.org/12680004/diff/9001/chrome/browser/extensions/extension_service.cc > File chrome/browser/extensions/extension_service.cc (left): ...
7 years, 9 months ago (2013-03-09 00:52:36 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/12680004/15001
7 years, 9 months ago (2013-03-09 04:47:32 UTC) #4
commit-bot: I haz the power
Presubmit check for 12680004-15001 failed and returned exit status 1. INFO:root:Found 47 file(s). Running presubmit ...
7 years, 9 months ago (2013-03-09 04:48:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/12680004/15001
7 years, 9 months ago (2013-03-09 04:54:09 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/renderer/resources/extensions/app_custom_bindings.js: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-09 14:58:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/12680004/30001
7 years, 9 months ago (2013-03-10 05:45:03 UTC) #8
commit-bot: I haz the power
7 years, 9 months ago (2013-03-10 08:19:06 UTC) #9
Message was sent while issue was closed.
Change committed as 187201

Powered by Google App Engine
This is Rietveld 408576698