summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view.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/+5
* Reverting 21032.jcampan@chromium.org2009-07-181-5/+0
* Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...jcampan@chromium.org2009-07-181-0/+5
* Adds browser tests instead of the old flaky UI tests.klink@chromium.org2009-07-151-0/+1
* DevTools: Focus docked DevTools window on breakpoint.pfeldman@chromium.org2009-07-141-0/+1
* Focus last focused view when DevTools window is being closed or undocked.pfeldman@chromium.org2009-07-131-0/+6
* Add temporary TabStripWrapper interface that is implemented by both TabStrip ...ben@chromium.org2009-07-081-8/+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/+6
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-0/+3
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-021-1/+1
* Add split with devtools container into the browser view.pfeldman@chromium.org2009-07-021-0/+10
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-011-0/+1
* Revert cl 19315 to see if it fixes the builds.rvargas@google.com2009-06-261-1/+0
* Removes the outdated and flaky UI tests, and introduces a whole new set of sh...klink@chromium.org2009-06-261-0/+1
* Rejiggers the keyword editor so that the UI is independent of the model rathe...ben@chromium.org2009-06-231-0/+2
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-221-0/+1
* Fix a crash when closing an incognito window with a downloadpaul@chromium.org2009-06-161-1/+1
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-6/+2
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-091-4/+1
* Convert toolbar page and app menus over to use the new system.ben@chromium.org2009-06-081-13/+37
* Rename BrowserToolbarView->ToolbarView to match file name.ben@chromium.org2009-06-061-2/+2
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-7/+7
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-291-0/+1
* Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...davemoore@chromium.org2009-05-281-1/+1
* Renames BrowserView::GetBrowserViewForHWND tosky@chromium.org2009-05-261-5/+4
* Refactors TabContentsContainerView into TabContentsContainer and associated p...ben@chromium.org2009-05-221-2/+8
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-221-1/+1
* Theme the find bar.glen@chromium.org2009-05-211-0/+4
* Try to make TextField::Controller implementors cross-platform by abstractingbrettw@chromium.org2009-05-211-0/+1
* Add a skeleton browser_frame implementation for GTK, make browser_view (whichbrettw@chromium.org2009-05-191-7/+12
* Factor out a BrowserFrame interface, and move the existing Windows-based codebrettw@chromium.org2009-05-191-0/+1
* An attempt to abstract the logic of the various layered windows we're using t...erikkay@google.com2009-05-181-1/+11
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-0/+1
* Remove a trailing slash in BrowserView. gcc doesn't like these.sky@chromium.org2009-05-141-1/+1
* Move Always On Top setting out of Window/WindowDelegate and into task manager...beng@google.com2009-05-141-2/+1
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-141-3/+6
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+1
* Add PreferredSizeChanged() to View to allow subviews to notify their parents ...erikkay@google.com2009-05-081-0/+2
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+2
* Create a separate UI surface for extensions (bottom shelf) and remove them fr...erikkay@google.com2009-05-061-2/+8
* Remove the unwanted code snippet that was removed by Tim, butmunjal@chromium.org2009-04-271-12/+0
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-271-0/+13
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-241-21/+0
* Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...robertshield@google.com2009-04-231-1/+0
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-231-0/+1
* Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...pkasting@chromium.org2009-04-171-20/+0
* 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/+1