0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/lib
Andrey Lushnikov b3b0c1a035 Implement FrameManager
This patch implements FrameManager which is responsible for maintaining
the frame tree. FrameManager is quite basic: it sends FrameAttached,
FrameDetached and FrameNavigated events, and can report mainFrame and
all frames.

The next step would be moving certain Page API's to the Frame. For
example, such method as Page.evaluate, Page.navigate and others should
be available on Frame object as well.

References 
2017-06-20 17:56:56 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Make InPageCallback async () 2017-06-20 14:54:53 -07:00
Connection.js Drop the chrome-remote-interface dependency 2017-06-14 15:45:59 -07:00
Dialog.js Refactor JavaScript dialog API 2017-06-15 21:22:41 -07:00
FrameManager.js Implement FrameManager 2017-06-20 17:56:56 -07:00
helpers.js Fix ESLint failures () 2017-06-20 17:32:08 -07:00
Page.js Implement FrameManager 2017-06-20 17:56:56 -07:00
Request.js Implement Request.setHeader() method 2017-06-15 08:37:06 -07:00