- 30 Dec, 2015 1 commit
-
-
Ian Hickson authored
Also, trivial improvements to the baseline example that I made while unsuccessfully trying to reproduce a baseline bug.
-
- 10 Dec, 2015 2 commits
-
-
Ian Hickson authored
-
Florian Loitsch authored
-
- 09 Dec, 2015 1 commit
-
-
Adam Barth authored
Now with fewer lists.
-
- 04 Dec, 2015 1 commit
-
-
Adam Barth authored
-
- 26 Oct, 2015 1 commit
-
-
Adam Barth authored
Now TextStyle has a boolean "inherit" value, which controls whether null values should use should inherit from the current default text style or whether they should use their initial values.
-
- 23 Oct, 2015 3 commits
-
-
Adam Barth authored
Also, delete all references to DOM APIs.
-
Adam Barth authored
-
Adam Barth authored
The NewTextPainter is still disabled by default. A future patch will flip the flag to enable it. This patch uses a new approach to writing bindings by encoding data into array buffers. This approach is more efficient than the existing IDL based approach. If this works out well, we should convert our other performance-sensitive interfaces to this approach in future patches.
-
- 16 Oct, 2015 1 commit
-
-
Adam Barth authored
The goal is to follow the guidelines in https://github.com/flutter/engine/blob/master/sky/specs/style-guide.md#packages Fixes #1638
-
- 15 Oct, 2015 2 commits
-
-
Hixie authored
Teach dumpRenderTree() to draw actual trees. Make the TextStyle output terser so it doesn't overflow the output. Make debugDumpApp() say what mode we're in (checked vs release). Hide lifecycle state from release mode dumps (since it's checked-only state).
-
Adam Barth authored
We had a typo in our CSS translation.
-
- 12 Oct, 2015 1 commit
-
-
Hixie authored
Add type annotations in many places. Fix some identifiers to have more lint-satisfying names. Make all operator==s consistent in style. Reorder some functions for consistency. Make ParentData no longer dynamic, and fix all the code around that.
-
- 10 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 09 Oct, 2015 1 commit
-
-
Adam Barth authored
This patch makes it easier to experiment with work on ParagraphBuilder.
-
- 17 Sep, 2015 1 commit
-
-
Adam Barth authored
We removed this value from the engine because it's not useful.
-
- 10 Sep, 2015 1 commit
-
-
Adam Barth authored
These are now declared in dart:sky as part of ParagraphBuilder.
-
- 08 Sep, 2015 1 commit
-
-
Adam Barth authored
-
- 31 Aug, 2015 1 commit
-
-
Adam Barth authored
-
- 03 Aug, 2015 1 commit
-
-
Adam Barth authored
-
- 31 Jul, 2015 1 commit
-
-
Adam Barth authored
We were applying the style to the RenderInline but we actually needed to apply it to the RenderParagraph. The lineHeight property had the same problem.
-
- 28 Jul, 2015 2 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 18 Jul, 2015 1 commit
-
-
Collin Jackson authored
-
- 16 Jul, 2015 1 commit
-
-
Collin Jackson authored
-