1. 24 Jan, 2017 6 commits
  2. 23 Jan, 2017 14 commits
  3. 22 Jan, 2017 4 commits
  4. 21 Jan, 2017 4 commits
  5. 20 Jan, 2017 10 commits
  6. 19 Jan, 2017 2 commits
    • Ian Hickson's avatar
      Remove randomness from port assignment during coverage collection. (#7548) · 3f1d6d3b
      Ian Hickson authored
      Also, defer to test package for throttling (this will require a test
      package update as well).
      
      Also, add a lot more instrumentation to --verbose mode for tests, and
      fix minor trivial things here and there, and add error handling in
      more places.
      
      Also, refactor how coverage works to be simpler and not use statics.
      3f1d6d3b
    • Adam Barth's avatar
      Migrate from Input to TextField · b2a2ee72
      Adam Barth authored
      We expect TextField to be used much more often than Input. This patch updates
      our old example code to use TextField instead.
      
      See #7031
      b2a2ee72