playwright/packages/trace-viewer/src
Dmitry Gozman 74ec8c243a
cherry-pick(#24145): fix(snapshots): match resources by method (#24147)
Fixes #24144.

Previously, we only matched by url, which confuses GET and HEAD requests
where the latter is usually zero-sized.

Also make sure that resources are sorted by their monotonicTime, since
that's not always the case in the trace file, where they are sorted by
the "response body retrieved" time.
2023-07-10 22:10:57 -07:00
..
ui fix(trace): render items under expect.toPass (#24016) 2023-07-05 11:20:28 -07:00
versions chore: split trace events into phases (#21696) 2023-03-15 22:33:40 -07:00
DEPS.list chore: introduce testInfo.testId (#21670) 2023-03-14 15:58:55 -07:00
entries.ts chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07:00
events.ts chore: migrate injected scripts to esbuild (#13143) 2022-03-28 23:10:17 -07:00
geometry.ts chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00
index.tsx chore: extract shared trace viewer components (#21433) 2023-03-06 12:25:00 -08:00
multimap.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
progress.ts chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07:00
snapshotRenderer.ts cherry-pick(#24145): fix(snapshots): match resources by method (#24147) 2023-07-10 22:10:57 -07:00
snapshotServer.ts cherry-pick(#24145): fix(snapshots): match resources by method (#24147) 2023-07-10 22:10:57 -07:00
snapshotStorage.ts cherry-pick(#24145): fix(snapshots): match resources by method (#24147) 2023-07-10 22:10:57 -07:00
sw.ts cherry-pick(#24145): fix(snapshots): match resources by method (#24147) 2023-07-10 22:10:57 -07:00
traceModel.ts cherry-pick(#24145): fix(snapshots): match resources by method (#24147) 2023-07-10 22:10:57 -07:00
traceModelBackends.ts fix(trace-viewer): file path contains encoded characters (#23893) 2023-06-26 18:13:40 +02:00
uiMode.tsx chore: rename watchmode to uimode tsx (#22511) 2023-04-19 16:51:42 -07:00
vite-env.d.ts chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00