puppeteer/experimental/puppeteer-firefox/lib
Andrey Lushnikov 3b180923a6
refactor(firefox): migrate onto Juggler flatten protocol (#4033)
Juggler now implements the same "flatten" protocol as CDP.
This patch:

* copies `Connection.js` from original Puppeteer (with a few renames, e.g. `CDPSesssion` -> `JugglerSession`).
* migrates code to support protocol-level sessions
2019-02-19 13:20:39 -08:00
..
api.js feat(firefox): support Response.securityDetails() (#3997) 2019-02-13 11:56:51 -08:00
Browser.js refactor(firefox): migrate onto Juggler flatten protocol (#4033) 2019-02-19 13:20:39 -08:00
BrowserFetcher.js feat(firefox): introduce async stacks for Puppeteer-Firefox (#3948) 2019-02-07 15:18:43 -08:00
Connection.js refactor(firefox): migrate onto Juggler flatten protocol (#4033) 2019-02-19 13:20:39 -08:00
Dialog.js chore(firefox): move sources from //lib/firefox to //lib (#3920) 2019-02-05 18:56:04 -08:00
Errors.js feat: introduce puppeteer-firefox (#3628) 2018-12-06 11:24:00 -08:00
Events.js refactor(firefox): migrate onto Juggler flatten protocol (#4033) 2019-02-19 13:20:39 -08:00
ExecutionContext.js fix(firefox): enable more firefox tests (#4007) 2019-02-13 23:59:38 -08:00
externs.d.ts chore(firefox): move sources from //lib/firefox to //lib (#3920) 2019-02-05 18:56:04 -08:00
FrameManager.js feat(firefox): support "referer" option in Page.goto (#4000) 2019-02-13 13:49:05 -08:00
helper.js feat(firefox): Page.waitForRequest/Page.waitForResponse (#3989) 2019-02-12 19:10:14 -08:00
Input.js chore(firefox): move sources from //lib/firefox to //lib (#3920) 2019-02-05 18:56:04 -08:00
JSHandle.js fix(firefox): enable a bunch of evaluation tests (#4006) 2019-02-13 23:41:53 -08:00
Launcher.js feat(firefox): switch over to WebSocket and support multiclient (#4022) 2019-02-15 17:57:48 -08:00
NavigationWatchdog.js fix(firefox): track frame detachment in navigation watchdog (#4008) 2019-02-14 00:06:30 -08:00
NetworkManager.js fix(firefox): properly cleanup networkmanager (#4024) 2019-02-15 23:34:01 -08:00
Page.js refactor(firefox): migrate onto Juggler flatten protocol (#4033) 2019-02-19 13:20:39 -08:00
Puppeteer.js feat(firefox): switch over to WebSocket and support multiclient (#4022) 2019-02-15 17:57:48 -08:00
TimeoutSettings.js feat(firefox): support page.setDefaultNavigationTimeout (#3969) 2019-02-08 20:37:14 -08:00
USKeyboardLayout.js chore(firefox): move sources from //lib/firefox to //lib (#3920) 2019-02-05 18:56:04 -08:00
WebSocketTransport.js feat(firefox): switch over to WebSocket and support multiclient (#4022) 2019-02-15 17:57:48 -08:00