1. 17 Oct, 2015 3 commits
    • Hixie's avatar
      Reduce latency of low-volume debugPrint output · aed45ba9
      Hixie authored
      If we haven't printed anything for a second, then reset the count of how
      much we've printed.
      
      I also reduced the amount of data to ~16kb until we pause because I saw
      some corruption even pausing 1 second every ~32kb. (Numbers are
      approximate because we're counting UTF-16 characters and some of the
      characters in the output are multiple bytes in UTF-8.)
      aed45ba9
    • Ian Hickson's avatar
      Merge pull request #1653 from Hixie/debugging · ed189ba9
      Ian Hickson authored
      Sundry debugging aids and fixes
      ed189ba9
    • Hixie's avatar
      RelativeRect · c701ad6a
      Hixie authored
      Introduce a class that can describe the metrics used in a Positioned
      widget, to enable easier manipulation and storage of the values, e.g.
      for animation purposes.
      c701ad6a
  2. 16 Oct, 2015 16 commits
  3. 15 Oct, 2015 17 commits
  4. 14 Oct, 2015 4 commits