summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Clip touch selection handles to top of client view's boundariesmohsen@chromium.org2014-04-113-38/+230
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-114-51/+0
* Remove obsolete scale related APIs for cursoroshima@chromium.org2014-04-102-9/+0
* Revert 263043 "Remove obsolete scale related APIs for cursor"gene@chromium.org2014-04-102-0/+9
* Remove obsolete scale related APIs for cursoroshima@chromium.org2014-04-102-9/+0
* rAc: simplify how Autofill popup is dismisseddbeam@chromium.org2014-04-101-4/+4
* Don't show virtual keyboard on disabled text field.kevers@chromium.org2014-04-091-1/+2
* linux_aura: Use system configuration for middle clicking the titlebar.erg@chromium.org2014-04-093-5/+45
* Make ReflectorImpl use mailboxespiman@chromium.org2014-04-091-1/+1
* Per the X11 drag and drop spec (http://www.newplanetsoftware.com/xdnd/), do n...pkotwicz@chromium.org2014-04-091-7/+13
* linux-aura: Fix cancelling a window drag.sadrul@chromium.org2014-04-082-7/+13
* Prevent Chrome from crashing if we receive an unexpected SelectionNotifypkotwicz@chromium.org2014-04-081-1/+5
* Move DispatchBeforeUnload from RenderFrameHost to WebContents. This is after ...jam@chromium.org2014-04-081-2/+1
* We use TextEditKeyBindingsDelegate and TextEditCommand for x11. kalyan.kondapally@intel.com2014-04-082-43/+43
* fix views submenu arrow paintingestade@chromium.org2014-04-081-2/+2
* events/test: Add PlatformEventWaiter.sadrul@chromium.org2014-04-071-35/+3
* Decrease the amount of time that we wait for |DesktopDragDropClientAuraX11::s...pkotwicz@chromium.org2014-04-071-1/+8
* Reduces tab dragging lag by not updating the rounded border. This seems to im...varkha@chromium.org2014-04-073-48/+3
* linux-aura: Prepend 'http://' to selection-clipboard from omnibox selection.sadrul@chromium.org2014-04-073-4/+38
* linux: Make sure event-dispatcher gets removed correctly.sadrul@chromium.org2014-04-071-6/+2
* views: Update the selection-clipboard only if a user-action is involved.sadrul@chromium.org2014-04-073-1/+21
* base: Do not allow MessagePumpObservers to consume events.sadrul@chromium.org2014-04-051-3/+1
* x11: Move X event handling out of the message-pump.sadrul@chromium.org2014-04-0520-96/+272
* Make DesktopWindowTreeHostX11::GetWindowPlacement() consistent with DesktopWi...pkotwicz@chromium.org2014-04-041-1/+1
* Remove unreachable code in textfield.cc.pkasting@chromium.org2014-04-041-1/+0
* Windows TouchEvents assign an INPUT_EVENT_LATENCY_ORIGINAL_COMPONENTtdresser@chromium.org2014-04-041-5/+20
* Move Is*DisplaySizeBlackListed to ui/display and build it for non-X11 platfor...dnicoara@chromium.org2014-04-041-7/+7
* Ensure that we tag mouse messages synthesized by Windows in response to touch...ananta@chromium.org2014-04-042-2/+51
* Add an 'obscured' flag to views::Label.mkwst@chromium.org2014-04-044-17/+111
* Handle key events in views using EventProcessor and ViewTargetertdanderson@chromium.org2014-04-049-71/+161
* Support GTK key bindings in the Views Textfield.msw@chromium.org2014-04-022-4/+129
* linux_aura: Port GtkKeybindingsHandler to Aura.erg@chromium.org2014-04-012-1/+4
* DesktopWindowTreeHostX11: Notify widgets when they are shown or hidden.mgiuca@chromium.org2014-04-011-0/+2
* Prevents crash when a menu gets closed during drag. This only gets exposed wi...varkha@chromium.org2014-04-011-2/+3
* Remove all handling of touch events from viewstdanderson@chromium.org2014-04-0113-273/+5
* Use a pre-target handler in RootView to open keyboard-generated context menustdanderson@chromium.org2014-03-314-16/+143
* views: Some MenuController cleanup.sadrul@chromium.org2014-03-318-224/+287
* views: Remove an unnecessary gyp rule.sadrul@chromium.org2014-03-301-7/+0
* Make Views Textfield key handling execute commands.msw@chromium.org2014-03-292-161/+198
* Fix pushState causing stop/reload button and favicon to flicker.japhet@chromium.org2014-03-282-2/+4
* Dispatches mouse movement messages in posted task to improve dragging smoothnessvarkha@google.com2014-03-282-2/+34
* Allows menu host windows to be enumerated in DragTargetWindowFinder.varkha@google.com2014-03-283-4/+40
* Remove explicit Skia save flags.fmalita@chromium.org2014-03-281-1/+1
* Reorganize text input related OWNERS file based on current status.nona@chromium.org2014-03-281-2/+5
* Revert of Allows menu host windows to be enumerated in DragTargetWindowFinder...calamity@chromium.org2014-03-283-36/+4
* Allows menu host windows to be enumerated in DragTargetWindowFinder.varkha@chromium.org2014-03-283-4/+36
* Changes drag widgets such as bookmark bar items that are dragged to be semitr...varkha@chromium.org2014-03-281-0/+3
* fix views submenu arrow positioningestade@chromium.org2014-03-275-31/+20
* Makes ~View explicitly update ViewStoragesky@chromium.org2014-03-273-5/+15
* Implement image drag out support for Linux Aura.dcheng@chromium.org2014-03-271-0/+15