summaryrefslogtreecommitdiffstats
path: root/cc/base
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove tile sharing from tilings.vmpstr2015-04-292-0/+4
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-272-4/+0
* cc: Remove tile sharing from tilings.vmpstr2015-04-242-0/+4
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+2
* cc: Add UMA stats for record and raster time.jbroman2015-04-164-0/+188
* cc: Remove use of MessageLoopProxyskyostil2015-04-131-2/+2
* cc: Reduce duplicated tiling data difference iterator codee.hakkinen2015-03-202-159/+82
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-169-347/+63
* (Reland) Always create top controls manager.bokan2015-03-092-4/+0
* Revert of Always create top controls manager (patchset #6 id:100001 of https:...dpranke2015-03-062-0/+4
* Always create top controls manager.bokan2015-03-052-4/+0
* Plumb a command line flag for property tree verificationvollick2015-02-242-0/+6
* Break down end-to-end scroll update latency UMA metricsmiletus2015-02-181-7/+9
* cc: Move occlusion debug rects into the debug layer borders.danakj2015-02-122-14/+0
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-094-38/+26
* Reland of Move tracing namespace from base::debug to base::trace_event.primiano2015-02-052-2/+14
* Revert of Move tracing namespace from base::debug to base::trace_event. (patc...zhaoqin2015-02-052-15/+2
* Move tracing namespace from base::debug to base::trace_event.ssid2015-02-042-2/+15
* cc: Stop scroll animations on the pending tree instead of snapping.danakj2015-02-031-2/+12
* Convert scroll offsets to use SyncedProperty.aelias2015-01-311-1/+6
* Mechanical rename of tracing includes for /ccprimiano2015-01-282-2/+2
* cc: refactor of MathUtil::AddToTracedValuejungjik.lee2015-01-212-24/+72
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-5/+5
* replace COMPILE_ASSERT with static_assert in cc/mostynb2014-12-201-2/+4
* cc: Drop an unused member variable from tiling data iteratorse.hakkinen2014-12-152-63/+53
* Add ScopedPtrVector::remove_if().danakj2014-12-082-0/+103
* Use EXPECT_EQ when possible.hush2014-12-041-52/+46
* Allow changing top controls heightdtrainor2014-12-042-4/+0
* Refactor delta/sent_delta logic into self-contained abstraction.aelias2014-12-041-0/+172
* Revert "Add new latency_info for tracking browser composite time."jdduke2014-12-022-6/+0
* 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