summaryrefslogtreecommitdiffstats
path: root/ui/compositor
Commit message (Expand)AuthorAgeFilesLines
* ui: Disable the use_cached_picture option in DisplayListRecordingSourcedanakj2015-05-051-0/+1
* Revert of Enable BeginFrame scheduling on aura (patchset #15 id:270001 of htt...dbeam2015-05-056-11/+125
* Animation start scale should be considered for the raster scalebehara.ms2015-05-052-0/+16
* Enable BeginFrame scheduling on aurasimonhong2015-05-046-125/+11
* Pass gfx structs by const ref (gfx::Vector2d/F)a.berwal2015-05-042-2/+2
* Fixed the LayerAnimationElement::TargetValue(LayerAnimationDelegate*) constru...bruthig2015-04-302-3/+34
* Set background color on recreated solid color layers.jbauman2015-04-294-2/+18
* Introduce OffscreenBrowsreCompositorOutputSurface for offscreen desktop rende...oshima2015-04-282-0/+5
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-258-15/+116
* ui: Clean up damaged rects and clear them after painting.danakj2015-04-243-34/+38
* Revert of ui: Clean up damaged rects and clear them after painting. (patchset...jdonnelly2015-04-233-38/+34
* Revert of ui: Cache the output of View::OnPaint when the View isn't invalid. ...jdonnelly2015-04-238-116/+15
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-238-15/+116
* ui: Clean up damaged rects and clear them after painting.danakj2015-04-233-34/+38
* Stop Using MessageLoopProxy in Test Since It's Deprecatedweiliangc2015-04-221-4/+4
* Revert of [Temporary On Will revert on Fri] UI impl side painting default on ...glider2015-04-222-4/+3
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-211-9/+3
* compositor: Fix header guard of in_process_context_provider.h.tfarina2015-04-211-3/+3
* [Temporary On will revert on Fri]UI impl side painting default onweiliangc2015-04-212-3/+4
* ui: DCHECK that PaintRecorders are not nested.danakj2015-04-214-12/+25
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-162-5/+5
* Speculative revert by sheriffBartosz Fabianowski2015-04-162-5/+5
* Use MessageLoop for CompositorTest.LocksTimeOutweiliangc2015-04-163-18/+30
* cc: Make DisplayItemList::Append replay into an SkPictureajuma2015-04-152-5/+5
* ui: Instantiate a single SkPictureRecorder per PaintContextdanakj2015-04-144-5/+20
* ui: Add --ui-enable-slimming-paint and DisplayItem-backed PaintContext.danakj2015-04-0915-45/+215
* ui: Remove the canvas() member from PaintContext.danakj2015-04-084-8/+9
* tabstrip: Use a PaintRecorder to access the Canvas for painting.danakj2015-04-082-5/+11
* ui: Make compositor unittests access the canvas through PaintRecorder.danakj2015-04-072-9/+12
* Mac: Use appropriate mechanism to determine partial swap capabilityccameron2015-04-071-2/+0
* views: Access the Canvas through recorders not through PaintContext.danakj2015-04-074-0/+62
* views: Use ClipTransformRecorder to access canvas in ProfileChooserViewdanakj2015-04-062-23/+25
* Make View::Paint use ui::PaintRecorder to access PaintContext's canvasdanakj2015-04-067-0/+155
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-044-32/+19
* Move PaintContext from views::View to ui::.danakj2015-04-033-0/+99
* views: Replace CullSet with intersection queries against the paint rectdanakj2015-04-022-3/+22
* Animations: Implement runtime flag for enabling compositor animation timelines.loyso2015-04-023-0/+7
* Revert of Enable BeginFrame scheduling on aura (patchset #12 id:210001 of htt...danakj2015-03-276-11/+125
* Enable BeginFrame scheduling on aurasimonhong2015-03-276-125/+11
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-234-2/+16
* Add BeginFrameObserverProxysimonhong2015-03-215-0/+108
* Change ui::wm::Shadow to pass ImageSkia instead of SkBitmap.hshi2015-03-172-6/+21
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-1/+1
* Instrument SingleThreadProxy::ScheduleRequestNewOutputSurface Codepaths to Fi...robliao2015-03-131-0/+7
* cc: Remove unused disable_hi_res_timer_tasks_on_battery flag.sunnyps2015-03-121-2/+0
* Allow ui::Compositor to defer commits during tab-switchccameron2015-03-125-13/+84
* Remove unittests based on wrong assumption of compositorweiliangc2015-03-101-56/+15
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-092-2/+2
* Relanding "Reset the root layer on the compositor when recreating a root layer."bruthig2015-03-092-0/+78
* Revert of Reset the root layer on the compositor when recreating a root layer...thestig2015-03-062-41/+0