summaryrefslogtreecommitdiffstats
path: root/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-1/+1
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-111-4/+4
* Revert 74518 - Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-101-4/+4
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-101-4/+4
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-22/+22
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-3/+3
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-3/+3
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-15/+10
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Only keep accelerators registered while the window is visibleasanka@chromium.org2011-02-021-0/+31
* 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