index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland of Move tracing namespace from base::debug to base::trace_event.
primiano
2015-02-05
2
-2
/
+14
*
Revert of Move tracing namespace from base::debug to base::trace_event. (patc...
zhaoqin
2015-02-05
2
-15
/
+2
*
Move tracing namespace from base::debug to base::trace_event.
ssid
2015-02-04
2
-2
/
+15
*
cc: Stop scroll animations on the pending tree instead of snapping.
danakj
2015-02-03
1
-2
/
+12
*
Convert scroll offsets to use SyncedProperty.
aelias
2015-01-31
1
-1
/
+6
*
Mechanical rename of tracing includes for /cc
primiano
2015-01-28
2
-2
/
+2
*
cc: refactor of MathUtil::AddToTracedValue
jungjik.lee
2015-01-21
2
-24
/
+72
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-5
/
+5
*
replace COMPILE_ASSERT with static_assert in cc/
mostynb
2014-12-20
1
-2
/
+4
*
cc: Drop an unused member variable from tiling data iterators
e.hakkinen
2014-12-15
2
-63
/
+53
*
Add ScopedPtrVector::remove_if().
danakj
2014-12-08
2
-0
/
+103
*
Use EXPECT_EQ when possible.
hush
2014-12-04
1
-52
/
+46
*
Allow changing top controls height
dtrainor
2014-12-04
2
-4
/
+0
*
Refactor delta/sent_delta logic into self-contained abstraction.
aelias
2014-12-04
1
-0
/
+172
*
Revert "Add new latency_info for tracking browser composite time."
jdduke
2014-12-02
2
-6
/
+0
*
Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.
behara.ms
2014-11-18
1
-0
/
+5
*
cc: Remove readability/inheritance exception for linter in cc.
danakj
2014-11-14
2
-2
/
+2
*
Make cc::Animation::TrimTimeToCurrentIteration and
behara.ms
2014-11-12
1
-0
/
+30
*
Include FPS data in verbose logging if --show-fps-counter is set.
gusfernandez
2014-11-05
1
-1
/
+3
*
cc: Fix weakptr destruction of DelayedUniqueNotifier on shutdown.
danakj
2014-10-29
3
-0
/
+83
*
cc: Disallow copy and assign in unique notifiers.
vmpstr
2014-10-28
2
-0
/
+4
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
9
-20
/
+20
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
3
-10
/
+10
*
cc: Add ReverseSpiralDifferenceIterator.
vmpstr
2014-10-18
3
-11
/
+355
*
cc: Replace > > with >>
danakj
2014-10-16
1
-11
/
+11
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
4
-9
/
+9
*
[C++11 Allowed Features] Declares a type-safe null pointer converting from NU...
kulkarni.a
2014-10-06
6
-11
/
+11
*
Add new latency_info for tracking browser composite time.
orglofch
2014-10-02
2
-0
/
+6
*
Use ScrollOffset instead of vector2d to track scroll offset in cc
miletus
2014-10-01
2
-0
/
+9
*
cc:: Remove main_frame_before_draw_enabled from scheduler settings.
orglofch
2014-09-29
2
-5
/
+0
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
3
-6
/
+6
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
3
-6
/
+6
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
3
-6
/
+6
*
ScopedPtrVector change back const_iterator typedef
weiliangc
2014-09-02
2
-7
/
+5
*
Manual fixups in compositor code scoped_refptr operator T* removal.
dcheng
2014-08-28
2
-1
/
+2
*
cc: Remove and Create the correct tiles when resizing live tiles rect
Dana Jansens
2014-08-28
3
-109
/
+92
*
Remove implicit conversions from scoped_refptr to T* in cc/
dcheng
2014-08-26
1
-4
/
+4
*
cc: Stop converting Rect to QuadF to map to an enclosed rect.
danakj
2014-08-25
3
-22
/
+130
*
cc: Replace Region with SimpleEnclosedRegion for occlusion tracking
danakj@chromium.org
2014-08-22
5
-1
/
+906
*
Implement scroll handler latency tracking
skyostil@chromium.org
2014-08-13
6
-8
/
+75
*
Implement HiDPI and pinch-zoom scaling of filter params
garykac@chromium.org
2014-08-08
2
-0
/
+8
*
Revert 287325 because it breaks smoothness benchmarks on windows: "ValueError...
sadrul@chromium.org
2014-08-05
6
-75
/
+8
*
cc: Use pointers for heaps in tile manager raster tile priority queue.
vmpstr@chromium.org
2014-08-04
1
-0
/
+15
*
Implement scroll handler latency tracking
skyostil@chromium.org
2014-08-04
6
-8
/
+75
*
BSP Tree perf tests to match LayerSorter perf tests
thildebr@chromium.org
2014-08-02
2
-0
/
+128
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
4
-41
/
+87
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
4
-87
/
+41
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
4
-41
/
+87
*
Make Surface::GetEligibleFrame const
jbauman@chromium.org
2014-07-25
1
-1
/
+1
*
Remove flag to disable cc touch hit testing.
zeeshanq@chromium.org
2014-07-23
2
-5
/
+0
[next]