1. 20 Nov, 2015 15 commits
  2. 19 Nov, 2015 23 commits
  3. 18 Nov, 2015 2 commits
    • Adam Barth's avatar
      Merge pull request #476 from abarth/forced_layer · ec5b1c1a
      Adam Barth authored
      Reduce record time in Stocks drawer animation by 55%
      ec5b1c1a
    • Adam Barth's avatar
      Reduce record time in Stocks drawer animation by 55% · 298f4a6e
      Adam Barth authored
      Now we use a ForcedLayer in the navigator overlay to cache the recording for
      each entry in the overlay. This mechanism just caches the display list, not the
      underlying pixels.
      
      Also, remove the "dispose" notification in the Layer tree because it was
      disposing layer too eagerly. We don't actually need this notification for
      anything other than eagerly freeing some C++ memory.
      298f4a6e