playwright/src
Joel Einbinder 126eb505e8
fix(transport): dispatch messages in separate tasks (#841)
Fixes a bug in our pipe, and the same one in the non-standard `ws` module. Our protocol messages are I/O events, and therefore they should each be executed in their own task.
2020-02-06 14:14:46 -08:00
..
chromium feat(connect): allow multiple webkit connections over web socket (#863) 2020-02-06 12:41:43 -08:00
firefox feat(connect): allow multiple webkit connections over web socket (#863) 2020-02-06 12:41:43 -08:00
injected fix: typo (#740) 2020-01-29 09:40:13 -08:00
server fix(transport): dispatch messages in separate tasks (#841) 2020-02-06 14:14:46 -08:00
webkit feat(connect): allow multiple webkit connections over web socket (#863) 2020-02-06 12:41:43 -08:00
.eslintrc.js Initial commit 2019-11-19 10:58:15 -08:00
accessibility.ts feat(firefox&webkit): support root in accessibility.snapshot (#495) 2020-01-14 16:54:50 -08:00
api.ts feat(launch): introduce client, server & persistent launch modes (2) (#840) 2020-02-05 12:41:55 -08:00
browser.ts feat(connect): allow multiple webkit connections over web socket (#863) 2020-02-06 12:41:43 -08:00
browserContext.ts Revert "fix: move offline/cache/interception switches to BrowserContext (#748)" (#793) 2020-01-31 16:23:15 -08:00
console.ts chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00
deviceDescriptors.ts chore: fix missing device definitions (#708) 2020-01-28 10:39:54 -08:00
dialog.ts chore: reuse Dialog between browsers (#115) 2019-12-02 11:53:23 -07:00
dom.ts fix(test): properly clean input field (#860) 2020-02-05 18:11:33 -08:00
errors.ts fix: rename files on case-sensitive fs 2019-12-13 13:57:11 -08:00
events.ts feat(launch): introduce client, server & persistent launch modes (2) (#840) 2020-02-05 12:41:55 -08:00
frames.ts feat(frame): introduce frame.frameElement (#856) 2020-02-05 17:20:23 -08:00
helper.ts chore(types): upgrade to typescript 3.7.5 (#855) 2020-02-05 16:53:36 -08:00
input.ts chore: more strict type checking (#466) 2020-01-13 13:33:25 -08:00
javascript.ts chore: rework log api calls functionality to not replace objects (#518) 2020-01-16 17:48:38 -08:00
network.ts chore(types): upgrade to typescript 3.7.5 (#855) 2020-02-05 16:53:36 -08:00
page.ts feat(frame): introduce frame.frameElement (#856) 2020-02-05 17:20:23 -08:00
platform.ts fix(transport): dispatch messages in separate tasks (#841) 2020-02-06 14:14:46 -08:00
screenshotter.ts chore: finish strict type checks across src (#482) 2020-01-13 22:08:35 -08:00
selectors.ts feat(selectors): temporarily remove zs engine (#824) 2020-02-03 16:14:37 -08:00
timeoutSettings.ts fix: rename files on case-sensitive fs 2019-12-13 13:57:11 -08:00
transport.ts feat(webkit): covert pipe to websocket when asked (#570) 2020-01-22 17:42:10 -08:00
types.ts test: make api coverage checker work (#517) 2020-01-16 17:46:50 -08:00
usKeyboardLayout.ts fix: rename files on case-sensitive fs 2019-12-13 13:57:11 -08:00
web.ts feat(connect): allow multiple webkit connections over web socket (#863) 2020-02-06 12:41:43 -08:00
web.webpack.config.js feat(pw-web): generate playwright/web.js which can be used in the browser (#455) 2020-01-10 16:03:10 -08:00