playwright/src
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
..
chromium chore: remove most usages of session from firefox Page (#169) 2019-12-06 17:34:27 -07:00
firefox chore: remove most usages of session from firefox Page (#169) 2019-12-06 17:34:27 -07:00
injected lint: follow up with lints 2019-12-06 12:04:11 -08:00
webkit fix(webkit): improve target swap handling (#175) 2019-12-07 16:58:23 -08:00
.eslintrc.js Initial commit 2019-11-19 10:58:15 -08:00
api.ts chore: split vendor APIs (#38) 2019-11-20 15:16:57 -08:00
ConnectionTransport.ts Initial commit 2019-11-19 10:58:15 -08:00
console.ts chore: remove some usage of client from Page (#163) 2019-12-06 13:36:47 -08:00
DeviceDescriptors.ts Initial commit 2019-11-19 10:58:15 -08:00
dialog.ts chore: reuse Dialog between browsers (#115) 2019-12-02 11:53:23 -07:00
dom.ts test: fix element.handle nested frames 2019-12-06 15:11:14 -08:00
download.ts lint: follow up with lints 2019-12-06 12:04:11 -08:00
Errors.ts Initial commit 2019-11-19 10:58:15 -08:00
frames.ts feat: make JSHandle generic (#140) 2019-12-05 16:26:09 -08:00
helper.ts feat(screenshots): make them work everywhere (#164) 2019-12-06 11:33:24 -08:00
input.ts feat: make JSHandle generic (#140) 2019-12-05 16:26:09 -08:00
javascript.ts feat: make JSHandle generic (#140) 2019-12-05 16:26:09 -08:00
network.ts chore: rework wait task to accept arbitrary task on dom world (#126) 2019-12-03 11:51:41 -07:00
screenshotter.ts lint: follow up with lints 2019-12-06 12:04:11 -08:00
TimeoutSettings.ts Initial commit 2019-11-19 10:58:15 -08:00
types.ts lint: follow up with lints 2019-12-06 12:04:11 -08:00
USKeyboardLayout.ts chore: move Keyboard to common, with RawKeyboardImpl per vendor (#69) 2019-11-25 11:19:20 -08:00