playwright/packages/trace-viewer
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
..
public chore: rename watchmode to uimode tsx (#22511) 2023-04-19 16:51:42 -07:00
src fix(trace viewer): prefer latest resource with the same url (#23763) 2023-06-17 06:58:16 -07:00
.gitignore fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
bundle.js chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
index.html chore: trace viewer fallback error (#16365) 2022-08-09 15:53:11 -07:00
package.json chore(tv): render error in-line (#21586) 2023-03-10 16:22:19 -08:00
popout.html feat(trace viewer): popout snapshot in a new tab (#20475) 2023-01-30 19:07:52 -08:00
tsconfig.json chore: introduce testInfo.testId (#21670) 2023-03-14 15:58:55 -07:00
tsconfig.node.json chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00
uiMode.html chore: rename watchmode to uimode tsx (#22511) 2023-04-19 16:51:42 -07:00
vite.config.ts chore: allow collapsing all (#22512) 2023-04-19 18:16:18 -07:00
vite.sw.config.ts chore: introduce testInfo.testId (#21670) 2023-03-14 15:58:55 -07:00