summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Hook up "clear browsing data" dialog. It looks like ass right now. The intent...ben@chromium.org2009-06-181-1/+2
* Fix a crash when closing an incognito window with a downloadpaul@chromium.org2009-06-162-8/+15
* Reverting Rev 18383 since it brings down the performance of single core page ...mad@chromium.org2009-06-151-2/+1
* This is to thest the page cycler performance without the resize corner, to se...mad@chromium.org2009-06-151-1/+2
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-133-0/+3
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-1/+14
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-122-6/+10
* Revert mad's backing store changes, it completely hosed Linux painting.deanm@chromium.org2009-06-111-4/+6
* Fix browser window crash on windows.thakis@chromium.org2009-06-111-0/+8
* Relanding reverted patch 18090.mad@google.com2009-06-111-6/+4
* Revert 18090jrg@chromium.org2009-06-101-4/+6
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-101-6/+4
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-092-12/+6
* Convert toolbar page and app menus over to use the new system.ben@chromium.org2009-06-082-120/+142
* Rename BrowserToolbarView->ToolbarView to match file name.ben@chromium.org2009-06-062-11/+11
* More theme bits for the NTP and window frame.glen@chromium.org2009-06-051-0/+12
* Make the inactive tab background line up with the parent without using magic ...glen@chromium.org2009-06-041-0/+2
* Fix for DWM crash.glen@chromium.org2009-06-041-1/+2
* Allow WindowGtks to be moved and sized when the mouse is over the caption or ...ben@chromium.org2009-06-041-9/+8
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-042-31/+42
* Part 1 of dragging extensions on the shelf. This part was just about getting...erikkay@google.com2009-06-031-1/+3
* Fix the Linux views build.jcampan@chromium.org2009-06-031-0/+1
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Fix the blue tab titles on GTK by hooking up the browser theme provider to thebrettw@chromium.org2009-06-022-0/+14
* Makes the text of the in-progress download dialog better by special-casing th...jcampan@chromium.org2009-06-021-5/+24
* Fix opaque app mode display.glen@chromium.org2009-06-021-8/+10
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-312-2/+2
* Fix bustage by fixing defines not to include windows.ben@chromium.org2009-05-301-1/+1
* Fixes to make a browser window come up with TOOLKIT_VIEWS.ben@chromium.org2009-05-301-0/+6
* Reverting 17271.ben@chromium.org2009-05-301-6/+0
* Fixes to make a browser window come up with TOOLKIT_VIEWS.ben@chromium.org2009-05-301-0/+6
* Changed the status bar size to adapt to the size of the font,mirandac@chromium.org2009-05-291-3/+3
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-292-2/+2
* Fixes a slew of random link/compile errors for views on gtk.sky@chromium.org2009-05-291-1/+9
* Revert Revision 17224glen@chromium.org2009-05-292-2/+2
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-292-6/+9
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-292-2/+2
* This CL is a clean-up of the app_modal_dialog_queue.cc in an attempt to fix a...jcampan@chromium.org2009-05-281-2/+2
* Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...davemoore@chromium.org2009-05-282-2/+3
* Shift maximized mode tabstrip up by 1 px to avoid empty pixel at screen top.pkasting@chromium.org2009-05-282-11/+15
* Add BrowserView to the Linux build, it now compiles. This also includes a smallbrettw@chromium.org2009-05-271-0/+1
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-1/+1
* Fleshes out more of BrowserFrameGtk.sky@chromium.org2009-05-268-22/+77
* Remove the last bits leftover from my frame window experiment.brettw@chromium.org2009-05-261-9/+0
* Fix more compilation errors in browser_view.cc and an error I introduced in abrettw@chromium.org2009-05-261-1/+1
* Make most of browser_view compile on Linux.brettw@chromium.org2009-05-261-5/+26
* Fixes BrowserView::GetBrowserViewForNativeView on linux.sky@chromium.org2009-05-261-2/+6
* Renames BrowserView::GetBrowserViewForHWND tosky@chromium.org2009-05-262-9/+21
* Make hwnd_notification_source portable by making it use NativeWindow (andbrettw@chromium.org2009-05-231-2/+2
* Refactors TabContentsContainerView into TabContentsContainer and associated p...ben@chromium.org2009-05-222-10/+16