playwright/src
Vignesh Shanmugam 4b3e5e5c17
feat(network): expose network events via browser context (#6370)
- fix #6340
- Exposes all the network related events (request, response, requestfailed, requestfinished) through the browser context to allow for managing network activity even if the is any navigations through popups or to new tabs which could result in creation of multiple page objects.
2021-05-13 10:29:14 -07:00
..
cli feat(trace): support loading trace from zip (#6551) 2021-05-12 21:31:34 -07:00
client feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
common chore: pass parsed stack in metainfo (#5407) 2021-02-10 18:52:28 -08:00
dispatchers feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
install feat: add best-effort support for Ubuntu 21.04 (#6429) 2021-05-06 10:37:06 -07:00
protocol feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
remote fix(connect): handle disconnect in various situations (#6276) 2021-05-06 09:34:06 -07:00
server feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
third_party/highlightjs feat(java): implement codegen (#5692) 2021-03-03 14:32:09 -08:00
utils chore(evaluate): implement non-stalling evaluate (#6354) 2021-04-29 09:28:19 -07:00
web chore: show preview for page under cursor (#6548) 2021-05-12 20:54:17 -07:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts fix(connect): handle disconnect in various situations (#6276) 2021-05-06 09:34:06 -07:00
inprocess.ts chore: simplify remote connection protocol (#6164) 2021-04-12 11:14:54 -07:00
nativeDeps.ts feat: add best-effort support for Ubuntu 21.04 (#6429) 2021-05-06 10:37:06 -07:00
outofprocess.ts test: add basic end-to-end driver test (#5426) 2021-02-12 09:05:32 -08:00