summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/textfield
Commit message (Expand)AuthorAgeFilesLines
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-2/+2
* Plumb text width from RenderText to Omnibox.pkasting@chromium.org2013-04-275-0/+15
* NativeTextfieldViews: Do not allow dropping text in the same placeckocagil@chromium.org2013-04-271-4/+1
* Reland https://chromiumcodereview.appspot.com/14286004 which was reverted fuevarunjain@chromium.org2013-04-271-4/+2
* Revert 196446 "Make touch drag drop and touch editing flags tri-..."nick@chromium.org2013-04-251-2/+4
* Make touch drag drop and touch editing flags tri-state and turn them on byvarunjain@chromium.org2013-04-251-4/+2
* Views Textfield: Don't start drags during multiple clicksckocagil@chromium.org2013-04-252-1/+4
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-242-4/+3
* Re-land: NativeTextfieldViews: Show the drop cursor when dragging textckocagil@chromium.org2013-04-182-3/+25
* linux_aura: Implement dropping in chrome.erg@chromium.org2013-04-171-4/+32
* Enable new dialog style transparency with Views Textfields.msw@chromium.org2013-04-161-0/+3
* Revert 193674 "NativeTextfieldViews: Show the drop cursor when d..."dmazzoni@chromium.org2013-04-112-20/+3
* NativeTextfieldViews: Show the drop cursor when dragging text. Enables Render...ckocagil@chromium.org2013-04-112-3/+20
* Tweak Views Omnibox/Textfield; re-enable OmniboxViewTest.SelectAllOnClick.msw@chromium.org2013-04-101-24/+28
* Reland: Use Views Omnibox and Textfields by default on non-Aura Win.msw@chromium.org2013-04-091-1/+0
* Implement text drag-drop on Views Omniboxckocagil@chromium.org2013-04-097-0/+21
* Cleanup: remove NotifyAccessibilityEvent from views::Widget.dmazzoni@chromium.org2013-04-081-8/+8
* Silence Views Textfield OnInputMethodChanged NOTIMPLEMENTED.msw@chromium.org2013-04-081-1/+1
* Speculatively revert r192702 to fix win interactive_ui_tests failures.dcheng@chromium.org2013-04-071-0/+1
* Use Views Omnibox and Textfields by default on non-Aura Win.msw@chromium.org2013-04-061-1/+0
* views: Do not open popup on Paste+Go.jered@chromium.org2013-04-051-6/+15
* ShowSystemMenu on Win Alt+Space with Views Textfields, etc.msw@chromium.org2013-03-291-16/+12
* Fix InputMethod Widget activation checks; cleanup, etc.msw@chromium.org2013-03-271-6/+3
* fix dragging from omnibox text to desktop on win aurascottmg@chromium.org2013-03-272-4/+13
* Revert 189069 "Fix FocusManagerDtorTest for NativeTexfieldViews;..."msw@chromium.org2013-03-221-0/+3
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-202-8/+11
* Fix FocusManagerDtorTest for NativeTexfieldViews; etc.msw@chromium.org2013-03-191-3/+0
* Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"wjia@chromium.org2013-03-191-8/+7
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-191-7/+8
* Part IV: Clear the clipboard if user copies from 'find dialog' of Incognito w...vasilii@chromium.org2013-03-151-4/+4
* InstantExtended: Prevent suggestions from updating when omnibox loses focusjered@chromium.org2013-03-152-4/+11
* Some minor fixes to touch selection as directed by UX:varunjain@chromium.org2013-03-152-0/+5
* Delete items of the launcher jump list upon pressing Shift clickskuhne@chromium.org2013-03-136-11/+11
* Fix views omnibox unfocused double-click behavior.msw@chromium.org2013-03-121-0/+1
* Fix Views textfield Unicode alt key code handling.msw@chromium.org2013-03-084-42/+4
* Add Views Textfield disable switch; default settings unchanged.msw@chromium.org2013-03-041-2/+6
* Fix OmniboxViewViews Tab handling on Win; handle Page[Up|Down].msw@chromium.org2013-03-011-3/+1
* Two fixes to touch selection:varunjain@chromium.org2013-02-281-1/+1
* Minor fixes to TouchSelectionController: Null check on client widget beforevarunjain@chromium.org2013-02-212-2/+2
* requestAutocomplete: Add CVC hint icon to CVC field.estade@chromium.org2013-02-202-1/+61
* Return values from GetSelectedRange and GetSelectionModel.msw@chromium.org2013-02-2010-86/+60
* Save/restore views omnibox selection on blur/focus, select all on click focus.msw@chromium.org2013-02-191-3/+1
* Change long press behavior for NativeTextfieldViews: If long press happens overvarunjain@chromium.org2013-02-163-3/+122
* Enable touch editing controller for views textfields behind a flag.varunjain@chromium.org2013-02-152-17/+37
* Display the on screen keyboard on receiving a tap down gesture on an editable...ananta@chromium.org2013-02-142-5/+21
* Reverting as it caused compile failures on linux chromium OS ASANananta@chromium.org2013-02-142-37/+17
* Enable touch editing controller for views textfields behind a flag.varunjain@chromium.org2013-02-142-17/+37
* Move touch_selection_controller interface to ui/base.varunjain@chromium.org2013-02-132-6/+27
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-3/+3
* Views Textfield: Copy on Ctrl+Insert, fix and disable overtype.msw@chromium.org2013-02-072-11/+36