summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/notifications/notification_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement chromeos SystemNotification on Aura by introducing BalloonCollectio...stevenjb@chromium.org2012-01-181-8/+7
* Revert 117984 - Implement chromeos SystemNotification on Aura by introducing ...apatrick@chromium.org2012-01-171-7/+8
* Implement chromeos SystemNotification on Aura by introducing BalloonCollectio...stevenjb@chromium.org2012-01-171-8/+7
* Create utility functions for helping determine the X window manager.dcheng@chromium.org2011-11-101-11/+3
* Replace Callback1 with base::Callback in MessageCallback.achuith@chromium.org2011-10-261-12/+9
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Also suppress messages after fast shutdown path has been initiated.achuith@chromium.org2011-09-141-1/+1
* Mark NotificationTest.TestWebUIMessageCallback as flaky.ericu@google.com2011-09-131-1/+2
* [chromeos] Do not move notifications to KEEP_SIZE state when mouse moved.dgozman@chromium.org2011-08-291-6/+7
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+5
* Mark NotificationTest.TestActivateDeactivate flakykinuko@chromium.org2011-05-301-1/+2
* Disable test that's consistently timing out on Linux Builder (ChromiumOS) con...ajwong@chromium.org2011-05-241-1/+1
* Mark a test as flaky.lipalani@chromium.org2011-05-181-1/+2
* Fix for flaky notification test.oshima@google.com2011-04-151-9/+15
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* chromeos: Update the references of notification includes to the new content l...tfarina@chromium.org2011-03-071-1/+1
* WebUI: Fix random variations of DOMUI.tfarina@chromium.org2011-02-131-1/+1
* WebUI: Change more entries from DOMUI to WebUI under chromeos/notifications d...tfarina@chromium.org2011-02-121-12/+12
* They're no longer flaky according to flakiness dashboard.oshima@google.com2011-02-091-3/+1
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-2/+2
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-191-33/+13
* Revert 66571 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-181-13/+33
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-181-33/+13
* Cleanup: Include browser.h -> ui/browser.h [Part 1].jhawkins@chromium.org2010-11-161-1/+1
* Revert 65879 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-121-13/+33
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-121-33/+13
* Use DesktopNotificationService::CreateDataUrl for notification without link.oshima@chromium.org2010-10-141-2/+2
* Marking NotificationTest.TestActivateDeactivate flaky.shess@chromium.org2010-10-141-1/+2
* Marked another ChromeOS test as flaky since it was breaking autotest suite.zelidrag@chromium.org2010-10-071-1/+3
* Re-enable DOM UI bindings for data: URLs.caseq@google.com2010-10-061-4/+1
* Marked NotificationTest.TestDOMUIMessageCallback as FAILS after r61174caseq@google.com2010-10-011-1/+4
* Marked two ChromeOS browser tests as flaky to get autotest move on.zelidrag@chromium.org2010-09-301-1/+2
* chromeos: Append base:: to StringPrintf calls. Part 2.tfarina@chromium.org2010-09-041-12/+13
* Implement the plumbing to deliver click events from the notification balloon ...johnnyg@chromium.org2010-09-011-0/+1
* Fix build due to conflictoshima@chromium.org2010-08-191-1/+1
* DOMUI callback to notificationoshima@chromium.org2010-08-191-0/+60
* notifications: Convert some std::wstring over to string16.tfarina@chromium.org2010-08-011-1/+1
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-0/+2
* Make notification panel vertically resizable.oshima@chromium.org2010-07-211-0/+23
* Implement BiDi support and replace ID support for notifications.johnnyg@chromium.org2010-07-121-2/+2
* Add UpdateAndShowNotification API to BallonCollectionImloshima@chromium.org2010-05-071-10/+38
* Fix crash bug when mouse hovers over system notification.oshima@chromium.org2010-04-301-0/+32
* Memory leak fix.oshima@chromium.org2010-04-291-0/+29
* Use WidgetGtk as viewport of ScrollView to make scrolling renderers smoother.oshima@chromium.org2010-04-231-1/+6
* Scroll notification panel so that new/updated notification is visible.oshima@chromium.org2010-04-191-3/+80
* Hover buttons for notification.oshima@chromium.org2010-04-161-1/+1
* Delete all RenderViewHost in BalloonViewImpl on exit.oshima@chromium.org2010-04-091-1/+12
* notification panel fix on chromeos.oshima@chromium.org2010-04-081-4/+105