• Home
  • History
  • Annotate
  • only in /external/chromium_org/tools/page_cycler/webpagereplay/
NameDateSize

..01-Nov-20134 KiB

extension/01-Nov-20134 KiB

README01-Nov-2013777

start.html01-Nov-2013604

start.js01-Nov-20133.8 KiB

tests/01-Nov-20134 KiB

README

1Page Cycler Tests with Web Page Replay
2---------------------------------------------------------------------------
3Web Page Replay is a proxy that can record and "play" web pages with
4simulated network characteristics -- without having to edit the pages
5by hand. With WPR, tests can use "real" web content, and catch
6performance issues that may result from introducing network delays and
7bandwidth throttling.
8
9The Chromium extension here is used to load URLs, record the times,
10and set the appropriate cookies for src/tools/page_cycler/common/report.html.
11
12For more information:
13https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers-wpr
14https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers
15http://code.google.com/p/web-page-replay
16