puppeteer/lib
Andrey Lushnikov cc0c461ea8
fix(Launcher): handle SIGTERM by default (#1402)
SIGTERM signal is widely used to notify application that it will be shut down.

This patch starts listening to SIGTERM event to gracefully retire
chromium instance.

References #1047.
2017-11-16 14:26:32 -08:00
..
.eslintrc.js
Browser.js feat(browser): add browser.disconnected event (#960) 2017-11-03 18:46:17 -07:00
Connection.js feat(browser): add browser.disconnected event (#960) 2017-11-03 18:46:17 -07:00
Dialog.js
ElementHandle.js fix(ElementHandle.screenshot): account for scroll (#1323) 2017-11-10 16:02:52 -08:00
EmulationManager.js
ExecutionContext.js fix(page.evaluate): jsonValue should ignore toJSON property (#1098) 2017-10-20 10:45:49 -07:00
externs.d.ts
FrameManager.js fix(Page.waitForSelector): "visible" option should check parent visibility (#1354) 2017-11-10 15:44:01 -08:00
helper.js
Input.js fix(touch): requestAnimationFrame before sending tap (#1142) 2017-10-26 14:53:50 -07:00
Launcher.js fix(Launcher): handle SIGTERM by default (#1402) 2017-11-16 14:26:32 -08:00
Multimap.js
NavigatorWatcher.js fix(Navigation): wait for lifecycle events for the frame subtree (#1356) 2017-11-10 15:44:14 -08:00
NetworkManager.js fix: support PlzNavigate in puppeteer. (#1239) 2017-11-01 14:04:10 -07:00
Page.js fix(Navigation): correctly wait for navigation in Page.goto (#1355) 2017-11-10 15:33:14 -08:00
Puppeteer.js
Tracing.js
USKeyboardLayout.js feat(keyboard): Accept codes (#1116) 2017-10-23 12:43:45 -07:00