summaryrefslogtreecommitdiffstats
path: root/chrome/browser/infobars/infobar_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the default plugin.bauerb@chromium.org2012-01-241-5/+0
* Make registerProtocolHandler() infobars replace existing infobars for equival...koz@chromium.org2012-01-061-1/+6
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-2/+2
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-3/+4
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-0/+101