puppeteer/phantom_shim
Andrey Lushnikov ec414eb774 Rename page.size() and page.setSize() into page.viewportSize()
It turns page.size() and page.setSize() methods are slightly
confusing since there multiple different sizes (layout size,
content size, viewport size..)

This patch renames Page.{size,setSize} methods into
Page.{viewportSize,setViewportSize} methods to avoid confusion.
2017-06-14 07:41:26 -07:00
..
FileSystem.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
Phantom.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
runner.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
System.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
utilities.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
WebPage.js Rename page.size() and page.setSize() into page.viewportSize() 2017-06-14 07:41:26 -07:00
WebServer.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00