summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-041-659/+659
* Chromium-MultiProfile-Prototypemunjal@chromium.org2008-12-034-8/+33
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-036-6/+6
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-031-1/+1
* Roll back this change.ben@chromium.org2008-12-032-12/+1
* RootView should be destroyed in WM_NCDESTROY not after it.ben@chromium.org2008-12-032-1/+12
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-037-12/+15
* Fixes context menu behavior of table view. In particular when runningsky@google.com2008-12-022-18/+43
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-027-15/+12
* Adding more space between dialog contents and the buttons. For XP Classic themeben@chromium.org2008-12-021-1/+1
* Fix a crash when hiding the find bar due to a NULL window_delegate_.ben@chromium.org2008-12-021-1/+3
* Add F1 as an accelerator for "Help". Original patch by Alex Mendes da Costa,...pkasting@chromium.org2008-12-011-0/+3
* Rollbackmbelshe@google.com2008-12-011-4/+0
* A new copy of the old system monitor changelist.mbelshe@google.com2008-11-301-0/+4
* Fix black flash when doing fast animations - our fix was previously Vista-onl...glen@chromium.org2008-11-261-6/+5
* Changes keyword editor to map all input in the keyword field to lowersky@google.com2008-11-262-7/+16
* Changes table_view to get position for context menu from the currentsky@google.com2008-11-252-0/+18
* Review URL: http://codereview.chromium.org/12434jcampan@chromium.org2008-11-251-2/+27
* container_win.cc => widget_win.cc in the SCons build.sgk@google.com2008-11-221-1/+1
* Rename Container->Widgetben@chromium.org2008-11-2140-506/+477
* Fixes bug where tooltips would get stuck. This was happening becausesky@google.com2008-11-204-1/+10
* Fixes crash when showing modal dialog from context menu. With thissky@google.com2008-11-192-38/+47
* Fixes trees on Hebrew locales. The current code was problematicsky@google.com2008-11-191-2/+26
* Fix erase method usage on STL containers in Chrome. Invoking erase on the ite...ananta@chromium.org2008-11-151-1/+2
* Fix broken size restoration for bookmark manager. Initializing a rect incorre...ben@chromium.org2008-11-143-3/+16
* Review URL: http://codereview.chromium.org/10958mbelshe@google.com2008-11-141-4/+0
* Make the bookmark manager blue.glen@chromium.org2008-11-142-9/+7
* Change to integrate SystemMonitor changes into chrome.mbelshe@google.com2008-11-141-0/+4
* Port some files in chrome/browser/agl@chromium.org2008-11-144-76/+102
* Make border and background setting and getting non-virtual and use the correc...brettw@google.com2008-11-149-80/+51
* Re-do the way browser windows are shown:ben@chromium.org2008-11-144-114/+134
* Three menu bugs:sky@google.com2008-11-132-6/+8
* Puts chrome menus on a slimfast diet: they are no longer chubby. Isky@google.com2008-11-132-14/+64
* Some speculative fixes for UI test flakiness.beng@google.com2008-11-132-5/+8
* Remove the 0x0 canvas used for computing text sizes. Creating this is not nec...brettw@google.com2008-11-131-2/+1
* Fixes text field background when disabled/read-only to better matchsky@google.com2008-11-122-23/+44
* Fixes bug in showing context menu for buttons. In particular becausesky@google.com2008-11-124-15/+25
* Fixes two menu bugs:sky@google.com2008-11-121-1/+20
* Uncomment out these two lines I commented out a few weeks ago so that the tru...ben@chromium.org2008-11-121-4/+0
* Changes TableView to have its own mouse handling code so that we cansky@google.com2008-11-124-8/+154
* Changes tree/table to pass in an appropriate location when the contextsky@google.com2008-11-108-47/+95
* Minor layout changes that make the bookmark manager and popup blocker look be...glen@chromium.org2008-11-101-1/+1
* Fixes Issue 3096 in chromium "[Find in page] responds each IME composition, m...hbono@chromium.org2008-11-101-3/+74
* In dialogs, when the focus moves to a button, that button should become the d...jcampan@chromium.org2008-11-0812-13/+241
* Turns back on tree's double buffering when RTL. For some reason asky@google.com2008-11-071-14/+11
* Adds cut/copy/paste support to the bookmark manager tree/table andsky@google.com2008-11-072-0/+11
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-072-16/+16
* Disable the double buffering in TreeView when the locale is RTL. This means t...idana@google.com2008-11-061-0/+16
* Add a function for eliding filenames to a set pixel width while preserving th...glen@chromium.org2008-11-062-2/+2
* A reported crasher seems to indicate the ViewStorage can be NULL. I don't see...jcampan@chromium.org2008-11-061-1/+17