summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications
Commit message (Expand)AuthorAgeFilesLines
* notifications: Avoid temp vars in IsCursorInBalloonCollection() implementations.tfarina@chromium.org2012-03-232-5/+3
* Should be the rest for this dead code pattern removal under chrome/ after tfa...saintlou@chromium.org2012-03-231-7/+2
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-2/+1
* Move extension pop-ups and notifications to the new auto-resize code.levin@chromium.org2012-03-205-14/+22
* Ensure both PanelBrowserWindowGtk and BalloonCollectionImpl call RemoveObserver.jianli@chromium.org2012-03-141-0/+3
* Fix 117074: Panels [WIN]: Crash data shows a stack trace consistently involvi...jianli@chromium.org2012-03-082-0/+17
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-074-2/+6
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-063-7/+7
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-021-4/+4
* Revert 124461 - Remove the singleton instance get/delete methods from RootWin...ben@chromium.org2012-03-011-2/+2
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-011-2/+2
* Fix the problem that trying to close a panel when drag is in progress.jianli@chromium.org2012-02-281-2/+2
* Update clients to use new TestServer constructor.erikwright@chromium.org2012-02-241-1/+3
* Provide a RootWindow instance getter on the shell, in preparation for removin...ben@chromium.org2012-02-171-1/+2
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-151-1/+1
* Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...ben@chromium.org2012-02-031-0/+2
* Hide WorkerProcessHost from chrome.jam@chromium.org2012-02-011-1/+0
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-301-2/+2
* 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