summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
...
* views: [accessibility] Add accessible name for the Close button in generic Wi...ctguil@chromium.org2010-03-221-1/+5
* Rewrite/clean up a bunch of label.cc to fix the following problems:pkasting@chromium.org2010-03-224-325/+220
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-2213-214/+18
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-2213-18/+214
* Fix bug with native text field where if there's a visibility change, the nati...chocobo@chromium.org2010-03-223-26/+18
* Reland r41641 "Make DevTools open docked by default..."xiyuan@chromium.org2010-03-224-381/+101
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-2213-214/+18
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-2213-18/+214
* tweak translate infobar uikuan@chromium.org2010-03-221-1/+5
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-2017-36/+43
* Fixes leak in WidgetGtk::OnWindowPaint.sky@chromium.org2010-03-191-0/+1
* Add ability to show/hide password in login dialog.chocobo@chromium.org2010-03-197-7/+34
* views: Add accessibility support to the Textfield control.ctguil@chromium.org2010-03-192-2/+47
* Tweaks for login panels:sky@chromium.org2010-03-191-2/+4
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-192-2/+2
* Move more files to toplevel gfx.ben@chromium.org2010-03-1922-25/+27
* views: Implement accessibility issue that was a TODO in the new progress bar ...ctguil@chromium.org2010-03-182-2/+13
* Added actual GoogleUpdate functionality to the OOBE update screen.denisromanov@chromium.org2010-03-182-0/+6
* Revert 41882 - [Accessibility] Chrome's main window is missing an accessible ...ctguil@chromium.org2010-03-172-4/+0
* [Accessibility] Chrome's main window is missing an accessible namectguil@chromium.org2010-03-172-0/+4
* Implement selection of rows on mouse clicks in TableView2 for GTK.satorux@chromium.org2010-03-173-2/+29
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-1737-38/+39
* Revert "Make DevTools open docked by default for chrome os."tony@chromium.org2010-03-164-101/+381
* Reapply r41640.ajwong@chromium.org2010-03-166-3/+57
* Gtk views code touch upxiyuan@chromium.org2010-03-163-12/+36
* Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ...ajwong@chromium.org2010-03-166-57/+3
* Provide Web Contents accessibility info.ctguil@chromium.org2010-03-162-1/+25
* Make DevTools open docked by default for chrome os.xiyuan@chromium.org2010-03-154-381/+101
* Landing tfarina CL. ctguil@chromium.org2010-03-156-3/+57
* Switched progress bar to integral positions (from 0 to 100).avayvod@google.com2010-03-153-33/+26
* Move base/gfx contents to gfx/ben@chromium.org2010-03-1417-23/+23
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-1411-26/+42
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-135-8/+9
* remove itself from parent when deleted.oshima@chromium.org2010-03-121-2/+4
* Autoslide/hide notifications after timeout.oshima@chromium.org2010-03-122-0/+9
* Implementation of a progress bar control.finnur@chromium.org2010-03-124-0/+348
* Remove a hack that, as far as I can tell, isn't needed.pkasting@chromium.org2010-03-121-5/+1
* Last set of tweaks to icon positioning code. Clarifies positioning algorithm...pkasting@chromium.org2010-03-121-32/+21
* Unblock focus signal handlers only when they're blocked.oshima@chromium.org2010-03-111-11/+18
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-117-6/+7
* Initial focus fix on x11/gtkoshima@chromium.org2010-03-102-2/+9
* Landing tfarina CL. ctguil@chromium.org2010-03-106-10/+32
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-18/+19
* Modify WidgetWin::Init() such that it doesn't create the FocusManager if the ...marshall@chromium.org2010-03-101-2/+5
* Add a gyp target for Xext to linux/system so that Views can depend on it. A r...davemoore@chromium.org2010-03-101-0/+1
* Support popups that don't accept clicks in Views/Linuxdavemoore@chromium.org2010-03-092-1/+55
* views: Make WindowGtk set transient-for hint before mapping.derat@chromium.org2010-03-091-3/+3
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-091-4/+3
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-092-0/+0
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-0850-366/+281