Home | History | Annotate | only in /external/chromium-trace/catapult/telemetry/third_party/web-page-replay
Up to higher level directory
NameDateSize
.coveragerc05-Oct-201750
.gitignore05-Oct-20176
.travis.yml05-Oct-2017863
adb_install_cert.py05-Oct-20179.4K
certutils.py05-Oct-20179K
certutils_test.py05-Oct-20174.4K
codereview.settings05-Oct-2017136
COPYING05-Oct-201711.1K
customhandlers.py05-Oct-20176.6K
daemonserver.py05-Oct-20171.5K
deterministic.js05-Oct-20172K
dnsproxy.py05-Oct-20179.3K
documentation/05-Oct-2017
exception_formatter.py05-Oct-20173.3K
httparchive.py05-Oct-201738.2K
httparchive_test.py05-Oct-201718K
httpclient.py05-Oct-201716.5K
httpclient_test.py05-Oct-201711.3K
httpproxy.py05-Oct-201716.2K
httpproxy_test.py05-Oct-20178.4K
httpzlib.py05-Oct-20172.7K
mock-archive.txt05-Oct-20171.1K
mockhttprequest.py05-Oct-20172.1K
net_configs.py05-Oct-20171.7K
platformsettings.py05-Oct-201726.4K
platformsettings_test.py05-Oct-20178.2K
PRESUBMIT.py05-Oct-2017890
proxyshaper.py05-Oct-20173.7K
proxyshaper_test.py05-Oct-20174.9K
pylintrc05-Oct-20171.1K
README.chromium05-Oct-2017454
README.md05-Oct-20171.1K
replay.py05-Oct-201722.2K
replay_test.py05-Oct-20173.1K
requirements.txt05-Oct-201716
rules/05-Oct-2017
rules_parser.py05-Oct-20175.1K
rules_parser_test.py05-Oct-20172.7K
run_tests05-Oct-2017240
script_injector.py05-Oct-20173.9K
script_injector_test.py05-Oct-20175.7K
servermanager.py05-Oct-20174.7K
setup.py05-Oct-20171.7K
sslproxy.py05-Oct-20173K
sslproxy_test.py05-Oct-20175.7K
test_runner.py05-Oct-20172.1K
test_utils.py05-Oct-2017945
third_party/05-Oct-2017
trafficshaper.py05-Oct-20176.3K
trafficshaper_test.py05-Oct-20179K
util.py05-Oct-20172.8K
wpr_cert.pem05-Oct-20171.7K

README.chromium

      1 Name: chromite
      2 Short Name: webpagereplay
      3 URL: https://github.com/chromium/web-page-replay
      4 Version: 6cffdf1fb6c9a6d5dccbcc9cc18b8738a538eeba (commit hash)
      5 License: BSD
      6 License File: NOT_SHIPPED
      7 Security Critical: no
      8 
      9 Local modification: Remove webpagereplay/third_party/ipaddr/OWNERS to avoid
     10 PRESUBMIT complainings about non-standard OWNER format.
     11 
     12 Description:
     13 This contains webpagereplay used by telemetry for record & replay web requests &
     14 responses.
     15 

README.md

      1 [![Build
      2 Status](https://travis-ci.org/chromium/web-page-replay.png)](https://travis-ci.org/chromium/web-page-replay)
      3 [![Coverage
      4 Status](https://coveralls.io/repos/chromium/web-page-replay/badge.svg)](https://coveralls.io/r/chromium/web-page-replay)
      5 
      6 # Web Page Replay
      7 Record live Web pages and use them for local performance testing!
      8 
      9 ## How?
     10 Use local DNS and HTTP(S) proxies to captures your live traffic. Then
     11 use these captures in order to replay the same exact content, making
     12 sure that your tests get consistent results, that are not affected by
     13 the origin servers, the network, etc.
     14 
     15 ## Tell me more
     16 Check out the [getting
     17 started](documentation/GettingStarted.md) guide or take a
     18 look at the [architecture
     19 diagram](documentation/WebPageReplayDiagram.png).
     20 
     21 Also see [Note about web-page-replay
     22 code](https://docs.google.com/document/d/1cehHn3Lig7UYw_7pqQJjkbPTV3kS11EYwjKO-6jT0c8)
     23 
     24 ## I want to help
     25 If you find issues with the project, you can file issues on this repo.
     26 If you want to do more and contribute code to help the project evolve,
     27 check out our [contribution
     28 guidelines](documentation/Contributing.md).
     29