puppeteer/lib
Andrey Lushnikov aaefec7868 Fix Travis-Ci tests
It turned out that the tip-of-tree chromium fails to start on Travis
because of two reasons:
- inability to run LinuxSUIDSandbox
- libnss3 library version being too small

Both problems happen because of the outdated "trusty" distribution
which is used on travis.

This patch:
- reverts the previous patch 9e6f779. Instead of introducing such
  a weird "api", both phantom_shim/runner.js and test/test.js no
  explicitly pass '--no-sandbox' flag to the browser
- updates the libnss3 lib on travis

Fixes #33
2017-06-21 14:11:52 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Fix Travis-Ci tests 2017-06-21 14:11:52 -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-21 14:11:52 -07:00
helpers.js Fix ESLint failures (#34) 2017-06-21 14:11:52 -07:00
Page.js Implement FrameManager 2017-06-21 14:11:52 -07:00
Request.js Implement Request.setHeader() method 2017-06-15 08:37:06 -07:00