1. 10 Dec, 2015 1 commit
  2. 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
  3. 10 Oct, 2015 2 commits
  4. 14 Sep, 2015 1 commit
  5. 08 Sep, 2015 1 commit
  6. 31 Aug, 2015 1 commit
  7. 11 Aug, 2015 1 commit
    • Adam Barth's avatar
      Remove weak handle from sky.Paint · 375c2477
      Adam Barth authored
      This patch converts sky.Paint to be a pure Dart object, which means we don't
      need to open a weak handle to sky.Paint. Avoiding the weak handle reduces the
      amount of weak handle callbacks we need to process at the end of GC and
      therefore reduces jank.
      375c2477
  8. 28 Jul, 2015 2 commits
  9. 16 Jul, 2015 1 commit