0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Andrey Lushnikov
e8f044c3be
fix(firefox): enable a bunch of evaluation tests () 2019-02-13 23:41:53 -08:00
Andrey Lushnikov
2275c3c0c8
fix(firefox): properly round clip when doing element screenshots ()
Do clipping the same way we do it in Chromium.
2019-02-13 19:47:14 -08:00
Andrey Lushnikov
c64e02e7c2
refactor(firefox): introduce FrameManager ()
Split out frame management from Page into FrameManager.
FrameManager will keep track of page's frames and DOMWorlds.
2019-02-08 18:54:11 -08:00
Andrey Lushnikov
a9875359aa
feat(firefox): implement execution contexts () 2019-02-08 17:15:52 -08:00
Andrey Lushnikov
c33be4cae4
refactor(firefox): split out JSHandle into a separate file () 2019-02-07 09:39:31 -08:00