summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
Commit message (Expand)AuthorAgeFilesLines
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-272-13/+4
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-271-1/+1
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-252-3/+7
* Rename PanelStrip to DockedPanelStrip and PanelOverflowStrip to OverflowPanel...jianli@chromium.org2012-01-251-5/+6
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-2/+3
* Fix links from HTML notifications not opening new tabs. This mirrors the fix ...jam@chromium.org2012-01-232-0/+18
* Removing unnecessary includes of content\browser\site_instance.h from chrome,...ananta@chromium.org2012-01-213-3/+0
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost.mihaip@chromium.org2012-01-202-7/+1
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-0/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Implement chromeos SystemNotification on Aura by introducing BalloonCollectio...stevenjb@chromium.org2012-01-186-17/+43
* Revert 117984 - Implement chromeos SystemNotification on Aura by introducing ...apatrick@chromium.org2012-01-176-43/+17
* Implement chromeos SystemNotification on Aura by introducing BalloonCollectio...stevenjb@chromium.org2012-01-176-17/+43
* clang: Fix a few things -Wunused-variable complains about in a recent clang v...thakis@chromium.org2012-01-141-3/+3
* Revert 117325 - Convert use of int ms to TimeDelta in files owned by johnnyg.lambroslambrou@google.com2012-01-121-3/+2
* Convert use of int ms to TimeDelta in files owned by johnnyg.tedvessenes@gmail.com2012-01-111-2/+3
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-1/+1
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-032-3/+5
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-282-2/+2
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-272-15/+17
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-252-2/+2
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-0/+1
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-7/+3
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-202-4/+4
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Add test cases for panel overflow handling.jianli@chromium.org2011-12-151-3/+5
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-132-13/+26
* Extract MonitorInfoProvider from WindowSizer.tfarina@chromium.org2011-12-081-5/+3
* aura/cc: Fix DesktopNotificationsTestpiman@chromium.org2011-12-072-0/+21
* Rename Desktop->RootWindow.ben@chromium.org2011-12-071-2/+2
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1
* Change the icon on the desktop notifications infobar.gideonwald@chromium.org2011-12-011-2/+2
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Remove more totally obvious usage of: defined(TOUCH_UI)saintlou@chromium.org2011-11-231-1/+1
* Redo of Issue http://codereview.chromium.org/8621006/saintlou@chromium.org2011-11-221-11/+0
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-218-53/+55
* Defer construction of NotificationUIManager to fix notification initialization.stevenjb@chromium.org2011-11-202-16/+15
* Revert 110710 - Add ChromeBrowserMainExtraParts for non main parts.stevenjb@google.com2011-11-181-3/+2
* Add ChromeBrowserMainExtraParts for non main parts.stevenjb@google.com2011-11-181-2/+3
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us...jam@chromium.org2011-11-171-3/+1
* Cleanup: Remove more forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-1/+0