summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/aura
Commit message (Expand)AuthorAgeFilesLines
* Revert of Move GetCursor() method from WindowDelegate to its own delegate int...ben@chromium.org2014-03-272-0/+5
* Fixing race conditions in ui::content::WindowSlider which could cause the ove...mfomitchev@chromium.org2014-03-276-130/+412
* Move GetCursor() method from WindowDelegate to its own delegate interface Cur...ben@chromium.org2014-03-262-5/+0
* Move layer recreation logic entirely into LayerOwner::RecreateLayer().ben@chromium.org2014-03-262-6/+0
* Make WindowEventDispatcher be a WindowObserver instead of duplicating WO APIsben@chromium.org2014-03-212-2/+4
* Fixes in the logic for dismissing the GestureNav overlay.mfomitchev@chromium.org2014-03-113-74/+198
* Provide access to the WindowEventDispatcher as a ui::EventProcessor.ben@chromium.org2014-03-101-3/+3
* Replacing raw pointer to LayerAnimator with scoped_refptr in ScopedLayerAnima...mfomitchev@chromium.org2014-03-071-11/+6
* gesture nav: An alternate UI for gesture nav.sadrul@chromium.org2014-03-042-0/+286
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-1/+1
* Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.ben@chromium.org2014-02-282-4/+4
* Adding a fade-out animation to GestureNav overlays.mfomitchev@chromium.org2014-02-272-5/+74
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* gesture nav: Fix the UX for some navigation edge cases.sadrul@chromium.org2014-02-115-4/+210
* gesture-nav: Move OverscrollNavigationOverlay into its own file.sadrul@chromium.org2014-02-062-0/+317
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-6/+2
* [Aura] Stop using consistent velocity as scroll start heuristictdresser@chromium.org2014-01-301-5/+5
* The issue was that the window slider was initialized and then immediately qui...mfomitchev@chromium.org2014-01-281-2/+4
* Makes Window::Init take a WindowLayerType instead of LayerType.sky@chromium.org2014-01-081-1/+1
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-2/+2
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-1/+1
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-2/+2
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-2/+2
* Use Window instead of RootWindow in many more places throughout the codebaseben@chromium.org2013-11-101-3/+3
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-182-2/+2
* Makes native_widget_types forward declare ui::Cursor.sky@chromium.org2013-09-161-0/+1
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-151-3/+3
* Move the content-dependent RecreateLayer logic from aura::Window to RWHVApiman@chromium.org2013-09-122-3/+4
* overscroll: Use different thresholds to initiate overscroll from touch-pad an...sadrul@chromium.org2013-08-292-10/+18
* Seperate horizontal and vertical overscrollingrharrison@chromium.org2013-07-262-10/+10
* window-slider: Do not delete the slider itself after sliding completes.sadrul@chromium.org2013-06-243-39/+34
* aura: Use the WindowSlider for gesture-nav while the page is reloading.sadrul@chromium.org2013-06-213-12/+172
* aura: Reenable window-slider unittests on win-aura.sadrul@chromium.org2013-06-151-17/+2
* aura: Fix a valgrind error in WindowSlider.sadrul@chromium.org2013-06-141-4/+10
* Disable Aura tests on windows since the fail on Win Aura (2) bot.pastarmovj@google.com2013-06-141-2/+17
* aura: Add code to allow sliding layers in a window using scroll events.sadrul@chromium.org2013-06-145-6/+692
* gesture nav: Move code around to unclutter web_contents_view_aura, and make i...sadrul@chromium.org2013-05-032-0/+161
* gesture nav: Change how the shadows are painted.sadrul@chromium.org2013-05-022-0/+107