qutebrowser では、エンジンに, chromium を使っている。wi (web inspector) で、 Devtools が開くようになっているが、そこで、いつもと違う、なにかが決定的に違う感 覚に陥いった。

すごく使いやすくなっている。何故かはすぐには分らないので、とりあえず、Chrome のブログを満てみる。

qutebrowser -V | less
<...snip...>
Chromium 87.0.4280.144
<...snip...>

Chrome 87 はやや古いバージョン(かなり). qutebrowser が安定した版を採用しているのだろう。

What’s New In DevTools (Chrome 87) - Chrome Developers

  • New CSS Grid debugging tools
  • New WebAuthn tab
  • Move tools between top and bottom panel
  • Elements panel updates
    • View the Computed sidebar pane in the Styles pane
    • Grouping CSS properties in the Computed pane
  • Lighthouse 6.4 in the Lighthouse panel
  • performance.mark()events in the Timings section
  • New resource-type and url filters in the Network panel
  • Frame details view updates
    • Display COEP and COOP reporting to endpoint
    • Display COEP and COOP report-only mode
  • Deprecation of Settings in the More tools menu
  • Experimental features
    • View and fix color contrast issues in the CSS Overview panel
    • Customize keyboard shortcuts in DevTools

どのあたりが便利になったのだろう。そこまで大きな変化はないようだが。

Appendix.

What’s New In DevTools (Chrome 87) - Chrome Developers