1. 16 Nov, 2015 1 commit
    • Hixie's avatar
      More resilient Widget tests · d041f3ea
      Hixie authored
      - force the time dilation to 1.0 for the Widget tests, so that a local
        change doesn't break all the tests during development.
      - add missing license block to all the files.
      - set ui.window.onBeginFrame to null when you use WidgetTester, so that
        the engine doesn't trigger any confusing frames after our fake frames.
      d041f3ea
  2. 15 Oct, 2015 1 commit
  3. 10 Oct, 2015 1 commit
  4. 01 Oct, 2015 3 commits
  5. 30 Sep, 2015 1 commit
  6. 25 Sep, 2015 1 commit
  7. 08 Sep, 2015 1 commit
    • Hixie's avatar
      Fix breakage caused by sync-across-removal patch. · 0a37e06b
      Hixie authored
      This makes the sync code stop if it would have to rearrange the
      RenderObjects. I'll make it handle the cross-RenderObject case, as well
      as the insertion-sync case, in subsequent patches.
      0a37e06b
  8. 04 Sep, 2015 1 commit
  9. 03 Sep, 2015 1 commit
  10. 01 Sep, 2015 1 commit
    • Hixie's avatar
      Still try to sync even if a node has been removed from the tree. · aae24260
      Hixie authored
      This should handle a case like a stateful component inside a Container
      inside another Container having one of those Containers removed while
      still keeping that stateful component around with its state.
      
      The problem of how to handle the Container then being reinserted is a
      separate issue not handled by this patch.
      aae24260