summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, part 36.avi@chromium.org2012-06-113-13/+11
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-052-2/+4
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-171-1/+1
* Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents.flackr@chromium.org2012-02-161-2/+1
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-1/+1
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-1/+1
* Get rid of the need to have ChromeWebUI. This was added originally so that we...jam@chromium.org2012-01-061-1/+5
* Remove some more tab_contents.h includes from Chrome.jam@chromium.org2012-01-051-2/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-6/+6
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-4/+4
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-2/+2
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-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
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-2/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* 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-192-10/+10
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-111-4/+8
* Profiles: Change bookmark notifications implementation.erg@chromium.org2011-08-161-3/+4
* Profiles: Bookmark notifications should listen to only a specific profile.erg@chromium.org2011-08-091-4/+3
* Removal of Profile from content part 4.avi@chromium.org2011-08-011-1/+3
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-102-7/+8
* Move the RenderViewHostDelegate::BookmarkDrag interface to Chrome as the feat...ananta@chromium.org2011-07-012-1/+39
* Consolidates managing of bookmark bar state to browser. Browser nowsky@chromium.org2011-06-241-0/+36
* Removes force_bookmark_bar_visible_ from WebUI and puts it insky@chromium.org2011-06-061-5/+7
* Removes bookmarkbar logic from TabContents.sky@chromium.org2011-06-012-0/+27
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-312-2/+2
* Rename BookmarksTabHelper to BookmarkTabHelper.avi@chromium.org2011-05-114-29/+29
* New tab helper for bookmarks.avi@chromium.org2011-05-064-0/+157