summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/balloon_collection.h
Commit message (Expand)AuthorAgeFilesLines
* notifications: Migrate BalloonCollection to base::Closure.tfarina@chromium.org2011-10-051-6/+5
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Reapply and fix r73019. BalloonViewImpl has a different implemementation onerg@google.com2011-02-011-5/+3
* Revert 73019 - Fix style problems in the Balloon implementation on linux in p...mbelshe@chromium.org2011-01-281-3/+5
* Fix style problems in the Balloon implementation on linux in preparation for ...erg@google.com2011-01-281-5/+3
* Allow the user to choose which corner of the screen should get notifications.johnnyg@chromium.org2011-01-061-0/+15
* Listen for APP_TERMINATING in notification ui; close windows earlier in the p...johnnyg@chromium.org2010-12-011-0/+3
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-191-2/+8
* Revert 66571 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-181-8/+2
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-181-2/+8
* Revert 65879 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-121-8/+2
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-121-2/+8
* Add pyauto hook for HTML5 notifications, tests, and helpers.kkania@chromium.org2010-10-261-0/+11
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add notification processes to the task manager.johnnyg@chromium.org2010-04-081-0/+6
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-041-0/+3
* Refactoring balloon collection and added chromeos's BalloonCollection.oshima@chromium.org2010-03-021-119/+20
* Change some desktop notifications layout parameters to be per-platform rather...johnnyg@chromium.org2010-03-021-0/+5
* Instead of using a single template file and leaving some parts of it out, use...johnnyg@chromium.org2010-02-191-1/+1
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* Notifications should resize themselves to the content within min-max bounds, ...johnnyg@chromium.org2009-12-081-6/+10
* Unit tests for desktop notifications.johnnyg@chromium.org2009-11-111-16/+16
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-0/+5
* Adds UI components for desktop notifications, including balloon view classes ...johnnyg@chromium.org2009-10-291-0/+151