summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
Commit message (Expand)AuthorAgeFilesLines
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+1
* Remove a bunch of #ifs in browser.h and browser.cc. These methods compiletc@google.com2009-06-051-8/+0
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-1/+3
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-4/+2
* Pasted links opened with alt-enter were opened next to the current tab instea...pkasting@chromium.org2009-06-021-15/+29
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-291-0/+1
* Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile...pinkerton@chromium.org2009-05-291-2/+0
* This fixes the problem of the status bubble obscuring the download shelf.mirandac@chromium.org2009-05-271-0/+1
* Remove the last bits leftover from my frame window experiment.brettw@chromium.org2009-05-261-1/+1
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-221-1/+3
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-221-2/+2
* Implement clear browsing data dialog in linuxevan@chromium.org2009-05-221-2/+0
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-0/+1
* Add GTK options window (no options actually configurable yet.)evan@chromium.org2009-05-141-0/+2
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Add import settings dialog on linux.kuchhal@chromium.org2009-05-111-1/+3
* Various popup UI fixes:pkasting@chromium.org2009-05-081-0/+1
* Make background pages work more nicely with the tabs API.aa@chromium.org2009-05-071-1/+8
* Create a separate UI surface for extensions (bottom shelf) and remove them fr...erikkay@google.com2009-05-061-1/+2
* Reverting 15399.maruel@chromium.org2009-05-061-2/+2
* Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that webrettw@chromium.org2009-05-061-2/+2
* honor index in createTab()rafaelw@chromium.org2009-05-061-2/+4
* Merge two TabContents::InvalidateTypes types and properly update tab download...estade@chromium.org2009-05-061-1/+0
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-301-0/+1
* Reverting 14948.jcampan@chromium.org2009-04-301-1/+0
* Closing the last tab with a download in-progress would cause the tab to bejcampan@chromium.org2009-04-301-0/+1
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+3
* Now that we have file dialogs, we might as well hook up "Open File" on the Mac.avi@google.com2009-04-271-2/+0
* Create an about dialog for GTK Chromium.erg@google.com2009-04-241-1/+1
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-9/+39
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-15/+12
* Reverting 14005.brettw@chromium.org2009-04-181-12/+15
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-15/+12
* Makes SupportsFeature virtual and adds a virtual destructor to Browser.sky@chromium.org2009-04-171-2/+2
* Make Browser::set_window defined all the time, and adds the ability tosky@chromium.org2009-04-161-1/+3
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-1/+0
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-151-3/+4
* Add a Cocoa file picker.avi@google.com2009-04-141-9/+1
* Added undo tab closing item to Tab menu.idanan@chromium.org2009-04-141-0/+3
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-091-0/+28
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-091-0/+2
* Distributor logo and " - App Name" shouldn't be shown on app frame windows.ben@chromium.org2009-04-081-0/+3
* Support the new popup and new window dispositions in the external tab contain...ananta@chromium.org2009-04-081-0/+7
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-5/+5
* First implementation of a bookmark bar.erg@google.com2009-04-061-2/+0
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-1/+1
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-051-1/+8
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-1/+1
* Revert until sequencing issue fixed.ben@chromium.org2009-04-021-2/+0
* Fix a case where non-tabbed browser windows could open tabs. Also includes UI...ben@chromium.org2009-04-021-0/+2