puppeteer/third_party/phantomjs/test/module
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
..
cookiejar Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
fs Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
system Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
webpage Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00
webserver Fix phantom's test module/webserver/request.js 2017-06-14 02:27:03 -07:00