playwright/src
Dmitry Gozman 1060fce005
feat(selectors): explicit list of custom functions (#4629)
When parsing CSS, we assume everything is a valid CSS function,
unless it is in the list of custom functions. This way we'll parse
future CSS functions automatically.
2020-12-08 09:38:43 -08:00
..
client docs: generate method signatures in docs (#4590) 2020-12-03 22:28:11 -08:00
debug feat(selectors): explicit list of custom functions (#4629) 2020-12-08 09:38:43 -08:00
dispatchers test: remove tests for SelectorEngine.create (#4580) 2020-12-03 14:10:26 -08:00
install fix(lock): nicer lockfile error (#4396) 2020-11-16 06:35:30 -08:00
protocol test: remove tests for SelectorEngine.create (#4580) 2020-12-03 14:10:26 -08:00
remote chore: add websocket connection mode (#4510) 2020-11-20 15:19:39 -08:00
server feat(selectors): explicit list of custom functions (#4629) 2020-12-08 09:38:43 -08:00
trace feat(trace): record traces when PW_TRACE_DIR is set (#4545) 2020-11-30 15:25:07 -08:00
utils feat(errors): append recent browser logs when browser disconnects (#4625) 2020-12-08 09:35:28 -08:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts fix(launchServer): wait for the server to start before taking its address (#4513) 2020-11-23 15:23:31 -08:00
driver.ts feat(har): allow saving har for context (#4214) 2020-10-26 14:32:07 -07:00
inprocess.ts feat(har): allow saving har for context (#4214) 2020-10-26 14:32:07 -07:00
service.ts chore: add websocket connection mode (#4510) 2020-11-20 15:19:39 -08:00