1. 30 Jul, 2015 4 commits
    • Adam Barth's avatar
      Sporadic crash from invalid touch event · 3c14e41b
      Adam Barth authored
      When embedded by the view_manager, sometimes we receive pointerup or
      pointercancel events without having received a cooresponding pointerdown event.
      The underlying issue is that the view_manager doesn't capture on pointerdown
      and instead performs a new hit test for every pointer event. We should fix that
      in view_manager, but, in the meantime, this patch makes us not crash in this
      scenario.
      
      Fixes #339
      3c14e41b
    • Jim Beveridge's avatar
      Update README.md · 67f6cab2
      Jim Beveridge authored
      67f6cab2
    • Adam Barth's avatar
      Import mojom.dart files from package:mojom · 4b886965
      Adam Barth authored
      I incorrectly thought we were now supposed to import these mojoms from the
      packages that publish them. However, we're still supposed to import them from
      the virtual mojom package.
      4b886965
    • Adam Barth's avatar
      Rev Dart packages · 9d76f444
      Adam Barth authored
      Also, update imports to account for new mojom.dart locations.
      9d76f444
  2. 29 Jul, 2015 15 commits
  3. 28 Jul, 2015 15 commits
  4. 27 Jul, 2015 6 commits