Home | History | Annotate | only in /external/chromium_org/tools/page_cycler/webpagereplay
Up to higher level directory
NameDateSize
extension/03-Jun-2014
README03-Jun-2014777
start.html03-Jun-2014604
start.js03-Jun-20143.8K
tests/03-Jun-2014

README

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