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
/
layers
/
layer_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Call modify tile priorities once per UpdateTiles/DidBecomeActive.
vmpstr
2014-12-29
1
-2
/
+5
*
Move RenderSurface creation outside of CalcDrawProps
awoloszyn
2014-12-22
1
-18
/
+5
*
Introduce Property Trees
vollick
2014-12-17
1
-0
/
+8
*
Render surface's owning layer should not generate quads with blend mode.
rosca
2014-11-09
1
-0
/
+3
*
Only call UpdateScrollOffsetDelegate once on setting delegate.
bokan
2014-10-24
1
-0
/
+1
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
1
-3
/
+3
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
1
-16
/
+14
*
cc: Plumb group id through animation creation and start/finish notifications
dstockwell
2014-10-16
1
-4
/
+5
*
Include mask texture size in RenderPassDrawQuad
enne
2014-10-16
1
-1
/
+2
*
cc: Replace > > with >>
danakj
2014-10-16
1
-2
/
+2
*
Hide scrollbars when their dimensions are not scrollable.
timav
2014-10-15
1
-0
/
+3
*
Respect user_scrollable disabling in pinch-virtual-viewport mode.
aelias
2014-10-14
1
-0
/
+4
*
Made top controls work with virtual viewport pinch-to-zoom. (Chromium)
bokan
2014-10-13
1
-0
/
+3
*
cc: Stop converting update rect from int to float to int.
danakj
2014-10-11
1
-4
/
+3
*
cc: Damage layer on delegated scroll
boliu
2014-10-10
1
-0
/
+1
*
Revert of "Converted LayerImpl::bounds() to return SizeF."
bokan
2014-10-08
1
-1
/
+4
*
cc: Pass Occlusion instead of OcclusionTracker to LayerImpls
vmpstr
2014-10-07
1
-1
/
+1
*
[Android]Increase Scrollbar fade delay on Resize.
sataya.m
2014-10-07
1
-2
/
+3
*
Converted LayerImpl::bounds() to return SizeF.
bokan
2014-10-07
1
-4
/
+1
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
1
-9
/
+9
*
Use ScrollOffset instead of vector2d to track scroll offset in cc
miletus
2014-10-01
1
-14
/
+15
*
cc: Use visible_rect_for_tile_priority_ where approriate
boliu
2014-10-01
1
-1
/
+2
*
Reland of: cc: Add occlusion checker as a fixed view of occlusion tracker.
vmpstr
2014-09-11
1
-2
/
+2
*
Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (pa...
courage
2014-09-10
1
-2
/
+2
*
cc: Add occlusion checker as a fixed view of occlusion tracker.
vmpstr
2014-09-10
1
-2
/
+2
*
cc: Report only on active tiles in tracing.
vmpstr
2014-08-27
1
-0
/
+1
*
Make RenderPass::Id an isolated class
weiliangc@chromium.org
2014-08-22
1
-3
/
+4
*
Replace overdraw_bottom_height with top_controls_layout_height.
aelias@chromium.org
2014-08-22
1
-6
/
+3
*
cc: Replace Region with SimpleEnclosedRegion for occlusion tracking
danakj@chromium.org
2014-08-22
1
-1
/
+2
*
Keeping track of descendants that draw content instead of recalcualting
awoloszyn@chromium.org
2014-08-11
1
-0
/
+4
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
1
-3
/
+3
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
1
-3
/
+3
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
1
-3
/
+3
*
Impl thread smooth scrolling.
skobes@chromium.org
2014-07-10
1
-1
/
+11
*
Skip occluded tiles during rasterization.
jbedley@chromium.org
2014-06-23
1
-1
/
+2
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
1
-4
/
+6
*
cc: Pass scaled bounds to debug border quads for drawing.
sohan.jyoti@samsung.com
2014-06-20
1
-0
/
+2
*
cc: Don't add new tilings while syncing a tiling.
danakj@chromium.org
2014-06-20
1
-1
/
+1
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
1
-3
/
+9
*
cc: Move CalculateContentsScale from LayerImpl to LayerTreeHostCommon
sohan.jyoti@samsung.com
2014-06-13
1
-9
/
+0
*
cc: Remove EnsureRenderSurfaceLayerList, do UpdateDrawProps when needed.
danakj@chromium.org
2014-06-13
1
-2
/
+0
*
Get rid of graphics layer anchor points, and replace with
chrishtr@chromium.org
2014-06-05
1
-7
/
+4
*
Re-land: cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-27
1
-1
/
+1
*
Revert 272635 "cc: Examine layers to determine if we're ready to..."
kbr@chromium.org
2014-05-24
1
-1
/
+1
*
cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-23
1
-1
/
+1
*
Make LayerScrollOffsetDelegate updates consistent.
mkosiba@chromium.org
2014-05-15
1
-3
/
+11
*
cc: Add a flag to layers that returns true if the layer is in RSLL.
vmpstr@chromium.org
2014-05-09
1
-0
/
+2
*
Create SharedQuadState on RenderPass
weiliangc@chromium.org
2014-05-07
1
-1
/
+1
*
cc: Make LTHI::NotifyTileInitialized more generic.
vmpstr@chromium.org
2014-04-30
1
-0
/
+2
*
cc: Add support for partial swaps when using impl-side painting by only
sohan.jyoti@samsung.com
2014-04-29
1
-0
/
+7
[next]