playwright/src
Dmitry Gozman 99993e173b
fix(snapshots): account for malformed headers (#8241)
When browser receives multiple header values for the same header name,
we present them as LF-separated value. This is not considered valid in
Node, so we should split by LF when serving a snapshot.

There more invalid characters in headers, so just in case we try/catch it.
2021-08-16 17:40:46 -07:00
..
cli devops: support npx playwright install --with-deps command (#7194) 2021-08-07 03:53:33 -07:00
client api(cdp): newCDPSession accepts frames, too (#8157) 2021-08-16 12:49:10 -07:00
common feat(trace-viewer): add nicer params rendering (#7448) 2021-07-02 16:45:09 -07:00
dispatchers api(cdp): newCDPSession accepts frames, too (#8157) 2021-08-16 12:49:10 -07:00
protocol api(cdp): newCDPSession accepts frames, too (#8157) 2021-08-16 12:49:10 -07:00
remote chore: PlaywrightClient/Server enhancements (#7980) 2021-08-04 19:45:33 +02:00
server fix(snapshots): account for malformed headers (#8241) 2021-08-16 17:40:46 -07:00
test fix(test runner): make sure tracing is not running on non-retries (#8232) 2021-08-16 16:46:35 -07:00
third_party chore: bring in folio source (#6923) 2021-06-06 17:09:53 -07:00
utils fix(tracing): improve captureStackTrace (#8236) 2021-08-16 17:06:38 -07:00
web fix(tracing): improve captureStackTrace (#8236) 2021-08-16 17:06:38 -07:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts chore: make tracing zero config (#6859) 2021-06-02 22:00:34 -07:00
inprocess.ts chore: create new Playwright instance when launching server (#6820) 2021-06-01 21:21:24 +02:00
nativeDeps.ts fix(webkit): add libevdev dep (#7630) 2021-07-14 20:20:03 -07:00
outofprocess.ts test: add basic end-to-end driver test (#5426) 2021-02-12 09:05:32 -08:00