1. 09 2月, 2016 14 次提交
  2. 07 2月, 2016 6 次提交
  3. 06 2月, 2016 3 次提交
    • J
      Serve the asset bundle directly out of an FLX zip file · 97e65a45
      Jason Simmons 提交于
      Currently, during application startup we:
        * copy the FLX file to a Mojo pipe
        * write the Mojo pipe contents back to a temporary file on disk
        * unzip the FLX contents into cache storage
      This contributes to startup latency and requires that we later clean up the
      cache.
      
      With this change, the assets will be extracted from the FLX archive
      on demand with no writes to storage. Runtime cost should be minimal
      given that most assets (except for the snapshot) are not compressed
      in the archive.
      97e65a45
    • I
      Merge pull request #2357 from Hixie/accessibility · e774630b
      Ian Hickson 提交于
      Track whether accessibility is enabled.
      e774630b
    • H
      Track whether accessibility is enabled. · d0e17e67
      Hixie 提交于
      If we send accessibility events when accessibility is disabled, we crash.
      d0e17e67
  4. 05 2月, 2016 17 次提交