puppeteer/lib
Andrey Lushnikov 96309a207c Fix request interception corner cases (#261)
This patch:
- teaches request interception to ignore data URLs. Currently protocol
  doesn't send interceptions for data URLs.
- teaches request interception to properly process URLs with hashes.
  Currently `Network.requestIntercepted` sends url with a hash, whereas
  `Network.requestWillBeSent` doesn't report hashes in its urls. @see
  crbug.com/755456
- skips one more header that I spotted during debugging interception on
  the realworld websites.

Fixes #258, #259.
2017-08-15 13:55:48 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Use puppeteer.launch instead of browser constructor (#255) 2017-08-14 18:08:06 -07:00
Connection.js Use puppeteer.launch instead of browser constructor (#255) 2017-08-14 18:08:06 -07:00
Dialog.js Default value for property on dialog (#247) 2017-08-11 17:24:46 -07:00
EmulationManager.js Roll chromium to 492629 (#230) 2017-08-09 16:14:00 -07:00
FrameManager.js Roll chromium to r493673 (#240) 2017-08-11 01:21:02 -07:00
helper.js Roll chromium to 492629 (#230) 2017-08-09 16:14:00 -07:00
Input.js Roll chromium to r493673 (#240) 2017-08-11 01:21:02 -07:00
Launcher.js Use puppeteer.launch instead of browser constructor (#255) 2017-08-14 18:08:06 -07:00
Multimap.js general cleanup (#256) 2017-08-14 21:16:59 -07:00
NavigatorWatcher.js Roll chromium to 492629 (#230) 2017-08-09 16:14:00 -07:00
NetworkManager.js Fix request interception corner cases (#261) 2017-08-15 13:55:48 -07:00
Page.js Emit 'error' event when page crashes (#266) 2017-08-15 11:13:05 -07:00
Puppeteer.js Use puppeteer.launch instead of browser constructor (#255) 2017-08-14 18:08:06 -07:00
Tracing.js Roll chromium to 492629 (#230) 2017-08-09 16:14:00 -07:00