playwright/packages/playwright-core/src/server/chromium
Dmitry Gozman e4403dd6c8
fix(chromium): race between requestPaused and requestWillBeSent in workers (#30125)
Workers use page's session for `Fetch` domain and worker's session for
`Network` domain. Therefore, `CRNetworkManager` should keep track of the
right session for each domain separately.

This is covered by currently flaky tests:
- `should report and intercept network from nested worker`,
- `should intercept network activity from worker`,
- `should intercept network activity from worker 2`.
2024-03-26 11:11:09 -07:00
..
appIcon.png chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
chromium.ts fix(connectOverCDP): send custom headers in /json/version request (#29408) 2024-02-07 17:41:21 -08:00
chromiumSwitches.ts fix: disable PaintHolding to be able to click in oopifs (#28604) 2023-12-12 12:20:44 -08:00
crAccessibility.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
crBrowser.ts chore: move filter params into the clearCookies (#30111) 2024-03-26 08:12:26 -07:00
crConnection.ts chore: extract ws server util (#29247) 2024-01-30 14:36:51 -08:00
crCoverage.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
crDevTools.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
crDragDrop.ts chore: use utils via index export (3) (#13403) 2022-04-07 13:55:44 -07:00
crExecutionContext.ts chore: implement jsHandle._objectCount in chromium (#22127) 2023-03-31 15:52:01 -07:00
crInput.ts chore: use utils via index export (3) (#13403) 2022-04-07 13:55:44 -07:00
crNetworkManager.ts fix(chromium): race between requestPaused and requestWillBeSent in workers (#30125) 2024-03-26 11:11:09 -07:00
crPage.ts feat(firefox): roll ff and ff-beta to 1442 (#29751) 2024-02-29 14:44:45 -08:00
crPdf.ts feat(chromium): expose parameters to generate outline / tagged PDF (#29494) 2024-02-15 17:28:04 +01:00
crProtocolHelper.ts chore: save chrome trace on the client side (#24414) 2023-07-26 14:11:26 -07:00
crServiceWorker.ts chore: make CRNetworkManager handle multiple sessions (#29721) 2024-02-28 15:51:27 -08:00
defaultFontFamilies.ts fix(chromium): work around about:blank issue on Chromium (#14068) 2022-05-10 20:32:19 +01:00
protocol.d.ts feat(browser): roll Chromium to 1110 (#30039) 2024-03-21 14:26:42 +01:00
videoRecorder.ts lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00