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
/
third_party
/
WebKit
/
Source
/
platform
/
graphics
/
GraphicsLayer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blink Platform: Erase GraphicsLayerFactory.
loyso
2016-03-17
1
-6
/
+1
*
blink: Rename platform/ methods to prefix with get when they collide.
danakj
2016-03-11
1
-3
/
+3
*
Blink Compositor Animation: Erase old animation system.
loyso
2016-03-02
1
-16
/
+1
*
tracing: Make ConvertableToTraceFormat move-only
primiano
2016-02-29
1
-1
/
+1
*
Rename some methods in paint-related platform code to avoid problems in Chrom...
chrishtr
2016-02-27
1
-1
/
+1
*
Move squash preventing reasons out of compositing reasons
vollick
2016-02-24
1
-0
/
+1
*
CC Animation: Move files from cc_blink to Source/platform/animation
loyso
2016-02-10
1
-2
/
+2
*
Apply offset and subpixel accumulation to visual rects.
wkorman
2016-02-07
1
-1
/
+2
*
Purge the ScrollBlocksOn code.
dtapuska
2016-01-28
1
-4
/
+0
*
Plumb NotifyAnimationAborted from the compositor to blink animation delegate.
ymalik
2016-01-15
1
-0
/
+1
*
Remove paintInvalidationRect from display item client invalidation
wangxianzhu
2016-01-14
1
-4
/
+1
*
Reland of un smooth scroll animations on the compositor when possible (patchs...
noel
2015-12-23
1
-0
/
+1
*
Revert of Run smooth scroll animations on the compositor when possible (patch...
noel
2015-12-23
1
-1
/
+0
*
Run smooth scroll animations on the compositor when possible
ymalik
2015-12-22
1
-0
/
+1
*
Refactor GraphicsLayer::paint() and improve performance
wangxianzhu
2015-12-16
1
-6
/
+8
*
Let GraphisLayer::paintController() return a reference and ensure drawsContent()
wangxianzhu
2015-12-16
1
-1
/
+1
*
Add a method visualRect() to DisplayItemClient.
chrishtr
2015-12-11
1
-0
/
+2
*
remove duplicate friend declaration
mostynb
2015-12-10
1
-1
/
+0
*
Fix flattening for scrollable areas.
tdresser
2015-12-09
1
-0
/
+2
*
Make DisplayItemClient an interface
wangxianzhu
2015-12-08
1
-4
/
+3
*
compositor-worker: plumb element id and mutable properties
vollick
2015-12-08
1
-0
/
+3
*
Replace a raw pointer with RawPtrWillBeWeakPersistent.
peria
2015-11-26
1
-2
/
+1
*
Turn off computation of the interest rect in cc in synchronized paint mode.
chrishtr
2015-11-24
1
-0
/
+1
*
Reland of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo.
jbroman
2015-11-23
1
-6
/
+6
*
Revert of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (patchs...
dyen
2015-11-20
1
-6
/
+6
*
Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo.
jbroman
2015-11-20
1
-6
/
+6
*
Use recomputed interest rect only if it changed enough
wangxianzhu
2015-11-17
1
-4
/
+5
*
Oilpan: annotate weak ScrollableArea* refs with GC_PLUGIN_IGNORE()s.
sigbjornf
2015-11-10
1
-1
/
+3
*
Repaint on interest rect change
wangxianzhu
2015-10-29
1
-2
/
+1
*
Rename WTF_MAKE_FAST_ALLOCATED to USING_FAST_MALLOC
haraken
2015-10-29
1
-1
/
+1
*
Add time-to-first-paint and time-to-first-image-paint to PageLoadMetrics
ksakamoto
2015-10-28
1
-0
/
+4
*
Let synchronized painting generate correct paint invalidation rects
wangxianzhu
2015-10-24
1
-1
/
+4
*
Remove pointless virtual GraphicsLayer::contentsLayer.
jbroman
2015-10-23
1
-1
/
+1
*
Use PaintLayer::needsRepaint() instead of GraphicsLayer::needsDisplay().
wangxianzhu
2015-10-14
1
-13
/
+1
*
Rename DisplayItemList to PaintController
pdr
2015-10-14
1
-6
/
+6
*
Implement interest rects for synchronized paint.
chrishtr
2015-10-12
1
-3
/
+1
*
Add "time to first text paint" to PageLoadMetrics system
ksakamoto
2015-10-07
1
-0
/
+2
*
Fix directly composited image path for CSS image-orientation
rob.buis
2015-10-06
1
-1
/
+2
*
Plumb paint invalidation rects through the DisplayItemClient interfaces.
chrishtr
2015-10-03
1
-2
/
+2
*
Implement synchronized paint of graphics layers that need display.
chrishtr
2015-09-30
1
-2
/
+17
*
Add a FOUC painting test.
esprehn@chromium.org
2015-09-11
1
-0
/
+4
*
Revert of Add a FOUC painting test. (patchset #6 id:100001 of https://coderev...
mkwst@chromium.org
2015-09-09
1
-3
/
+0
*
Add a FOUC painting test.
esprehn@chromium.org
2015-09-09
1
-0
/
+3
*
blink: Add backdrop-filter support
hendrikw@chromium.org
2015-08-27
1
-0
/
+1
*
Rename LinkHighlight code.
jbroman@chromium.org
2015-07-29
1
-15
/
+5
*
Remove unused class WebNinePatchLayer.h.
thakis@chromium.org
2015-07-23
1
-1
/
+0
*
remove unused methods createNinePatchLayer() and setContentsToNinePatch()
thakis@chromium.org
2015-07-23
1
-2
/
+0
*
Remove unnecessary trailing semicolon in non-Source/core directory
kochi@chromium.org
2015-07-08
1
-1
/
+1
*
Fix virtual/override/final usage in Source/platform/.
tkent@chromium.org
2015-07-08
1
-7
/
+7
*
Update DeprecatedPaint files to layoutObject.
dsinclair@chromium.org
2015-04-15
1
-8
/
+8
[next]