summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
Commit message (Expand)AuthorAgeFilesLines
* Always enable dom automation for browser_tests. This avoids developers having...jam@chromium.org2012-07-181-3/+1
* Move ExtensionWindowController and related into extensions namespacerdevlin.cronin@chromium.org2012-07-172-2/+3
* [Mac] Only attempt to replace a notification if the replacement_id is not empty.rsesek@chromium.org2012-07-131-4/+6
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1116-16/+0
* browser: Move more files into chrome namespace.tfarina@chromium.org2012-07-061-1/+1
* ignore notification permission requests from web contents that doesestade@chromium.org2012-07-041-15/+21
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-292-6/+9
* Get rid of browser::FindLastActiveWithProfile call in desktop_notification_se...jam@chromium.org2012-06-222-14/+1
* Protect access to notification_ui_manager in DesktopNotificationService::Observestevenjb@google.com2012-06-211-3/+7
* Move singleton tabs off Browser.ben@chromium.org2012-06-211-1/+2
* Extensions: respond to webkitNotifications.requestPermissionestade@chromium.org2012-06-191-5/+5
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-181-2/+2
* Change kAshNotify to kAshNotifyDisabled (default ash notifications to enabled)stevenjb@google.com2012-06-181-1/+2
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-1/+1
* Add DesktopNotificationService::AddNotificationstevenjb@google.com2012-06-142-0/+89
* Add support for Ash to Notificationsstevenjb@google.com2012-06-1411-24/+104
* Add support for plumbing desktop chrome notifications to the metro driver. Th...ananta@chromium.org2012-06-112-0/+60
* TabContentsWrapper -> TabContents, part 21.avi@chromium.org2012-06-112-10/+10
* Rename and move balloon_collection_impl_aura, rename balloon_view.cc stevenjb@chromium.org2012-06-061-6/+4
* Revert 140554 - Rename and move balloon_collection_impl_aura, rename balloon_...cbentzel@chromium.org2012-06-051-4/+6
* Rename and move balloon_collection_impl_aura, rename balloon_view.ccstevenjb@google.com2012-06-051-6/+4
* Move render_view_test.h header from content\test to content\public\test. This...jam@chromium.org2012-06-042-2/+2
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-042-2/+2
* Fix bug 127498: Panels: The position of notifications aren't adjusted when pa...jianli@chromium.org2012-06-012-29/+7
* cocoa: Move balloon_collection_mac.cc into cocoa/ directory.tfarina@chromium.org2012-05-291-79/+0
* gtk: Move balloon_collection_gtk.cc into gtk/ directory.tfarina@chromium.org2012-05-281-93/+0
* Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.thestig@chromium.org2012-05-261-1/+0
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+2
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-2/+2
* Remove a bunch of trivial render_view_host_delegate.h includes in chrome.jam@chromium.org2012-05-221-1/+0
* Move Extension into extensions namespaceaa@chromium.org2012-05-212-7/+7
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-2/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+2
* views: Move balloon_collection_views.cc into views/ directory.tfarina@chromium.org2012-05-171-115/+0
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-163-6/+8
* Convert the notifications interactive ui_test to use InProcessBrowserTest, an...jam@chromium.org2012-05-152-70/+57
* It used to be possible to change the position of the notification bubble on C...pkotwicz@chromium.org2012-05-091-0/+6
* Remove Browser dependency in ExtensionFunctionDispatcherstevenjb@chromium.org2012-05-052-3/+4
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-272-4/+6
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-1/+1
* [Mac] Implement a NotificationUIManager that uses Notification Center on 10.8...rsesek@chromium.org2012-04-175-16/+432
* Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost.creis@chromium.org2012-04-162-0/+14
* Revert 13676 - Revert 131665 - Add a preference for why an extension is disab...yoz@chromium.org2012-04-111-1/+2
* Revert 131665 - Add a preference for why an extension is disabled.rsesek@chromium.org2012-04-101-2/+1
* Add a preference for why an extension is disabled.yoz@chromium.org2012-04-101-1/+2
* Add a separate Notification constructor to differentiate between text and HTM...rsesek@chromium.org2012-04-063-12/+67
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Split the NotificationUIManager into a virtual interface and an impl.rsesek@chromium.org2012-04-046-117/+219
* notifications: Avoid temp vars in IsCursorInBalloonCollection() implementations.tfarina@chromium.org2012-03-232-5/+3