summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-122-2/+0
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-1221-120/+116
* Refactors code for showing bookmarks menus into a standalone classsky@google.com2009-03-121-0/+1
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-122-24/+4
* Fix the distributor logo placement on the glass frame.ben@chromium.org2009-03-114-6/+37
* Fix black titlebar rendering when toggling DWM when the window is maximized:ben@chromium.org2009-03-104-3/+34
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-1/+1
* Unrevert 11294.mpcomplete@google.com2009-03-101-1/+2
* Make Chromium windows not hide auto-hide taskbars, take 2.pkasting@chromium.org2009-03-101-17/+38
* Slight code change to make some global variables const.maruel@google.com2009-03-1014-64/+106
* NO CODE CHANGEdeanm@chromium.org2009-03-1085-87/+0
* Fixes crash in ResizeCorner. ResizeCorner was caching the BrowserViewsky@google.com2009-03-092-0/+12
* Back out r10845 because it caused too many other regressions.pkasting@chromium.org2009-03-091-29/+16
* Fixes regression in menus. Specifically selecting by way of press,sky@google.com2009-03-091-2/+3
* Allow clicks to windows disabled by modal dialogs to bring the entire modal s...ben@chromium.org2009-03-071-0/+13
* Fix about box truncation (and truncation of probably every other box on glass...ben@chromium.org2009-03-071-1/+2
* Test to see if we can reduce some crashes by deferring delegate destruction u...ben@chromium.org2009-03-064-10/+16
* I meant to say !ben@chromium.org2009-03-061-1/+1
* Guard against a crash that can impact Dialog boxes ... this one seems to have...ben@chromium.org2009-03-051-0/+5
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0518-26/+26
* Revert r9953 since it caused regressions like: ben@chromium.org2009-03-046-56/+20
* Take 2 at moving SupportsWindowFeature from BrowserViewtc@google.com2009-03-041-10/+11
* Fix regression where the window caption buttons weren't clickable when maximi...ben@chromium.org2009-03-042-1/+37
* Fix other release bustage. Gahpkasting@chromium.org2009-03-041-0/+2
* Make Chromium windows not hide auto-hide taskbars.pkasting@chromium.org2009-03-041-16/+29
* Nonfunctional cleanup change:pkasting@chromium.org2009-03-032-13/+10
* disable test since it doesn't compiletc@google.com2009-03-031-2/+2
* disable failing tests while I debugtc@google.com2009-03-031-9/+9
* When you launch Chrome from a desktop shortcut, the window wasn't getting act...ben@chromium.org2009-03-031-2/+12
* Fix interactive ui tests. There was a bug in the NonClientView::GetPreferredS...ben@chromium.org2009-03-032-4/+3
* Make it so that dropdown selects don't deactivate the main frame when opened ...ben@chromium.org2009-03-031-0/+3
* Support DWM switching.ben@chromium.org2009-03-0318-910/+639
* Fix bookmark and menu drag images by making a halo around them. This makesbrettw@chromium.org2009-03-029-28/+55
* Flatten CustomFrameWindow functionality onto Window.ben@chromium.org2009-02-278-41/+509
* Fixes bug in tree view deleting items if there was no root. The oldsky@google.com2009-02-271-4/+3
* Wires up sorting of bookmarks to the 'organize menu' in the bookmarksky@google.com2009-02-272-2/+8
* All views::Window objects must have a NonClientView, regardless of whether or...ben@chromium.org2009-02-276-85/+137
* Fix 8200: Pressing Esc should cancel dialogs, not commit.finnur@chromium.org2009-02-271-3/+3
* Move DefaultNonClientView out into its own cc/h file.ben@chromium.org2009-02-274-795/+839
* Not DefProc'ing the NCActivate seems to cause the process not to be shown as ...jcampan@chromium.org2009-02-271-1/+4
* An attempt at fixing a crasher reported from the field.jcampan@chromium.org2009-02-271-1/+4
* Bringing the Task Manager to the front shouldn't cause it to lose topmost sta...pkasting@chromium.org2009-02-271-1/+7
* Non-functional cleanup:pkasting@chromium.org2009-02-272-3/+3
* Fix Linux shared build breakages due to undefined symbols.mmoss@chromium.org2009-02-271-0/+20
* Makes it so windows opened from links in Windows Live Messenger cause the win...ben@chromium.org2009-02-261-1/+8
* Adds ability for tree model to reorder its children. I'm going to usesky@google.com2009-02-263-15/+68
* Do not map virtual keycodes (VK_0 - VK_9) to characters when accelerators in ...jungshik@google.com2009-02-261-2/+11
* Handle keys like alt-f4 when focus has been cleared by making sure we don't e...pkasting@chromium.org2009-02-253-32/+26
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-251-0/+2
* An experimental fix for Issue 7707.hbono@chromium.org2009-02-251-0/+7