summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window.h
Commit message (Expand)AuthorAgeFilesLines
* Resurrect toolkit_views build.ben@chromium.org2009-07-211-2/+1
* Relanding the the refactoring the page info to have a model.jcampan@chromium.org2009-07-191-0/+11
* Reverting 21032.jcampan@chromium.org2009-07-181-11/+0
* Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...jcampan@chromium.org2009-07-181-0/+11
* Adds browser tests instead of the old flaky UI tests.klink@chromium.org2009-07-151-0/+4
* DevTools: Focus docked DevTools window on breakpoint.pfeldman@chromium.org2009-07-141-0/+3
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-071-0/+7
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-011-0/+4
* Revert cl 19315 to see if it fixes the builds.rvargas@google.com2009-06-261-4/+0
* Removes the outdated and flaky UI tests, and introduces a whole new set of sh...klink@chromium.org2009-06-261-0/+4
* Rejiggers the keyword editor so that the UI is independent of the model rathe...ben@chromium.org2009-06-231-1/+8
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-221-0/+3
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-1/+5
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+8
* Bookmark bar, now with buttons.jrg@chromium.org2009-06-081-0/+2
* Completely miscellaneous minor cleanup. Remove some unneeded class declarati...pkasting@chromium.org2009-06-051-4/+0
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-0/+8
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-221-1/+1
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-0/+6
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+4
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-151-1/+1
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-091-0/+6
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-051-13/+5
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-2/+2
* Remove BrowserWindow::Init().estade@chromium.org2009-03-181-5/+0
* First pass at Mac status bubble.avi@google.com2009-03-171-1/+3
* Linux accelerators cleanup:estade@chromium.org2009-03-161-2/+4
* Make it so that dropdown selects don't deactivate the main frame when opened ...ben@chromium.org2009-03-031-0/+6
* Does two changes to appease chrome bot runs:sky@google.com2009-02-281-0/+3
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-1/+14
* Fix two problems with bookmarking and fullscreen mode:pkasting@chromium.org2009-02-181-3/+0
* Fix window close and application quit on Mac to call the proper Browser machi...pinkerton@chromium.org2009-02-181-1/+5
* Preliminary fullscreen mode support.pkasting@chromium.org2009-02-181-0/+4
* When internal functions try to focus the location bar, check whether it's foc...pkasting@chromium.org2009-02-171-0/+4
* Make some functions const. This will help with my fullscreen mode changes.pkasting@chromium.org2009-02-131-1/+1
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-121-2/+8
* Reverting 9493.kuchhal@chromium.org2009-02-101-8/+2
* Relanding of http://codereview.chromium.org/16488.mad@chromium.org2009-02-101-2/+8
* Reverting 9408.brettw@chromium.org2009-02-091-8/+2
* Add a new resizer corner.mad@chromium.org2009-02-091-2/+8
* Make the new linux browser shut down cleanly.erg@google.com2009-02-061-1/+0
* Re-land this from earlier... unit tests no longer crash.ben@chromium.org2009-01-271-7/+11
* Revert change 8693 because it breaks the unit_tests.nsylvain@chromium.org2009-01-271-11/+7
* Extract a cross-platform LocationBar interface accessible via the BrowserWind...ben@chromium.org2009-01-271-7/+11
* Two things:ben@chromium.org2009-01-241-0/+6
* Don't expose the go and star button views directly through the BrowserWindow ...ben@chromium.org2009-01-231-12/+14
* Move automation specific accessors to their own interface to make their purpo...ben@chromium.org2009-01-221-3/+15
* Provides the infrastructure for Browser unit tests that create asky@google.com2009-01-141-0/+1
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-141-5/+4
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-8/+37