summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/native_textfield_views_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert to non-static members for click tracking.msw@chromium.org2011-05-041-0/+7
* Refactor NativeTextfieldViews mouse handlers.msw@chromium.org2011-05-031-14/+7
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-1/+1
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-3/+3
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-104/+299
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-1/+1
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-5/+3
* views: Moves TextfieldController/TextRange into their own headers.tfarina@chromium.org2011-03-101-4/+5
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-5/+5
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Implement double/triple click functionality in views textfield. Also changed ...varunjain@chromium.org2011-01-271-0/+29
* Make uneditable when readonly.oshima@google.com2011-01-201-2/+68
* Fix for broken buildvarunjain@chromium.org2011-01-141-1/+1
* Implementing context menu for the new views textfield.varunjain@chromium.org2011-01-141-1/+40
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-59/+59
* Disable failing tests on WINoshima@google.com2011-01-121-1/+1
* Compile and test TextfieldViews on win as well.oshima@google.com2011-01-121-10/+14
* views textfield: Handle ctrl and shift modifiers for Backspace and Deletesadrul@chromium.org2011-01-111-0/+32
* focus reverse traversal was not working for TextfieldViews.oshima@chromium.org2011-01-061-4/+52
* Replace Textfield::Keystroke with views::KeyEvent.oshima@chromium.org2011-01-051-2/+3
* views: Improve cursor movements on word boundaries.sadrul@chromium.org2011-01-051-0/+50
* views: Fix shifted keyevents in textfield.sadrul@chromium.org2011-01-041-2/+19
* OnKeyPress was not returning true when keypress is handled.oshima@chromium.org2011-01-041-4/+13
* no native implementation of Textfield.oshima@chromium.org2010-12-171-0/+226