1. 27 Jun, 2016 2 commits
    • Adam Barth's avatar
      Change how navigator prevents redundant operations (#4769) · 2af668f8
      Adam Barth authored
      * Change how navigator prevents redundant operations
      
      Instead of requiring transactions, we now cancel all active pointers that are
      interacting with the navigator and absorb future pointers until we get a chance
      to build. This approach isn't perfect (e.g., events that trigger off the
      cancelled pointers could still interact with the navigator), but it should be
      better than the current transaction-based approach.
      
      Fixes #4716
      
      * Remove openTransaction
      
      * test
      
      * fixup
      2af668f8
    • Hans Muller's avatar
      08bf1b6b
  2. 26 Jun, 2016 1 commit
    • Adam Barth's avatar
      Document State (#4762) · 5fc04dab
      Adam Barth authored
      This patch documents State in detail because it's a very common class
      for developers to work with and it has a number of subtles.
      5fc04dab
  3. 25 Jun, 2016 5 commits
  4. 24 Jun, 2016 8 commits
  5. 23 Jun, 2016 17 commits
  6. 22 Jun, 2016 7 commits