puppeteer/test
Andrey Lushnikov 175963182e 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 #4
2017-06-21 14:11:52 -07:00
..
assets Implement FrameManager 2017-06-21 14:11:52 -07:00
golden Implement FrameManager 2017-06-21 14:11:52 -07:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
frame-utils.js Implement FrameManager 2017-06-21 14:11:52 -07:00
StaticServer.js Add Request.abort() test 2017-06-15 08:26:55 -07:00
test.js Implement FrameManager 2017-06-21 14:11:52 -07:00