playwright/packages/playwright-core/src
Dmitry Gozman ff2647cfa3
fix(network): remove races from sizes calculation (#15208)
- Do not resolve raw headers upon `loadingFinished`, since they may still come later in
  `responseReceivedExtraInfo`.
- Introduce separate promises for `encodedBodySize`, `transferSize` and `responseHeadersSize`.
- Make sure we resolve each of them either with data available
  from the browser, or a fallback calculation.
- Set raw response headers for redirects on WebKit.
- Do not stall on cached responses in Chromium, they have erroneously set `hasExtraInfo` flag.
- Use `transferSize` that is available in Firefox protocol.
2022-06-29 18:11:22 -07:00
..
cli feat(har): introduce the slim mode (#15053) 2022-06-22 14:44:12 -07:00
client fix: do not throw on removeListener without listener (#15224) 2022-06-29 13:53:13 +02:00
common feat(har): introduce urlFilter (#14693) 2022-06-07 18:09:47 -07:00
grid
protocol chore: allow updating har while routing (#15197) 2022-06-28 15:09:36 -07:00
remote
server fix(network): remove races from sizes calculation (#15208) 2022-06-29 18:11:22 -07:00
third_party
utils chore: support Pop!_OS 22.04 versioning (#14859) 2022-06-21 03:02:48 -07:00
browserServerImpl.ts
DEPS.list
inprocess.ts
inProcessFactory.ts
outofprocess.ts
utilsBundle.ts feat(plugins): expose suite to plugin setup (#13807) 2022-04-28 08:16:17 -07:00
zipBundle.ts chore(har): allow replaying from zip har (#14962) 2022-06-17 16:11:22 -07:00