summaryrefslogtreecommitdiffstats
path: root/ui/aura
Commit message (Expand)AuthorAgeFilesLines
* aura: Remove WindowTreeHost::PostNativeEvent().Sadrul Habib Chowdhury2014-11-0717-70/+96
* Create a subclass of GestureRecognizerTest to setup a switchlanwei2014-11-071-4/+17
* GN: Get os="chromeos" use_ozone=true to compiledpranke2014-11-051-5/+9
* Move all event related devices from ui/events/ to ui/events/devices/dnicoara2014-11-041-3/+3
* Add input latency histograms for wheel eventsccameron2014-11-031-2/+2
* Prevent flings in the direction opposite the user's finger movement.tdresser2014-10-281-1/+1
* Update a bunch of OWNERS files.ben2014-10-281-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2724-415/+351
* Adopt ui::GestureConfiguration on Androidlanwei2014-10-274-47/+50
* Remove IsDIPEnabled from Screenscottmg2014-10-232-5/+0
* Fixing a "use after free".mfomitchev2014-10-212-1/+24
* aura: Move Window::ContainsMouse() implementation into the test API.Sadrul Habib Chowdhury2014-10-213-14/+8
* Standardize usage of virtual/override/final in ui/dcheng2014-10-211-12/+11
* Allows to fire VKEY_UNKNOWN key events.yukishiino2014-10-212-7/+3
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-1/+1
* Use solid color layer for delegated surface.jbauman2014-10-131-2/+2
* Change GestureConfiguration types to be consistent with each other and with thepkasting2014-10-093-39/+41
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-2/+3
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-0930-346/+346
* Call WindowObserver::OnWindowVisbilityChanged only once per visibility change.oshima2014-10-082-2/+20
* Reland: Make WindowState::CanMinimize() take into account WidgetDelegate::Can...pkotwicz2014-10-052-0/+4
* Revert of Reland: Make WindowState::CanMinimize() take into account WidgetDel...rouslan2014-10-042-4/+0
* Reland: Make WindowState::CanMinimize() take into account WidgetDelegate::Can...pkotwicz2014-10-032-0/+4
* Revert of Make WindowState::CanMinimize() take into account WidgetDelegate::C...tapted2014-10-022-4/+0
* Make WindowState::CanMinimize() take into account WidgetDelegate::CanMinimize()pkotwicz2014-10-012-0/+4
* Introduce EventProcessor::OnEventProcessingStarted()tdanderson2014-09-303-11/+27
* ui: Fix the test names for ui/aura and ui/base.tfarina2014-09-281-2/+1
* Moves ui/wm/public/window_types.h into aura.gyp/BUILD.gnsky2014-09-272-0/+2
* Revert of Revert of Add test for ChromeVox keyboard commands. (patchset #1 id...jam2014-09-251-2/+10
* fling: Remove a bunch of code for configuring fling curves.Sadrul Habib Chowdhury2014-09-251-8/+0
* Revert of Add test for ChromeVox keyboard commands. (patchset #21 id:390004 o...jam2014-09-251-10/+2
* Fix WeakPtrFactory member ordering in uimohan.reddy2014-09-241-1/+0
* Add test for ChromeVox keyboard commands.dmazzoni2014-09-221-2/+10
* Improve GN header checker, make "check" on //ui/* pass.Brett Wilson2014-09-191-8/+4
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-192-2/+2
* Reland Track the active ExtensionKeybindingRegistry and make it available to ...dtseng2014-09-181-2/+4
* Revert "Clean up GestureEventDetails constructors and fix unit tests."Dirk Pranke2014-09-172-2/+2
* Revert of Track the active ExtensionKeybindingRegistry and make it available ...erg2014-09-171-4/+2
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-172-2/+2
* Track the active ExtensionKeybindingRegistry and make it available to EventRe...dtseng2014-09-171-2/+4
* Revert of Clean up GestureEventDetails constructors and fix unit tests (patch...horo2014-09-172-2/+2
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-162-2/+2
* Remove unsupported parameters by the unified gesture detector from Gesture Co...lanwei2014-09-162-31/+47
* GN: Create a :gles2_interface target to resolve some check errors in //cc.jbroman2014-09-161-0/+1
* Revert of Clean up GestureEventDetails constructors (patchset #4 id:100001 of...nhiroki2014-09-152-2/+2
* Clean up GestureEventDetails' constructors.lanwei2014-09-142-2/+2
* Test that gesture events are created with correct coordinates.tdresser2014-09-121-0/+63
* Ensure that mouse lock works correctly on Chrome ASH in Windows 8.ananta2014-09-112-6/+6
* Propagate window transformed notification to child hierarchymohsen2014-09-104-0/+64
* Fix incorrect touch transform before gesture recognition.tdresser2014-09-102-5/+4