summaryrefslogtreecommitdiffstats
path: root/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* touch: Gesture manager receives the touch-sequence status.sadrul@chromium.org2011-01-191-4/+17
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-3/+4
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-4/+4
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-4/+4
* Compile and test TextfieldViews on win as well.oshima@google.com2011-01-121-22/+3
* Implement clipboard features in views textfield.varunjain@chromium.org2011-01-121-38/+1
* touchui: Gesture manager should ignore already handled touch events.sadrul@chromium.org2011-01-101-11/+41
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-101-12/+12
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Added entry points to view/View to dispatch and process TouchEvents.rjkroege@google.com2010-09-081-5/+153
* Re-lands 58186:bryeung@chromium.org2010-09-031-4/+4
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-4/+4
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-4/+4
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-4/+4
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-4/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Reland r54074.dtseng@chromium.org2010-07-301-0/+2
* Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs).rohitrao@chromium.org2010-07-291-2/+0
* Add initial tests for keyboard access (tabbing in some dialogs).dtseng@chromium.org2010-07-281-0/+2
* TTF: Re-enable ViewTest.RerouteMouseWheelTest by marking it as FAILS_.jhawkins@chromium.org2010-07-121-1/+1
* Canvas refactoring part 3.ben@chromium.org2010-06-251-3/+3
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-051-6/+1
* Fix valgrind memory leak complain in ViewTestxiyuan@chromium.org2010-04-211-0/+6
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-161-0/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-2/+2
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-0/+139
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-011-4/+4
* Enabling the default button behavior on Linux toolkit_views.jcampan@chromium.org2009-10-081-108/+56
* Update a file for the new clipboard location I missed in the last checkin.brettw@chromium.org2009-10-031-1/+1
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-3/+3
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-3/+3
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-3/+3
* Fixed a few bugs in view/gtk frameworkoshima@chromium.org2009-09-251-0/+28
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-6/+6
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-1/+1
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-011-0/+46
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-011-1/+39
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-1/+3
* This makes the unit-tests pass with toolkit_views on Linux.jcampan@chromium.org2009-07-151-29/+47
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-5/+5
* Revert :nsylvain@chromium.org2009-06-221-5/+5
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-5/+5
* Reverting 18872.jcampan@chromium.org2009-06-191-5/+5
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-5/+5
* Fix the View cut/copy/paste tests for clipboard. The views delegate wasn't at...ben@chromium.org2009-06-101-1/+42
* this test was supposed to be disabledben@chromium.org2009-06-101-1/+1