Monthly Web 2017/02

Intro

今月の Web メモ

Browser

Chrome

Firefox

Safari

Edge

  • 15019 (Windows Insider Preview (Fast) Desktop)
  • 15014 (Windows Insider Preview (Fast) Mobile)
  • 15007 (Release date: 01/12/2017)
  • 15002 (Release date: 01/09/2017)
  • 14986 (Release date: 12/07/2016)
  • change log

V8

  • 2/6: V8 Release 5.7
    • Native async functions as fast as promises
    • Continued ES2015 improvements
    • RegExp 15 % faster
    • padStart/End, Intl.DateTimeFormat.prototype.formatToParts
    • WASM enabled
    • etc

Blink On

blink on 7 で色々出たのでこっちにまとめ

まとめ

セッション

LT

  • State of Chrome's Memory
    • Chrome のメモリ周りの実装のまとめ
  • JavaScript preprocessing/precompilation
    • JS のソースをサーバ側で Precompile できないかの議事録
    • パースは意外と遅いので、これを速くするどこかの段階までサーバでやっておきたいという話
  • Loading Reloaded
    • Reload を見直した話
    • 豊島さん
  • WebRTC testing challenges
    • WebRTC をテストをどうにかしようという話
    • 問題をよくわかってて期待
    • Ability to insert mocks "underneath" the browser
    • Cross-vendor, cross-host remote-control interfaces
    • Testbench environments that span machines
    • Lots of configured hardware on the bots!
  • Network speed and save-data APIs
    • chrome には Network Quality Estimator があって、回線状況などがとれる。これを API として出すにはどうするかという Save Data API 周りの話。
  • Understand V8 Performance via Tracing
    • chrome の trace を改善
  • v8 stats in chrome
    • chrome://tracing の使い方

TAG Finding

Finding っていう資料が二つ出た。

API