summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
Commit message (Expand)AuthorAgeFilesLines
* Make notifications permission available in the extension manifest and hook up...johnnyg@chromium.org2009-11-242-7/+47
* Remove (actually, reverse meaning of) command line flag for desktop notificat...johnnyg@chromium.org2009-11-141-1/+0
* Escape javascript going into text notifications.johnnyg@chromium.org2009-11-142-2/+22
* Notifications permission infobar should only be shown in response to a user g...johnnyg@chromium.org2009-11-131-0/+65
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-134-10/+10
* Revert 31839 - Notifications permission infobar should only be shown in respo...scherkus@chromium.org2009-11-121-67/+0
* Notifications permission infobar should only be shown in response to a user g...johnnyg@chromium.org2009-11-121-0/+67
* When extensions use notifications, display the name of the extension in UI ra...johnnyg@chromium.org2009-11-124-6/+50
* Upstreaming WebKit.gypyaar@chromium.org2009-11-123-3/+3
* Unit tests for desktop notifications.johnnyg@chromium.org2009-11-116-29/+414
* Correctly route the notifications permission-request-complete callback to the...johnnyg@chromium.org2009-11-062-6/+11
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-062-0/+8
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-0410-4/+81
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-21/+14
* Fix the build by removing some not implemented macros.johnnyg@chromium.org2009-10-312-2/+0
* Now that the UI layer is accessible cross-platform, coalesce the DesktopNotif...johnnyg@chromium.org2009-10-304-155/+75
* Need to load the permissions lists every time at startup for notifications.johnnyg@chromium.org2009-10-303-12/+8
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-304-8/+148
* Adds UI components for desktop notifications, including balloon view classes ...johnnyg@chromium.org2009-10-298-200/+554
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-5/+3
* Browser side support (sans UI) for desktop notifications.johnnyg@chromium.org2009-10-1211-0/+958