playwright/packages/playwright-core/src
Ross Wollman 8858162692
fix: Service Workers+Interception: missing page-level Network events (#15549)
Fixes #15474.

Notes:

* page-level requests that are also handled by a SW's fetch handler, should not be interceptable at the page-level
* `Network.requestWillBeSent` does not provide enough metadata for Playwright to fire the `request` event at that time, so it does it as soon as it gets to the end of the request lifecycle
2022-07-12 13:23:35 -07:00
..
cli fix(codegen): handle more context options (#15319) 2022-07-05 13:30:46 -07:00
client chore: remove joining emitter (#15588) 2022-07-12 13:04:20 -07:00
common chore: add CI to default user agent (#15450) 2022-07-07 21:43:47 +02:00
grid chore: bundle core deps (#13621) 2022-04-18 20:20:49 -07:00
protocol chore: experimental resetForReuse (#15432) 2022-07-11 13:10:08 -07:00
remote chore: bundle core deps (#13621) 2022-04-18 20:20:49 -07:00
server fix: Service Workers+Interception: missing page-level Network events (#15549) 2022-07-12 13:23:35 -07:00
third_party chore: bundle pixelmatch, it has not changed for 2 years (#13585) 2022-04-15 16:58:31 -07:00
utils chore(test-runner): increase jpeg-js max mem allowance (#15381) 2022-07-05 13:25:54 -07:00
browserServerImpl.ts test: switch temp dir tests to use userDataDir (#13745) 2022-04-26 09:32:58 +01:00
DEPS.list chore: move to folder-based deps lists (#13361) 2022-04-06 14:40:19 -07:00
inprocess.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
inProcessFactory.ts chore: do not serialize buffers into base64 in local mode (#15316) 2022-07-05 08:58:34 -07:00
outofprocess.ts test: mark driver mode as remote (#15402) 2022-07-06 09:20:07 -07:00
utilsBundle.ts fix(esm): show codeframe when errors get reported (#15262) 2022-06-30 21:17:08 +02:00
zipBundle.ts chore(har): allow replaying from zip har (#14962) 2022-06-17 16:11:22 -07:00