| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove base/gfx/. | estade@chromium.org | 2010-04-01 | 1 | -1/+1 |
* | Hook up extension apps notification permission, take two | rafaelw@chromium.org | 2010-03-31 | 2 | -40/+1 |
* | Add two Extension view types: Notification and Infobars. | finnur@chromium.org | 2010-03-26 | 1 | -1/+3 |
* | Re-land 42631: The problem was that notifications aren't implemented on linux... | aa@chromium.org | 2010-03-25 | 2 | -11/+40 |
* | Revert 42631 as it seems to have broken browser tests on linux_views. | aa@chromium.org | 2010-03-25 | 2 | -40/+11 |
* | Finish wiring up notifications in extensions. | aa@chromium.org | 2010-03-25 | 2 | -11/+40 |
* | Refactor BalloonViewHost, removing a lot of duplicate code that crept into no... | johnnyg@chromium.org | 2010-03-23 | 2 | -0/+247 |
* | * Moved sticky/controls frag to chromeos::BalloonViewImpl | oshima@chromium.org | 2010-03-17 | 11 | -106/+114 |
* | Factored out common classes used in notification tests. | oshima@chromium.org | 2010-03-16 | 3 | -50/+58 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 6 | -10/+10 |
* | This DCHECK occurs when an installed extension that declares the notification... | aa@chromium.org | 2010-03-12 | 3 | -7/+28 |
* | [GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash... | phajdan.jr@chromium.org | 2010-03-11 | 1 | -0/+4 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 1 | -0/+0 |
* | Reland r40855 with chromeos fix. | jhawkins@chromium.org | 2010-03-07 | 1 | -0/+3 |
* | Revert 40855 - webkit/glue: string_util.h > utf_string_conversions.h fix. | bradnelson@google.com | 2010-03-07 | 1 | -3/+0 |
* | webkit/glue: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-07 | 1 | -0/+3 |
* | On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s... | johnnyg@chromium.org | 2010-03-04 | 6 | -2/+12 |
* | Refactoring balloon collection and added chromeos's BalloonCollection. | oshima@chromium.org | 2010-03-02 | 10 | -132/+171 |
* | Change some desktop notifications layout parameters to be per-platform rather... | johnnyg@chromium.org | 2010-03-02 | 5 | -25/+55 |
* | Adding sticky field to Notification | oshima@chromium.org | 2010-02-26 | 4 | -23/+64 |
* | Move more files from chrome/common to chrome/browser | phajdan.jr@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 2 | -2/+2 |
* | Instead of using a single template file and leaving some parts of it out, use... | johnnyg@chromium.org | 2010-02-19 | 2 | -18/+31 |
* | Desktop Notifications for the mac | johnnyg@chromium.org | 2010-02-09 | 3 | -4/+19 |
* | Revert 38469 - Desktop Notifications for the mac! | johnnyg@chromium.org | 2010-02-09 | 2 | -12/+2 |
* | Desktop Notifications for the mac! | johnnyg@chromium.org | 2010-02-09 | 2 | -2/+12 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 2 | -6/+5 |
* | Enable notification for Chromeos/Linux view build. | oshima@chromium.org | 2010-01-27 | 2 | -8/+1 |
* | Make sure notifications are only enabled on GTK builds of linux, since that's... | johnnyg@chromium.org | 2010-01-25 | 1 | -2/+14 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -4/+4 |
* | Refactor the calculation of desktop size to use an existing common method rat... | johnnyg@chromium.org | 2010-01-05 | 4 | -45/+17 |
* | Add a configurable amount of space between the notification balloons. | johnnyg@chromium.org | 2010-01-05 | 1 | -4/+11 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 1 | -2/+1 |
* | Notifications should resize themselves to the content within min-max bounds, ... | johnnyg@chromium.org | 2009-12-08 | 7 | -30/+90 |
* | Spruce up the notification UI to much more closely match the mocks, including... | johnnyg@chromium.org | 2009-12-05 | 2 | -12/+14 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -0/+1 |
* | Keep incognito notification preferences separate from regular ones, and don't... | johnnyg@chromium.org | 2009-12-01 | 2 | -28/+38 |
* | Make notifications permission available in the extension manifest and hook up... | johnnyg@chromium.org | 2009-11-24 | 2 | -7/+47 |
* | Remove (actually, reverse meaning of) command line flag for desktop notificat... | johnnyg@chromium.org | 2009-11-14 | 1 | -1/+0 |
* | Escape javascript going into text notifications. | johnnyg@chromium.org | 2009-11-14 | 2 | -2/+22 |
* | Notifications permission infobar should only be shown in response to a user g... | johnnyg@chromium.org | 2009-11-13 | 1 | -0/+65 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 4 | -10/+10 |
* | Revert 31839 - Notifications permission infobar should only be shown in respo... | scherkus@chromium.org | 2009-11-12 | 1 | -67/+0 |
* | Notifications permission infobar should only be shown in response to a user g... | johnnyg@chromium.org | 2009-11-12 | 1 | -0/+67 |
* | When extensions use notifications, display the name of the extension in UI ra... | johnnyg@chromium.org | 2009-11-12 | 4 | -6/+50 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 3 | -3/+3 |
* | Unit tests for desktop notifications. | johnnyg@chromium.org | 2009-11-11 | 6 | -29/+414 |
* | Correctly route the notifications permission-request-complete callback to the... | johnnyg@chromium.org | 2009-11-06 | 2 | -6/+11 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 2 | -0/+8 |
* | Implement cancel() API on a Notification object so that script can cancel or ... | johnnyg@chromium.org | 2009-11-04 | 10 | -4/+81 |