1. 21 May, 2019 1 commit
  2. 06 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Make a kReleaseMode constant that is public. (#27502) · da27f623
      Greg Spencer authored
      Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions, and adding a device lab test for it.
      
      Since this is a const value, this makes it possible for a developer to easily mark blocks that can be removed at AOT compile time.
      da27f623
  3. 19 Jan, 2019 1 commit
  4. 04 Oct, 2018 1 commit
  5. 01 Oct, 2018 1 commit
  6. 20 Sep, 2018 2 commits
  7. 12 Sep, 2018 1 commit
  8. 30 Jul, 2018 1 commit
    • Ian Hickson's avatar
      Clean up startProgress logic. (#19695) (#20009) · acf4b6c1
      Ian Hickson authored
      Disallow calling stop() or cancel() multiple times. This means that
      when you use startProgress you have to more carefully think about what
      exactly is going on.
      
      Properly cancel startProgress in non-ANSI situations, so that
      back-to-back startProgress calls all render to the console.
      acf4b6c1
  9. 16 Jul, 2018 1 commit
  10. 14 Jun, 2018 1 commit
  11. 04 Jun, 2018 2 commits