summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
Commit message (Expand)AuthorAgeFilesLines
* Focus last focused view when DevTools window is being closed or undocked.pfeldman@chromium.org2009-07-132-3/+28
* Convert some stuff to string16 so the toolkit_views build can build againben@chromium.org2009-07-101-1/+1
* Make the toolbar theme align with the left edge of the browser and the top ed...glen@chromium.org2009-07-092-4/+6
* DevTools: paint devtools split with COLOR_TOOLBAR.pfeldman@chromium.org2009-07-091-0/+5
* Hack and slash TabStrip2 into mostly working state - DWM frame is now properl...ben@chromium.org2009-07-091-10/+1
* fix bustage - ALLOW_THIS_IN_..ben@chromium.org2009-07-081-4/+9
* Add temporary TabStripWrapper interface that is implemented by both TabStrip ...ben@chromium.org2009-07-0814-106/+76
* Fix the Views-GTK build by adding necessary tab_strip_2 files and fixing some...brettw@chromium.org2009-07-082-0/+5
* DevTools: Align status bubble with the contents container, not docked devtool...pfeldman@chromium.org2009-07-081-1/+2
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-075-26/+176
* Theme window control buttons.mirandac@chromium.org2009-07-072-0/+12
* DevTools: store devtools split offset only when devtools is being hidden.pfeldman@chromium.org2009-07-071-3/+6
* Clean up contents creation in BrowserViewben@chromium.org2009-07-071-3/+1
* Fix issue once and for all where distributor logo overlays window controls. N...ben@chromium.org2009-07-072-0/+19
* 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-022-3/+3
* Add split with devtools container into the browser view.pfeldman@chromium.org2009-07-022-6/+55
* Reverting 19758.mirandac@chromium.org2009-07-012-12/+0
* Theme window control buttons.mirandac@chromium.org2009-07-012-0/+12
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-012-0/+5
* Regression: task manager icon for chrome is blankcpu@google.com2009-07-011-3/+0
* Revert cl 19315 to see if it fixes the builds.rvargas@google.com2009-06-262-5/+0
* Removes the outdated and flaky UI tests, and introduces a whole new set of sh...klink@chromium.org2009-06-262-0/+5
* Fix build break (file missing from CL).erikkay@google.com2009-06-231-1/+1
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-231-5/+2
* Rejiggers the keyword editor so that the UI is independent of the model rathe...ben@chromium.org2009-06-232-0/+8
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-222-0/+5
* TBR: Fix dead tree.aa@chromium.org2009-06-221-2/+5
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-221-5/+2
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-181-3/+5
* 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