summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
...
* Render into a ChromeCanvasPaint object in a RootView under Linux.erg@google.com2009-03-1914-107/+544
* Deletes the now unused AccessibleWrapper (replaced in previous CL by ViewAcce...klink@chromium.org2009-03-192-133/+0
* Fix a crash when double clicking a menu button.ben@chromium.org2009-03-191-1/+4
* New native control helpers. Built but not run by anyone just yet. See design docben@chromium.org2009-03-187-0/+794
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-0/+5
* Fixing a few minor issues found during static analysis of the Chromium codebase.finnur@chromium.org2009-03-181-3/+3
* Fixes build breakage on Linux.klink@chromium.org2009-03-171-1/+1
* Renames AccessibleWrapper to ViewAccessibilityWrapper for clarity. klink@chromium.org2009-03-178-293/+432
* forgot the sconscriptben@chromium.org2009-03-171-125/+121
* doh, release buildben@chromium.org2009-03-172-0/+4
* doh, release buildben@chromium.org2009-03-172-0/+4
* doh, release buildben@chromium.org2009-03-172-0/+8
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-1781-729/+512
* Move focus related files into a new chrome/views/focus subdirben@chromium.org2009-03-1715-56/+60
* fix bustage - linux build edit flubben@chromium.org2009-03-171-1/+0
* bustage fix - file movedben@chromium.org2009-03-171-1/+1
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-1732-203/+215
* fix linux bustageben@chromium.org2009-03-171-4/+4
* Move widget related files into views/widgetben@chromium.org2009-03-1739-139/+273
* Rework the Button API to be saner in preparation for NativeControl rejiggerin...ben@chromium.org2009-03-1618-765/+674
* Reenable building views under Linux.erg@google.com2009-03-161-17/+20
* Rename Window->WindowWinben@chromium.org2009-03-1416-492/+585
* rollback againben@chromium.org2009-03-1416-585/+492
* Rename Window->WindowWinben@chromium.org2009-03-1416-492/+585
* Disallows dragging from the bookmark bar when the bookmark bar issky@google.com2009-03-131-2/+6
* this should have been reinstated in the revertben@chromium.org2009-03-131-0/+1194
* revertben@chromium.org2009-03-1316-1625/+338
* Rename Window->WindowWinben@chromium.org2009-03-1316-492/+585
* Makes drops above the tabstrip work again. This stopped workingsky@google.com2009-03-131-1/+1
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-133-1/+2
* 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