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

Issue 271052: Browser side support (sans UI) for desktop notifications.... (Closed)

Created:
11 years, 2 months ago by John Gregg
Modified:
9 years ago
Reviewers:
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, John Grabowski, jam, pam+watch_chromium.org, Paweł Hajdan Jr., darin (slow to review), tim (not reviewing)
Visibility:
Public.

Description

Browser side support (sans UI) for desktop notifications. BUG=none TEST=none Review URL: http://codereview.chromium.org/194108 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28696

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1124 lines, -5 lines) Patch
M chrome/app/chromium_strings.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_profile_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/notifications/balloons.h View 1 chunk +200 lines, -0 lines 0 comments Download
A chrome/browser/notifications/desktop_notification_service.h View 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/browser/notifications/desktop_notification_service.cc View 1 chunk +234 lines, -0 lines 0 comments Download
A chrome/browser/notifications/desktop_notification_service_linux.cc View 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/notifications/desktop_notification_service_mac.mm View 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/notifications/desktop_notification_service_win.cc View 1 chunk +97 lines, -0 lines 0 comments Download
A chrome/browser/notifications/notification.h View 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/notifications/notification_object_proxy.h View 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/notifications/notification_object_proxy.cc View 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/notifications/notifications_prefs_cache.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/notifications/notifications_prefs_cache.cc View 1 chunk +67 lines, -0 lines 0 comments Download
M chrome/browser/profile.h View 4 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/profile.cc View 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 3 chunks +33 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 4 chunks +11 lines, -0 lines 0 comments Download
A chrome/browser/resources/notification.html View 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/notification_provider.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/testing_profile.h View 1 chunk +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698