| Commit message (Expand) | Author | Age | Files | Lines |
* | Move render_view_test.h header from content\test to content\public\test. This... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Remove the singleton instance get/delete methods from RootWindow (yay) | ben@chromium.org | 2012-03-02 | 1 | -4/+4 |
* | Revert 124461 - Remove the singleton instance get/delete methods from RootWin... | ben@chromium.org | 2012-03-01 | 1 | -2/+2 |
* | Remove the singleton instance get/delete methods from RootWindow (yay) | ben@chromium.org | 2012-03-01 | 1 | -2/+2 |
* | Provide a RootWindow instance getter on the shell, in preparation for removin... | ben@chromium.org | 2012-02-17 | 1 | -1/+2 |
* | Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ... | ben@chromium.org | 2012-02-03 | 1 | -0/+2 |
* | Remove old (pre-webkit) compositor | piman@chromium.org | 2012-01-27 | 1 | -7/+1 |
* | aura/cc: Fix DesktopNotificationsTest | piman@chromium.org | 2011-12-07 | 1 | -0/+12 |
* | Rename Desktop->RootWindow. | ben@chromium.org | 2011-12-07 | 1 | -2/+2 |
* | aura: Make sure the desktop is initialized when creating a DefaultMonitorInfo... | sadrul@chromium.org | 2011-11-16 | 1 | -0/+10 |
* | Move the struct used when showing a desktop notification to content/public/co... | jam@chromium.org | 2011-11-12 | 1 | -14/+23 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Move more files from chrome/test to chrome/test/base, part #5 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Adds a GYP flag for desktop notifications (enabled by default) and stub out r... | satish@chromium.org | 2011-06-06 | 1 | -3/+2 |
* | Revert 80630 - Mark the following as failing under Windows: | mmenke@chromium.org | 2011-04-06 | 1 | -11/+0 |
* | Mark the following as failing under Windows: | mmenke@chromium.org | 2011-04-06 | 1 | -0/+11 |
* | Move geolocation, desktop notification, and device orientation into their own... | jam@chromium.org | 2011-03-19 | 1 | -15/+14 |
* | Get rid of browser_prefs::RegisterAllPrefs() | mnissler@chromium.org | 2011-02-21 | 1 | -9/+10 |
* | Even more test cleanup. Some fixes to non-test code that's regressed. | erg@google.com | 2011-02-15 | 1 | -0/+8 |
* | Continuing with the out-of-lining of test code. | erg@google.com | 2011-02-11 | 1 | -0/+4 |
* | Remove includes of message headers in headers. | jam@chromium.org | 2011-02-09 | 1 | -0/+1 |
* | Make the balloon bounding box code more generic and not dependent on which la... | johnnyg@chromium.org | 2011-01-10 | 1 | -0/+33 |
* | Allow the user to choose which corner of the screen should get notifications. | johnnyg@chromium.org | 2011-01-06 | 1 | -2/+79 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-19 | 1 | -15/+7 |
* | Revert 66571 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-18 | 1 | -7/+15 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-18 | 1 | -15/+7 |
* | Revert 65879 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-12 | 1 | -7/+15 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-12 | 1 | -15/+7 |
* | Rename ChromeThread to BrowserThread Part12: | tfarina@chromium.org | 2010-10-10 | 1 | -1/+1 |
* | clang: update gtest to r435 and gmock to r300. | evan@chromium.org | 2010-09-16 | 1 | -18/+20 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 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 | -1/+1 |
* | Fix valgrind failure in notifications tests. | johnnyg@chromium.org | 2010-07-13 | 1 | -0/+1 |
* | Implement BiDi support and replace ID support for notifications. | johnnyg@chromium.org | 2010-07-12 | 1 | -46/+76 |
* | Properly escape user input for notifications, since URL-encoded characters ar... | johnnyg@chromium.org | 2010-06-09 | 1 | -1/+4 |
* | Add notifications to allow desktop notification permissions to be synced. | zork@chromium.org | 2010-04-12 | 1 | -1/+1 |
* | Revert 44234 - Add notifications to allow desktop notification permissions to... | zork@chromium.org | 2010-04-12 | 1 | -1/+1 |
* | Add notifications to allow desktop notification permissions to be synced. | zork@chromium.org | 2010-04-12 | 1 | -1/+1 |
* | Add notification processes to the task manager. | johnnyg@chromium.org | 2010-04-08 | 1 | -13/+14 |
* | * Moved sticky/controls frag to chromeos::BalloonViewImpl | oshima@chromium.org | 2010-03-17 | 1 | -37/+12 |
* | Factored out common classes used in notification tests. | oshima@chromium.org | 2010-03-16 | 1 | -16/+1 |
* | 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 |
* | Adding sticky field to Notification | oshima@chromium.org | 2010-02-26 | 1 | -12/+37 |
* | Enable notification for Chromeos/Linux view build. | oshima@chromium.org | 2010-01-27 | 1 | -3/+1 |
* | Notifications should resize themselves to the content within min-max bounds, ... | johnnyg@chromium.org | 2009-12-08 | 1 | -2/+37 |
* | Escape javascript going into text notifications. | johnnyg@chromium.org | 2009-11-14 | 1 | -0/+19 |
* | When extensions use notifications, display the name of the extension in UI ra... | johnnyg@chromium.org | 2009-11-12 | 1 | -0/+2 |
* | Unit tests for desktop notifications. | johnnyg@chromium.org | 2009-11-11 | 1 | -0/+250 |