playwright/packages/trace-viewer/src
Dmitry Gozman 132a5a4bf5
fix(trace viewer): prefer latest resource with the same url (#23763)
When rendering snapshot, disregard earlier resources with the same url,
because it's most likely that the latest one was used for rendering.

An example would be reloading the page before the stylesheet has
finished loading. In this case, the stylesheet will be requested twice,
and the second copy that was not aborted should be used for the
snapshot.

Fixes #23709.
2023-06-17 06:58:16 -07:00
..
ui chore: render locator in trace viewer timeline label (#23754) 2023-06-16 17:56:11 +02: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 fix(trace viewer): prefer latest resource with the same url (#23763) 2023-06-17 06:58:16 -07:00
snapshotServer.ts chore: remove hierarchy of SnapshotStorage (#21853) 2023-03-22 09:32:21 -07:00
snapshotStorage.ts chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07:00
sw.ts chore: trace viewer server for vscode (#23383) 2023-05-30 18:31:15 -07:00
traceModel.ts chore: bring back per test artifacts (#23153) 2023-05-23 09:36:35 -07:00
traceModelBackends.ts chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07: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