summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Make views menu have a similar look and feel of native menu on ChromeOS:xiyuan@chromium.org2010-04-133-0/+42
* Shift omnibox dropdown in and up on Windows, and square off the top, so it co...pkasting@chromium.org2010-04-122-50/+34
* [Linux Views] Handle focus in event of native views and controls correctly.suzhe@chromium.org2010-04-124-22/+24
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-0919-26/+92
* Remove unnecessary NOTIMPLEMENTED call. We will eventually need to implement ...chocobo@chromium.org2010-04-081-1/+0
* Fix a bug that caused a crash by NULL pointer dereference.satorux@chromium.org2010-04-071-3/+7
* Relanding:oshima@chromium.org2010-04-061-1/+6
* Revert "BookmarkBarView tests fixes"oshima@chromium.org2010-04-051-7/+1
* BookmarkBarView tests fixesoshima@chromium.org2010-04-051-1/+7
* Add options for controlling horizontal and vertical lines in TableView2.satorux@chromium.org2010-04-053-8/+72
* Fix Regression for Accessible Names appearing as NAMELESS.mhm@chromium.org2010-04-046-22/+2
* Adds 'default' check to profiles, allows opening/closing profile by clicking ...georgey@chromium.org2010-04-031-1/+2
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-0312-102/+8
* Fix number of arguments to gtk callback macro.dmazzoni@chromium.org2010-04-012-7/+5
* views: Implement a TODO to test the Accessible Name feature for the ProgressB...ctguil@chromium.org2010-03-311-1/+8
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-317-14/+251
* Fix a bug that caused single-line labels to be line-wrapped with Views for Li...satorux@chromium.org2010-03-311-1/+7
* Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari...pkasting@chromium.org2010-03-304-11/+12
* views: [accessibility] Add support for GetAccessibleValue in the combobox con...ctguil@chromium.org2010-03-302-0/+8
* Fix some TODOs. Original patch by Thiago Farina (see http://codereview.chrom...pkasting@chromium.org2010-03-293-23/+20
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-262-0/+14
* Re-apply r42703 which was reverted because of a conflict with another patch t...estade@chromium.org2010-03-262-9/+9
* Fix compiler warnings.chocobo@chromium.org2010-03-261-4/+4
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-267-255/+17
* estade:- This revert is to fix interactive ui test failures which have been b...ananta@chromium.org2010-03-262-16/+19
* Added unit test for the views::ProgressBar::AddProgress method.denisromanov@chromium.org2010-03-261-0/+11
* Views: fix a crash where in the browser actions container.estade@chromium.org2010-03-262-19/+16
* Fix regression from Label fixes -- I forgot to make GetHeightForWidth() actua...pkasting@chromium.org2010-03-241-11/+18
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-247-17/+255
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-247-255/+17
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-247-17/+255
* Add Accessibility name for native buttons.mhm@chromium.org2010-03-233-7/+3
* Fixes ordering of includes.sky@chromium.org2010-03-231-1/+1
* Fixes compile error because gfx moved to src.sky@chromium.org2010-03-231-1/+1
* Adds the ability to display text in a textfield when the text issky@chromium.org2010-03-235-17/+162
* Fix typo in my r42322.hbono@chromium.org2010-03-231-1/+1
* This change adds shield icons to the buttons that need elevation to fix Issue...hbono@chromium.org2010-03-233-10/+35
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-2338-46/+46
* Linux: Fix some GdkPixbuf leaks.mattm@chromium.org2010-03-231-0/+1
* Allow Extensions to have MSAA information.mhm@chromium.org2010-03-222-1/+26
* 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-227-164/+17
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-227-17/+164
* Fix bug with native text field where if there's a visibility change, the nati...chocobo@chromium.org2010-03-223-26/+18
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-227-164/+17
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-227-17/+164
* 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-2012-24/+30
* 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