playwright/src/cli/traceViewer/web
Dmitry Gozman 5033261d27
feat(trace): streaming snapshots (#5133)
- Instead of capturing snapshots on demand, we now stream them
  from each frame every 100ms.
- Certain actions can also force snapshots at particular moment using
  "checkpoints".
- Trace viewer is able to show the page snapshot at a particular
  timestamp, or using a "checkpoint" snapshot.
- Small optimization to not process stylesheets if CSSOM was not used.
  There still is a lot of room for improvement.
2021-01-25 18:44:46 -08:00
..
third_party/vscode feat(cli): bring in trace viewer (#4920) 2021-01-07 16:15:34 -08:00
ui feat(trace): streaming snapshots (#5133) 2021-01-25 18:44:46 -08:00
geometry.ts feat(cli): bring in trace viewer (#4920) 2021-01-07 16:15:34 -08:00
index.html feat(cli): bring in trace viewer (#4920) 2021-01-07 16:15:34 -08:00
index.tsx feat(trace): streaming snapshots (#5133) 2021-01-25 18:44:46 -08:00
styles.tsx chore: add storybook dep (#5082) 2021-01-21 08:29:01 -08:00
theme.ts chore: add storybook dep (#5082) 2021-01-21 08:29:01 -08:00
types.d.ts chore: add storybook dep (#5082) 2021-01-21 08:29:01 -08:00
web.webpack.config.js chore: allow opening empty trace viewer (#5080) 2021-01-20 19:16:23 -08:00