| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a bunch more browser stuff around. | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Listen for APP_TERMINATING in notification ui; close windows earlier in the p... | johnnyg@chromium.org | 2010-12-01 | 1 | -0/+4 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-19 | 1 | -31/+28 |
* | Revert 66571 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-18 | 1 | -28/+31 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-18 | 1 | -31/+28 |
* | Revert 65879 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-12 | 1 | -28/+31 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-12 | 1 | -31/+28 |
* | Add pyauto hook for HTML5 notifications, tests, and helpers. | kkania@chromium.org | 2010-10-26 | 1 | -0/+8 |
* | Make mac notifications less janky: group the animation together so that they ... | johnnyg@chromium.org | 2010-08-31 | 1 | -2/+1 |
* | Always refresh the desktop size before showing notifications. This should pr... | johnnyg@chromium.org | 2010-07-21 | 1 | -0/+1 |
* | position the balloons after closing in a way that will keep the next one's cl... | johnnyg@chromium.org | 2010-07-15 | 1 | -4/+87 |
* | fix the notification continuous-resize problem by preventing scrollbars from ... | johnnyg@chromium.org | 2010-07-09 | 1 | -1/+7 |
* | Don't try to animate the balloon before it's been shown, it will cause a crash. | johnnyg@chromium.org | 2010-06-29 | 1 | -1/+1 |
* | Remove the horizontal layout code from notifications logic. This code is not... | johnnyg@chromium.org | 2010-06-24 | 1 | -44/+11 |
* | Convert notification UI on Mac to a NIB rather than hand-coded. Also update ... | johnnyg@chromium.org | 2010-06-24 | 1 | -20/+45 |
* | On Mac, notifications needs the uninverted coordinate space, because we inver... | johnnyg@chromium.org | 2010-04-13 | 1 | -1/+4 |
* | Make sure small notifications get shown. Previous change to make sure notifi... | johnnyg@chromium.org | 2010-04-09 | 1 | -3/+6 |
* | Only allow notifications to grow in size (as the content size is determined).... | johnnyg@chromium.org | 2010-04-07 | 1 | -2/+8 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -2/+2 |
* | On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s... | johnnyg@chromium.org | 2010-03-04 | 1 | -0/+5 |
* | Refactoring balloon collection and added chromeos's BalloonCollection. | oshima@chromium.org | 2010-03-02 | 1 | -3/+4 |
* | Change some desktop notifications layout parameters to be per-platform rather... | johnnyg@chromium.org | 2010-03-02 | 1 | -25/+15 |
* | Desktop Notifications for the mac | johnnyg@chromium.org | 2010-02-09 | 1 | -0/+6 |
* | Revert 38469 - Desktop Notifications for the mac! | johnnyg@chromium.org | 2010-02-09 | 1 | -6/+0 |
* | Desktop Notifications for the mac! | johnnyg@chromium.org | 2010-02-09 | 1 | -0/+6 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -4/+3 |
* | Refactor the calculation of desktop size to use an existing common method rat... | johnnyg@chromium.org | 2010-01-05 | 1 | -0/+17 |
* | Add a configurable amount of space between the notification balloons. | johnnyg@chromium.org | 2010-01-05 | 1 | -4/+11 |
* | Notifications should resize themselves to the content within min-max bounds, ... | johnnyg@chromium.org | 2009-12-08 | 1 | -1/+14 |
* | Spruce up the notification UI to much more closely match the mocks, including... | johnnyg@chromium.org | 2009-12-05 | 1 | -8/+12 |
* | Implement cancel() API on a Notification object so that script can cancel or ... | johnnyg@chromium.org | 2009-11-04 | 1 | -0/+13 |
* | Adds UI components for desktop notifications, including balloon view classes ... | johnnyg@chromium.org | 2009-10-29 | 1 | -0/+172 |