puppeteer/third_party/phantomjs/test
Andrey Lushnikov e274c26e8b Implement Page.setRequestInterceptor
This patch:
- introduces Request class.
- implements Page.setRequestInterceptor method. The method
  allows to install a callback which will be called for every request
  with a |Request| object as a single parameter. The callback is free
  to override certain request's properties and then either continue or
  abort it.
- implements request interception api for phantom-shim and unskips the
  module/webpage/abort-network-request.js phantomjs test

References #1
2017-06-15 08:26:50 -07:00
..
basics Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
certs Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
fixtures Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
manual/standards Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
module Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00
node_modules Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
regression Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
standards Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
www Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
run-tests.py Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
testharness.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
writing-tests.md Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00