summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Don't load the font for the window title if we're not going to be painting a ...beng@google.com2008-09-171-23/+10
* Touchpad support for laptopsjoshia@google.com2008-09-161-1/+2
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-163-14/+113
* fix build bustagebeng@google.com2008-09-132-2/+2
* Prevent window caption flashing in the magic frames by handling undocumented ...beng@google.com2008-09-123-0/+45
* Set an upper limit to the number of characters that can appear in a tooltip s...beng@google.com2008-09-111-0/+9
* Double clicking on an item in the task manager should bring the relevant tab ...petersont@google.com2008-09-103-10/+31
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-102-6/+6
* Fixes bug in TableView where by we return nothing as selected whensky@google.com2008-09-092-36/+22
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-083-0/+20
* This patch is from Andrew Brampton <me@bramp.net>.sky@google.com2008-09-083-7/+14
* Fixes crash that occurred because DialogClientView::AcceptWindow wassky@google.com2008-09-052-0/+15
* Fix the polymorphic WindowResources class and FramePartBitmap enum.maruel@google.com2008-09-041-13/+4
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-036-176/+80
* Update Copyright text in SCons config files.sgk@google.com2008-09-011-28/+4
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-1/+4
* Explicitly call RunAllPending in the Teardown phase a few more unit tests todarin@google.com2008-08-271-0/+3
* Make the system menu for frames have submenus for encoding and text zoombeng@google.com2008-08-261-0/+2
* Extends the toolbar keyboard support. Adds skipping of unavailable elements o...klink@google.com2008-08-262-3/+3
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-268-12/+16
* Make the AeroGlassFrame better:beng@google.com2008-08-256-41/+54
* Second attempt at fixing task manager crash. Provide a protected ReleaseWindo...beng@google.com2008-08-252-2/+12
* roll back r1297 for nowbeng@google.com2008-08-242-1/+1
* Fix task manager crash by releasing the delegate's scoped_ptr back to the win...beng@google.com2008-08-242-1/+1
* Makes our tables (task manager, keywords ...) not flicker whensky@google.com2008-08-242-5/+38
* Use a more compact license header in source files.license.bot2008-08-24125-3634/+627
* Makes resize of custom frame window a bit smoother. I tried a wholesky@google.com2008-08-211-1/+14
* Allow popups using the new frames to be sized correctly. This involved a slig...beng@google.com2008-08-201-10/+9
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-1546-193/+323
* Make theme change notifications for the renderer originate from the RenderWid...beng@google.com2008-08-152-0/+8
* Hook up the system menu in new frames.erg@google.com2008-08-144-0/+18
* If a Window is created with specified bounds, make sure its sized to them!beng@google.com2008-08-141-1/+8
* Set the svn:eol-style to LF on all SConscript filestc@google.com2008-08-131-117/+117
* Minor cleanup of RootView. Removes unused double_buffered field fromsky@google.com2008-08-124-27/+18
* Cleanup a few files, reduce the number of includes.maruel@google.com2008-08-123-5/+8
* Allow the ChromeViews' Menu to wrap the Windows system menu and insert items ...beng@google.com2008-08-112-35/+136
* Another Frame Grab-Bagbeng@google.com2008-08-111-0/+2
* Add support for ChromeViews::Windows to disable inactive rendering. This is f...beng@google.com2008-08-115-14/+67
* A set of tests to exercise chrome menus as well as parts of bookmarksky@google.com2008-08-113-3/+18
* Allow the window icon to be shown in the task bar, Alt+Tab etc.beng@google.com2008-08-094-0/+23
* Even more tweaks.beng@google.com2008-08-091-0/+2
* More improvements to the frames. Consolidate some of the optional bar (bookma...beng@google.com2008-08-071-1/+7
* Make tabs affected by context menu actions pulse. The effect is somewhat subt...beng@google.com2008-08-072-0/+7
* Fix 1303709: Crash: Switching between tabs with a Find box open on both tabs ...finnur@google.com2008-08-061-6/+7
* Fixing an issue where BiDi text in window titles was not displayed correctly ...idana@google.com2008-08-051-0/+7
* Copy WM_GETOBJECT handler impl from XPFrame to HWNDViewContainer. This will b...beng@google.com2008-08-052-1/+63
* Add the AeroGlassFrame and AeroGlassNonClientView for Vista.beng@google.com2008-08-054-12/+29
* Bring up the new frame (opaque version for XP only, for now).beng@google.com2008-08-042-6/+15
* Convert chrome SConscript files to psuedo-builder calls.sgk@google.com2008-08-031-1/+1
* Fix crash in DialogClientView caused by recursion of Close calls. When migrat...beng@google.com2008-08-011-6/+8