|
Implement lazy block layout prototype behind a runtime flag.
This patch adds a new display type "lazy-block" that does a highly
constrained block layout that allows us to avoid laying out content
outside the viewport until we need it, and speeds up insertion/
removal of children both in and out of the viewport.
This is still in a prototype phase, and is being landed behind a
runtime flag that will default to off.
BUG= 235595
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149140
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+417 lines, -1 line) |
Patch |
|
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSParser.cpp
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/CSSPrimitiveValueMappings.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSValueKeywords.in
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/StyleResolver.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/page/FrameView.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/page/FrameView.cpp
|
View
|
|
4 chunks |
+34 lines, -0 lines |
1 comment
|
Download
|
|
M |
Source/core/rendering/RenderLayer.cpp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
3 comments
|
Download
|
|
A |
Source/core/rendering/RenderLazyBlock.h
|
View
|
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/core/rendering/RenderLazyBlock.cpp
|
View
|
|
1 chunk |
+254 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderObject.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderObject.cpp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderView.h
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderView.cpp
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyleConstants.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|