1. 27 Jan, 2018 6 commits
  2. 26 Jan, 2018 8 commits
  3. 25 Jan, 2018 10 commits
  4. 24 Jan, 2018 5 commits
  5. 23 Jan, 2018 4 commits
  6. 22 Jan, 2018 4 commits
  7. 20 Jan, 2018 3 commits
    • Devon Carew's avatar
      pass through preview-dart-2, strong, ipv6 in daemon mode (#14200) · 159db5ca
      Devon Carew authored
      * pass through preview-dart-2, strong, ipv6 in daemon mode
      
      * ws change to kick the windows bot
      159db5ca
    • Alexander Aprelev's avatar
    • Ian Hickson's avatar
      [H] Move the splitting of licenses to an isolate (#14160) · a29d723c
      Ian Hickson authored
      * Move the splitting of licenses to an isolate
      
      This improves (from horrific to terrible) the performance of the
      license screen. It also introduces a feature in the foundation layer
      to make using isolates for one-off computations easier.
      
      The real problem that remains with this, though, is that transfering
      data between isolates is a stop-the-world operation and can take an
      absurd amount of time (far more than a few milliseconds), so we still
      skip frames.
      
      More work thus remains to be done.
      
      * - Add profile instrumentation to the isolate compute() method
      - Add profile instrumentation to the LicensePage
      - Add profile instrumentation to the scheduleTask method
      - Make scheduleTask support returning a value
      - Make the license page builder logic use scheduled tasks so that it doesn't blow the frame budget
      a29d723c