summaryrefslogtreecommitdiffstats
path: root/cc/base
Commit message (Expand)AuthorAgeFilesLines
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-181-0/+5
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-142-2/+2
* Make cc::Animation::TrimTimeToCurrentIteration andbehara.ms2014-11-121-0/+30
* Include FPS data in verbose logging if --show-fps-counter is set.gusfernandez2014-11-051-1/+3
* cc: Fix weakptr destruction of DelayedUniqueNotifier on shutdown.danakj2014-10-293-0/+83
* cc: Disallow copy and assign in unique notifiers.vmpstr2014-10-282-0/+4
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-239-20/+20
* Standardize usage of virtual/override/final in cc/dcheng2014-10-213-10/+10
* cc: Add ReverseSpiralDifferenceIterator.vmpstr2014-10-183-11/+355
* cc: Replace > > with >>danakj2014-10-161-11/+11
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-064-9/+9
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-066-11/+11
* Add new latency_info for tracking browser composite time.orglofch2014-10-022-0/+6
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-012-0/+9
* cc:: Remove main_frame_before_draw_enabled from scheduler settings.orglofch2014-09-292-5/+0
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-273-6/+6
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-273-6/+6
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-273-6/+6
* ScopedPtrVector change back const_iterator typedefweiliangc2014-09-022-7/+5
* Manual fixups in compositor code scoped_refptr operator T* removal.dcheng2014-08-282-1/+2
* cc: Remove and Create the correct tiles when resizing live tiles rectDana Jansens2014-08-283-109/+92
* Remove implicit conversions from scoped_refptr to T* in cc/dcheng2014-08-261-4/+4
* cc: Stop converting Rect to QuadF to map to an enclosed rect.danakj2014-08-253-22/+130
* cc: Replace Region with SimpleEnclosedRegion for occlusion trackingdanakj@chromium.org2014-08-225-1/+906
* Implement scroll handler latency trackingskyostil@chromium.org2014-08-136-8/+75
* Implement HiDPI and pinch-zoom scaling of filter paramsgarykac@chromium.org2014-08-082-0/+8
* Revert 287325 because it breaks smoothness benchmarks on windows: "ValueError...sadrul@chromium.org2014-08-056-75/+8
* cc: Use pointers for heaps in tile manager raster tile priority queue.vmpstr@chromium.org2014-08-041-0/+15
* Implement scroll handler latency trackingskyostil@chromium.org2014-08-046-8/+75
* BSP Tree perf tests to match LayerSorter perf teststhildebr@chromium.org2014-08-022-0/+128
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-014-41/+87
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-314-87/+41
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-314-41/+87
* Make Surface::GetEligibleFrame constjbauman@chromium.org2014-07-251-1/+1
* Remove flag to disable cc touch hit testing.zeeshanq@chromium.org2014-07-232-5/+0
* Deliver IPC messages together with SwapCompositorFramemkosiba@chromium.org2014-07-222-5/+3
* Decrement CreateDoubleValue countestade@chromium.org2014-07-191-2/+2
* Revert "Implement scroll handler latency tracking"miletus@chromium.org2014-07-176-36/+8
* cc: Give TilingData back a Size instead of a Rect.danakj@chromium.org2014-07-163-2531/+892
* cc: Use ExpandRectIgnoringBordersToTileBoundsWithBordersEmpty.danakj@chromium.org2014-07-143-36/+50
* Implement scroll handler latency trackingskyostil@chromium.org2014-07-096-8/+36
* cc: Expand invalidation to full tile when recording is missing for the tile.danakj@chromium.org2014-06-183-7/+80
* Revert 277964 "cc: In SyncFromActiveLayer, drop all tiles not in..."perkj@chromium.org2014-06-183-80/+7
* cc: In SyncFromActiveLayer, drop all tiles not in the recorded_viewport.danakj@chromium.org2014-06-183-7/+80
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-052-0/+9
* cc: Add HasPendingNotification to delayed unique notifier.vmpstr@chromium.org2014-05-303-4/+20
* cc: Add UniqueNotifier to cc/base.vmpstr@chromium.org2014-05-296-0/+537
* Hit test on the layer tree rather than the RSLLvollick@chromium.org2014-05-122-12/+25
* Fix scale on axis may be negative.perryuwang@tencent.com2014-04-301-6/+10
* Fix for pinch virtual viewport flag wasn't fully enabled.bokan@chromium.org2014-04-282-0/+2