summaryrefslogtreecommitdiffstats
path: root/ui/aura
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+5
* Disable eager gesture detection.tdresser2014-09-083-20/+25
* Revert of Add test for ChromeVox keyboard commands. (patchset #8 id:140001 of...arv2014-09-082-14/+2
* Add test for ChromeVox keyboard commands.dmazzoni2014-09-082-2/+14
* Make ui gn check pass. Misc GN build improvements.brettw2014-09-071-0/+1
* Revert of Make ui gn check pass. Misc GN build improvements. (patchset #3 id:...thakis2014-09-061-1/+0
* Make ui gn check pass. Misc GN build improvements.Brett Wilson2014-09-051-0/+1
* Notify the Chrome browser process about the window being activated from the v...ananta2014-09-052-2/+4
* Revert of Add test for ChromeVox keyboard commands. (patchset #7 id:120001 of...vadimsh2014-09-042-14/+2
* Add test for ChromeVox keyboard commands.dmazzoni2014-09-042-2/+14
* ui: Replace MessageLoopProxy usage with ThreadTaskRunnerHandle.tfarina2014-09-031-2/+2
* Add the actual location coordinates to the touch cancel eventlanwei2014-08-292-27/+47
* Fix most of the "gn check" errors in ui/*Brett Wilson2014-08-281-0/+2
* Remove implicit conversions from scoped_refptr to T* in ui/dcheng2014-08-251-4/+4
* Stop painting when receiving delegated frameenne2014-08-234-6/+17