playwright/src/webkit
Dmitry Gozman 0d0f6b7d03 fix(webkit): improve target swap handling (#175)
- Fix "page closed twice" race.
- Do not fire 'disconnected' on swapped out sessions.
- Use a different error for commands sent to swapped out targets.
  This allows callers to detect this situation and retry/throw/catch.
- Restore more state on swap: extra http headers, user agent, emulated media.
2019-12-07 16:58:23 -08:00
..
api.ts chore: make targets chromium feature (#137) 2019-12-04 16:12:43 -08:00
Browser.ts fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00
BrowserFetcher.ts Initial commit 2019-11-19 10:58:15 -08:00
Connection.ts fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00
events.ts chore: make targets chromium feature (#137) 2019-12-04 16:12:43 -08:00
ExecutionContext.ts fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00
FrameManager.ts fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00
Input.ts chore: move Mouse to common input with RawMouseImpl per vendor (#73) 2019-11-26 07:52:55 -08:00
JSHandle.ts feat(screenshots): make them work everywhere (#164) 2019-12-06 11:33:24 -08:00
Launcher.ts feat(screenshots): make them work everywhere (#164) 2019-12-06 11:33:24 -08:00
Multimap.ts Initial commit 2019-11-19 10:58:15 -08:00
NetworkManager.ts fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00
Page.ts fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00
PipeTransport.ts Initial commit 2019-11-19 10:58:15 -08:00
Playwright.ts fix(install): print version of the browser being downloaded (#146) 2019-12-05 08:30:58 -08:00
protocolHelper.ts Initial commit 2019-11-19 10:58:15 -08:00
Screenshotter.ts lint: follow up with lints 2019-12-06 12:04:11 -08:00
Target.ts fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00