summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-10/+4
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-111-67/+15
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-051-13/+0
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-0/+13
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-041-13/+0
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-4/+4
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-051-1/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Allow popups using the new frames to be sized correctly. This involved a slig...beng@google.com2008-08-201-0/+1
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-6/+1
* Another Frame Grab-Bagbeng@google.com2008-08-111-20/+15
* Grab bag of random cleanups, implementation of some more methods, etc. I'm go...beng@google.com2008-08-051-0/+5
* Adds the BrowserView to the XPFrame/VistaFrame, and moves the BrowserToolbarV...beng@google.com2008-08-011-3/+12
* Move the BookmarkBarView into the frames.beng@google.com2008-08-011-0/+4
* Move BrowserToolbarView to the frames (XPFrame/VistaFrame).beng@google.com2008-07-311-0/+22
* Rename ChromeFrame->BrowserWindowbeng@google.com2008-07-301-0/+182