summaryrefslogtreecommitdiffstats
path: root/ui/compositor
Commit message (Expand)AuthorAgeFilesLines
* ui: Call mailbox_release_callback_ in Layer destructor.dcastagna2016-03-242-4/+19
* Update secure output flags on display changes.dcastagna2016-03-222-0/+7
* Use sk_sp-based picture recording APIsfmalita2016-03-221-1/+1
* Bind GrContext to GLES2Interface rather than C GLES interfacebsalomon2016-03-211-33/+1
* RecreateLayer should copy the transform as well.oshima2016-03-162-0/+26
* CC Animation: Rename HasAnimation to HasAnimationForTesting.loyso2016-03-141-4/+10
* CC Animation: Erase cc::LayerSettings everywhere.loyso2016-03-145-22/+14
* UI Compositor: Erase old CC animation system (continued)loyso2016-03-091-50/+33
* UI Compositor: Fix threaded animation survival if layer removed and added.loyso2016-03-093-1/+69
* Use the old layer's inverted property to create a new layer.xdai2016-03-052-0/+15
* CC Animation: Erase old animation system in UI Compositor.loyso2016-03-0310-126/+18
* Remove non-animating LayerAnimators when removing child Layersbruthig2016-03-023-3/+57
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-293-6/+6
* ui: Add out-of-line copy ctors for complex classes.vmpstr2016-02-256-0/+13
* CC Animation: Expose TargetProperty enum to be aliased in Blink Platform.loyso2016-02-255-32/+31
* Reland Allow one-copy and zero-copy task tile worker pools to use compressed ...auygun2016-02-221-2/+2
* Delete CalcDrawPropsweiliangc2016-02-191-2/+0
* Remove DelegatedRendererLayer support from ui::Layerjbauman2016-02-055-112/+23
* gfx::Canvas typically had both a skia::RefPtr and a raw pointer to the same o...tomhudson2016-02-041-2/+1
* cc: re-enable --show-fps-counter and --ui-show-fps-counter command linesdongseong.hwang2016-02-041-0/+2
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* UI Compositor: Fix unit tests to work if no use_compositor_animation_timelinesloyso2016-02-031-0/+9
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* UI Compositor: Add a DCHECK to prevent cc::AnimationPlayers leak.loyso2016-02-031-0/+1
* UI Compositor: Fix cc::AnimationPlayers leak.loyso2016-02-034-5/+68
* Make the material design ripple effect more visible on a quick action (single...bruthig2016-01-292-0/+7
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-10/+0
* UI Compositor: Extract LayerThreadedAnimationDelegate class.loyso2016-01-1812-56/+128
* CC Animation: Replace AnimiationEventsVector with AnimiationEvents class.loyso2016-01-148-2/+9
* cc: Allow returning overlay resources upon swap completionccameron2016-01-121-1/+1
* Switch to standard integer types in ui/compositor/.avi2015-12-2443-20/+67
* CC Animations: Enable external animation host for ui::Compositor (Aura).loyso2015-12-215-8/+12
* CC Animations: Port UI Browser Compositor to use compositor animation timelines.loyso2015-12-217-44/+184
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...rbyers2015-12-181-2/+2
* Convert Pass()→std::move() in ui/dcheng2015-12-187-25/+36
* Correctly handle system metrics with e.g. --force-device-scale-factor.pkasting2015-12-171-1/+1
* CC Animations: Make ui::LayerAnimator a LayerAnimationEventObserver (instead ...loyso2015-12-178-17/+59
* Allow background tab titles to use LCD AA.pkasting2015-12-122-4/+11
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-101-2/+2
* cc: Shrink size of display itemenne2015-12-106-26/+20
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...engedy2015-12-101-2/+2
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-101-2/+2
* Add most of //ui/ to "gn check"brettw2015-12-081-1/+1
* Remove --show-fps-counter and about:flags entry, and --ui-show-fps-counterpiman2015-12-071-2/+0
* Reland: Enable compositor-thread property treesajuma2015-12-061-2/+2
* Improve clip path visual rect. Clean up clip/transform recorder ctor.wkorman2015-12-0410-53/+63
* Remove the clip parameter from ContentLayerClient.chrishtr2015-12-032-4/+1
* Ensure View invalidates Widget::root_layers_ when LayerOwner::RecreateLayer i...tapted2015-12-011-1/+1
* Further plumb visual rect into cc:DisplayItemList.wkorman2015-11-2512-27/+89