summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Eliminate non-client flicker of the standard windows title bar when handling ...beng@google.com2008-10-084-29/+79
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-1/+2
* Fix some issues found looking at the code.maruel@google.com2008-09-302-0/+4
* Fix 3011: Accessibility crash on teardown of HWNDViewContainerfinnur@google.com2008-09-301-0/+7
* Catch up SCons Windows build with recent file shuffling and other changes:sgk@google.com2008-09-261-2/+0
* Adds the ability to sort TableView. Contrary to what we spoke aboutsky@google.com2008-09-266-152/+952
* I'm going to try and land this again. This is exactly the same change as you ...sky@google.com2008-09-222-11/+29
* Reverts fix for 2554.sky@google.com2008-09-222-29/+11
* Fixes mnemonic bug in chrome menus. After this change you can indicatesky@google.com2008-09-222-11/+29
* Fixes bug in tooltip manager. Mouse coordinates for NC events are insky@google.com2008-09-192-4/+12
* roll backbeng@google.com2008-09-191-3/+0
* Make sure the frame is set to the foreground when:ben@chromium.org2008-09-191-0/+3
* Fix painting of the title bar when the window is maximized and then deactivated.ben@chromium.org2008-09-181-1/+1
* Fix GDI leak in Window object (leak of HICONs)ben@chromium.org2008-09-171-4/+12
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-1740-445/+442
* Fix a leak in the view unit tests.ben@chromium.org2008-09-171-2/+2
* 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