Home | History | Annotate | only in /external/chromium-trace/catapult/telemetry/third_party/webpagereplay
Up to higher level directory
NameDateSize
.coveragerc21-Oct-201650
.gitignore21-Oct-20166
.travis.yml21-Oct-2016863
adb_install_cert.py21-Oct-20168K
certutils.py21-Oct-20167.7K
certutils_test.py21-Oct-20164.4K
COPYING21-Oct-201611.1K
customhandlers.py21-Oct-20166.6K
daemonserver.py21-Oct-20161.5K
deterministic.js21-Oct-20161.8K
dnsproxy.py21-Oct-20169.1K
documentation/21-Oct-2016
exception_formatter.py21-Oct-20163.3K
httparchive.py21-Oct-201636.1K
httparchive_test.py21-Oct-201616K
httpclient.py21-Oct-201616.1K
httpclient_test.py21-Oct-20168.6K
httpproxy.py21-Oct-201615.7K
httpproxy_test.py21-Oct-20166.1K
httpzlib.py21-Oct-20162.7K
mock-archive.txt21-Oct-20161.1K
mockhttprequest.py21-Oct-20162.1K
net_configs.py21-Oct-20161.7K
platformsettings.py21-Oct-201626.4K
platformsettings_test.py21-Oct-20168.2K
PRESUBMIT.py21-Oct-2016890
proxyshaper.py21-Oct-20163.7K
proxyshaper_test.py21-Oct-20164.9K
pylintrc21-Oct-20161.1K
README.chromium21-Oct-2016454
README.md21-Oct-20161.1K
replay.py21-Oct-201621.7K
replay_test.py21-Oct-20163.2K
requirements.txt21-Oct-201616
rules/21-Oct-2016
rules_parser.py21-Oct-20165.1K
rules_parser_test.py21-Oct-20162.7K
run_tests21-Oct-2016240
script_injector.py21-Oct-20163.5K
script_injector_test.py21-Oct-20163.8K
servermanager.py21-Oct-20164.7K
setup.py21-Oct-20161.7K
sslproxy.py21-Oct-20163K
sslproxy_test.py21-Oct-20165.7K
test_runner.py21-Oct-20162.1K
test_utils.py21-Oct-2016945
third_party/21-Oct-2016
trafficshaper.py21-Oct-20166.3K
trafficshaper_test.py21-Oct-20169K
util.py21-Oct-20162.8K
wpr_cert.pem21-Oct-20161.7K

README.chromium

      1 Name: chromite
      2 Short Name: webpagereplay
      3 URL: https://github.com/chromium/web-page-replay
      4 Version: b03f84da6e90951d4275b5675533d4512a178398 (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