1. 11 Sep, 2015 2 commits
    • Hixie's avatar
      Change how we decide if two nodes can sync. · 5125bd5d
      Hixie authored
      If it's a StatefulComponent, then it's ok to reuse it so long as it
      hasn't been initialised.
      
      If it's a regular Component or a TagNode, then it's always ok to reuse.
      
      If it's a RenderObjectWrapper, then it's ok to reuse so long as it
      doesn't have a renderObject.
      
      To put it another way, this changes how we prevent the following
      nonsensical situations from arising:
      
       - Sync two stateful StatefulComponents together
       - Sync two RenderObjectWrappers with RenderObjects together
      
      When either of those cases happen, we just drop the old one on the
      ground and use the new one unchanged.
      5125bd5d
    • Hans Muller's avatar
      Finish converting Dismissable from Listener to GestureDetector · 639f9d9b
      Hans Muller authored
      Dismissable now only depends on GestureDetector.
      
      Added a unit test that verifies that issue #1068 has been fixed. It's commented out for now.
      
      Cleaned up VelocityTracker.cc et al a little.
      639f9d9b
  2. 10 Sep, 2015 11 commits
  3. 09 Sep, 2015 12 commits
  4. 08 Sep, 2015 9 commits
  5. 07 Sep, 2015 1 commit
  6. 06 Sep, 2015 1 commit
  7. 05 Sep, 2015 4 commits