summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
Commit message (Expand)AuthorAgeFilesLines
* Add two Extension view types: Notification and Infobars.finnur@chromium.org2010-03-261-1/+3
* Re-land 42631: The problem was that notifications aren't implemented on linux...aa@chromium.org2010-03-252-11/+40
* Revert 42631 as it seems to have broken browser tests on linux_views.aa@chromium.org2010-03-252-40/+11
* Finish wiring up notifications in extensions.aa@chromium.org2010-03-252-11/+40
* Refactor BalloonViewHost, removing a lot of duplicate code that crept into no...johnnyg@chromium.org2010-03-232-0/+247
* * Moved sticky/controls frag to chromeos::BalloonViewImploshima@chromium.org2010-03-1711-106/+114
* Factored out common classes used in notification tests.oshima@chromium.org2010-03-163-50/+58
* Move base/gfx contents to gfx/ben@chromium.org2010-03-146-10/+10
* This DCHECK occurs when an installed extension that declares the notification...aa@chromium.org2010-03-123-7/+28
* [GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...phajdan.jr@chromium.org2010-03-111-0/+4
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* Reland r40855 with chromeos fix.jhawkins@chromium.org2010-03-071-0/+3
* Revert 40855 - webkit/glue: string_util.h > utf_string_conversions.h fix.bradnelson@google.com2010-03-071-3/+0
* webkit/glue: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-071-0/+3
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-046-2/+12
* Refactoring balloon collection and added chromeos's BalloonCollection.oshima@chromium.org2010-03-0210-132/+171
* Change some desktop notifications layout parameters to be per-platform rather...johnnyg@chromium.org2010-03-025-25/+55
* Adding sticky field to Notificationoshima@chromium.org2010-02-264-23/+64
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-192-2/+2
* Instead of using a single template file and leaving some parts of it out, use...johnnyg@chromium.org2010-02-192-18/+31
* Desktop Notifications for the macjohnnyg@chromium.org2010-02-093-4/+19
* Revert 38469 - Desktop Notifications for the mac!johnnyg@chromium.org2010-02-092-12/+2
* Desktop Notifications for the mac!johnnyg@chromium.org2010-02-092-2/+12
* linux: build with -Wextraevan@chromium.org2010-02-052-6/+5
* Enable notification for Chromeos/Linux view build.oshima@chromium.org2010-01-272-8/+1
* Make sure notifications are only enabled on GTK builds of linux, since that's...johnnyg@chromium.org2010-01-251-2/+14
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-4/+4
* Refactor the calculation of desktop size to use an existing common method rat...johnnyg@chromium.org2010-01-054-45/+17
* Add a configurable amount of space between the notification balloons.johnnyg@chromium.org2010-01-051-4/+11
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-2/+1
* Notifications should resize themselves to the content within min-max bounds, ...johnnyg@chromium.org2009-12-087-30/+90
* Spruce up the notification UI to much more closely match the mocks, including...johnnyg@chromium.org2009-12-052-12/+14
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Keep incognito notification preferences separate from regular ones, and don't...johnnyg@chromium.org2009-12-012-28/+38
* 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