1. 30 Dec, 2015 1 commit
  2. 10 Dec, 2015 2 commits
  3. 09 Dec, 2015 1 commit
  4. 04 Dec, 2015 1 commit
  5. 26 Oct, 2015 1 commit
    • Adam Barth's avatar
      Be explicit about whether text styles inherit · 7a811e5a
      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.
      7a811e5a
  6. 23 Oct, 2015 3 commits
    • Adam Barth's avatar
      Delete OldTextPainter · aa418844
      Adam Barth authored
      Also, delete all references to DOM APIs.
      aa418844
    • Adam Barth's avatar
      Enable the new TextPainter · 228469bb
      Adam Barth authored
      228469bb
    • Adam Barth's avatar
      Make NewTextPainter actually work · 5ba7a1c7
      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.
      5ba7a1c7
  7. 16 Oct, 2015 1 commit
  8. 15 Oct, 2015 2 commits
    • Hixie's avatar
      Improve debugging output · 1f40d96f
      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).
      1f40d96f
    • Adam Barth's avatar
      Fix TextDecoration.lineThrough · 0442b642
      Adam Barth authored
      We had a typo in our CSS translation.
      0442b642
  9. 12 Oct, 2015 1 commit
    • Hixie's avatar
      Lots of trivial warning fixes · f2cc43a4
      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.
      f2cc43a4
  10. 10 Oct, 2015 2 commits
  11. 09 Oct, 2015 1 commit
  12. 17 Sep, 2015 1 commit
  13. 10 Sep, 2015 1 commit
  14. 08 Sep, 2015 1 commit
  15. 31 Aug, 2015 1 commit
  16. 03 Aug, 2015 1 commit
  17. 31 Jul, 2015 1 commit
    • Adam Barth's avatar
      Fix TextAlign.right · 2b0e4784
      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.
      2b0e4784
  18. 28 Jul, 2015 2 commits
  19. 18 Jul, 2015 1 commit
  20. 16 Jul, 2015 1 commit