summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* aura: Create a single Env instance for aura_unittests.sadrul2015-09-011-1/+2
* Revert of aura: Create a single Env instance for aura_unittests (patchset #3 ...pkotwicz2015-08-181-2/+1
* aura: Create a single Env instance for aura_unittests.Sadrul Habib Chowdhury2015-08-171-1/+2
* Change PaintRecorder to Use Bounds from View or Layer Instead of PaintContextweiliangc2015-07-131-1/+2
* Cleanup: Change {ASSERT,EXPECT}_FALSE(!x) to {ASSERT,EXPECT}_TRUE(x).thestig2015-05-061-8/+7
* Fix a few spelling errors in comments.thakis2015-04-281-1/+1
* ui: Use a PaintRecorder to access the Canvas for painting.danakj2015-04-071-42/+0
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-041-1/+3
* aura: Remove layerless windows.danakj2015-04-031-652/+30
* Prevent capture from transferring touch event streams.tdresser2015-03-181-19/+11
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-181-2/+2
* Use template specialization to generate WindowProperty code.oshima2015-01-071-22/+23
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* GetBoundsInRootWindow() gives wrong coordinates with translationslxas2014-12-291-0/+74
* Revert of Use template specialization to generate WindowProperty code (patchs...chirantan2014-12-191-23/+22
* Use template specialization to generate WindowProperty code.oshima2014-12-191-22/+23
* Re-enable Eager Gesture Recognition on Auratdresser2014-12-091-2/+2
* Do not forward input events to Widget during Widget destructiontdanderson2014-12-081-22/+96
* Remove no-op NULL layer delegate aura::Window stacking codepkotwicz2014-12-011-20/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-80/+51
* Adopt ui::GestureConfiguration on Androidlanwei2014-10-271-7/+7
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-1/+1
* Change GestureConfiguration types to be consistent with each other and with thepkasting2014-10-091-1/+1
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-36/+36
* Call WindowObserver::OnWindowVisbilityChanged only once per visibility change.oshima2014-10-081-1/+17
* Propagate window transformed notification to child hierarchymohsen2014-09-101-0/+46
* Disable eager gesture detection.tdresser2014-09-081-2/+2
* Remove implicit conversions from scoped_refptr to T* in ui/dcheng2014-08-251-4/+4
* ozone: Enable aura tests that move the cursorspang@chromium.org2014-08-111-10/+0
* Eager Gesture Recognition on Auratdresser@chromium.org2014-08-081-4/+4
* Reland: Introduce NON_ZERO_DURATION for animation unit testsjamescook@chromium.org2014-07-301-10/+10
* Revert of Introduce NON_ZERO_DURATION for animation unit tests (https://coder...jamescook@chromium.org2014-07-291-10/+10
* Introduce NON_ZERO_DURATION for animation unit testsjamescook@chromium.org2014-07-291-10/+10
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-12/+12
* Fix flake in WindowTest.TouchCaptureCancelsOtherTouches.tdresser@chromium.org2014-07-251-11/+10
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-12/+12
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-12/+12
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-1/+7
* compositor: Tick the UI animations from cc, instead of from timer callbacks.sadrul@chromium.org2014-06-051-6/+97
* Revert r274404 and r274409:tzik@chromium.org2014-06-031-6/+6
* compositor: Tick the UI animations from cc, instead of from timer callbacks.sadrul@chromium.org2014-06-031-6/+6
* aura: Reland r266681 to debug WindowObserver crashes.derat@chromium.org2014-05-311-1/+1
* Make ui::Layer use the cc:LayerTreeHost scale factor directlyccameron@chromium.org2014-05-141-2/+0
* Revert of Adds back some debugging code (https://codereview.chromium.org/2570...robliao@chromium.org2014-04-281-1/+1
* Adds back some debugging codesky@chromium.org2014-04-281-1/+1
* aura: Remove WindowTreeHost::QueryMouseLocation().sadrul@chromium.org2014-04-281-6/+3
* Stops animations when removing a window from its parent.varkha@chromium.org2014-04-251-2/+7
* Changes layer reparenting to happen after a window parent is changed in aura:...varkha@chromium.org2014-04-231-0/+51
* Makes LayerOwner::AcquireLayer return a scoped_ptrsky@chromium.org2014-04-181-2/+2
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-111-4/+4