|
|
First iteration on custom layout.
This allows setting x/y/width/height directly on an element
during a synchronous layout callback. At the moment, you can do
dangerous things (e.g. change tree structure). In a followup patch
we'll make that impossible via an IDL guard.
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+202 lines, -0 lines) |
Patch |
 |
M |
sky/engine/core/core.gni
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/dom/Element.h
|
View
|
|
3 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/dom/Element.cpp
|
View
|
|
3 chunks |
+66 lines, -0 lines |
2 comments
|
Download
|
 |
M |
sky/engine/core/dom/Element.idl
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sky/engine/core/layout/LayoutCallback.h
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/layout/LayoutCallback.idl
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sky/engine/core/rendering/RenderCustomLayout.h
|
View
|
1
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sky/engine/core/rendering/RenderCustomLayout.cpp
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sky/examples/layout/basic.sky
|
View
|
|
1 chunk |
+20 lines, -0 lines |
2 comments
|
Download
|
Total messages: 3 (1 generated)
|