summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Adds a GetWindow method to View.ben@chromium.org2009-04-301-2/+1
* Don't show popups before tabs have been added. Instead, prevent the BrowserVi...ben@chromium.org2009-04-301-5/+6
* Make "Reopen closed tab" be "Reopen closed window" when a window is the top i...pkasting@chromium.org2009-04-291-3/+12
* Removes the use of Windows-specific types for accessibility roles and states ...klink@chromium.org2009-04-282-5/+4
* 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-274-63/+170
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-242-46/+1
* Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...robertshield@google.com2009-04-234-158/+63
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-234-63/+158
* Remove unused implementation of TabContentsDelegate in HtmlDialogView.stoyan@chromium.org2009-04-221-2/+1
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-4/+5
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-4/+4
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-4/+4
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-2/+2
* Reverting 14005.brettw@chromium.org2009-04-181-2/+2
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-2/+2
* Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...pkasting@chromium.org2009-04-175-133/+60
* Make Browser::set_window defined all the time, and adds the ability tosky@chromium.org2009-04-162-0/+13
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-5/+3
* Use tab to group "Show saved passwords" and "Exceptions"hclam@chromium.org2009-04-151-2/+2
* For some Indian locales, the automatic font fallback by Windows UI components...jungshik@google.com2009-04-152-7/+8
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-152-3/+3
* Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo...pkasting@chromium.org2009-04-141-4/+4
* Fix status bubble shadow being opaque, which made the bubble appear to be off...pkasting@chromium.org2009-04-141-3/+1
* The dialog delegate for the in-progress download warning was deleted twice. I...jcampan@chromium.org2009-04-101-5/+3
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-092-0/+77
* Distributor logo and " - App Name" shouldn't be shown on app frame windows.ben@chromium.org2009-04-083-4/+12
* Added restore and add tab to the system menu so that these operationsidanan@chromium.org2009-04-081-3/+12
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-052-51/+10
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-032-2/+3
* Fix distributor logo placement on glass frame when window is restored from fu...ben@chromium.org2009-04-012-0/+10
* This CL fix issue 5724 - RTL: Windows context menu with Alt+Space Bar should ...xji@chromium.org2009-03-271-1/+2
* Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I...ben@chromium.org2009-03-191-1/+1
* Remove BrowserWindow::Init().estade@chromium.org2009-03-182-52/+54
* Mac bookmark work. jrg@chromium.org2009-03-181-1/+2
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-175-6/+6
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-178-11/+11
* Move widget related files into views/widgetben@chromium.org2009-03-173-4/+4
* Rework the Button API to be saner in preparation for NativeControl rejiggerin...ben@chromium.org2009-03-163-40/+39
* Linux accelerators cleanup:estade@chromium.org2009-03-162-2/+2
* forgot this fileben@chromium.org2009-03-141-1/+1
* Rename Window->WindowWinben@chromium.org2009-03-145-34/+34
* rollback againben@chromium.org2009-03-146-35/+35
* Rename Window->WindowWinben@chromium.org2009-03-146-35/+35
* revertben@chromium.org2009-03-136-35/+35
* Rename Window->WindowWinben@chromium.org2009-03-136-35/+35
* Makes drops above the tabstrip work again. This stopped workingsky@google.com2009-03-137-127/+155
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-123-26/+30
* Make toggling fullscreen mode on/off significantly less janky-looking by mean...pkasting@chromium.org2009-03-122-12/+51