Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Issue 9965045: Add Web Page Replay support. (Closed)

Created:
8 years, 8 months ago by slamm_google
Modified:
8 years, 7 months ago
CC:
chromium-reviews, nsylvain+cc_chromium.org, cmp+cc_chromium.org
Visibility:
Public.

Description

Add Web Page Replay support.

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Total comments: 3

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M scripts/slave/runtest.py View 1 2 3 4 5 6 7 8 9 10 6 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
slamm_google
This is CL #3 of 3: 1. "webpagereplay/2012Q2/start.html" test and supporting files. (Google internal tree) ...
8 years, 8 months ago (2012-04-04 22:35:21 UTC) #1
James Simonsen
On 2012/04/04 22:35:21, slamm wrote: > This is CL #3 of 3: > > 1. ...
8 years, 8 months ago (2012-04-04 23:06:15 UTC) #2
slamm_google
On Wed, Apr 4, 2012 at 4:06 PM, <simonjam@chromium.org> wrote: > On 2012/04/04 22:35:21, slamm ...
8 years, 8 months ago (2012-04-04 23:32:42 UTC) #3
slamm_google
On Wed, Apr 4, 2012 at 4:32 PM, Stephen Lamm <slamm@google.com> wrote: > On Wed, ...
8 years, 8 months ago (2012-04-04 23:50:00 UTC) #4
James Simonsen
LGTM https://chromiumcodereview.appspot.com/9965045/diff/10001/scripts/slave/runtest.py File scripts/slave/runtest.py (right): https://chromiumcodereview.appspot.com/9965045/diff/10001/scripts/slave/runtest.py#newcode175 scripts/slave/runtest.py:175: def start_wpr_server(platform, build_dir, test_exe_path, data_dir, platform is unused. ...
8 years, 8 months ago (2012-04-05 00:34:03 UTC) #5
slamm_google
On Wed, Apr 4, 2012 at 5:34 PM, <simonjam@chromium.org> wrote: > LGTM > > > ...
8 years, 8 months ago (2012-04-05 00:42:36 UTC) #6
cmp_google
Hi Stephen, I can't do lgtm-, but please hold off on landing this just yet. ...
8 years, 8 months ago (2012-04-06 01:07:53 UTC) #7
slamm_google
On Thu, Apr 5, 2012 at 6:07 PM, <cmp@google.com> wrote: > Hi Stephen, > > ...
8 years, 8 months ago (2012-04-06 19:13:00 UTC) #8
cmp
On 2012/04/06 19:13:00, slamm wrote: > Would you prefer something like > src/tools/python/google/webpagereplay_utils.py? That sounds ...
8 years, 8 months ago (2012-04-06 19:27:27 UTC) #9
slamm_google
PTAL Issue 9956045 which has all the supporting pieces (except for the data in issue ...
8 years, 8 months ago (2012-04-18 11:41:13 UTC) #10
cmp
On 2012/04/18 11:41:13, slamm wrote: > PTAL The DEPS file is still a part of ...
8 years, 8 months ago (2012-04-18 18:27:39 UTC) #11
slamm_google
On Wed, Apr 18, 2012 at 11:27 AM, <cmp@chromium.org> wrote: > On 2012/04/18 11:41:13, slamm ...
8 years, 8 months ago (2012-04-18 19:15:35 UTC) #12
cmp
On 2012/04/18 19:15:35, slamm wrote: > You are right. Do you have another third_party directory ...
8 years, 8 months ago (2012-04-18 19:59:36 UTC) #13
slamm_google
On 2012/04/18 19:59:36, cmp wrote: > On 2012/04/18 19:15:35, slamm wrote: > > You are ...
8 years, 8 months ago (2012-04-18 20:28:49 UTC) #14
cmp
https://chromiumcodereview.appspot.com/9965045/diff/28003/scripts/slave/runtest.py File scripts/slave/runtest.py (right): https://chromiumcodereview.appspot.com/9965045/diff/28003/scripts/slave/runtest.py#newcode180 scripts/slave/runtest.py:180: import google.webpagereplay_utils it seems like sys.path needs to be ...
8 years, 8 months ago (2012-04-18 20:37:22 UTC) #15
slamm_google
sys.path already get edited. More inline... https://chromiumcodereview.appspot.com/9965045/diff/28003/scripts/slave/runtest.py File scripts/slave/runtest.py (right): https://chromiumcodereview.appspot.com/9965045/diff/28003/scripts/slave/runtest.py#newcode180 scripts/slave/runtest.py:180: import google.webpagereplay_utils On ...
8 years, 8 months ago (2012-04-18 20:42:55 UTC) #16
cmp_google
lgtm https://chromiumcodereview.appspot.com/9965045/diff/28003/scripts/slave/runtest.py File scripts/slave/runtest.py (right): https://chromiumcodereview.appspot.com/9965045/diff/28003/scripts/slave/runtest.py#newcode180 scripts/slave/runtest.py:180: import google.webpagereplay_utils Thanks, I didn't see that.
8 years, 8 months ago (2012-04-18 20:47:15 UTC) #17
slamm_google
And now, the moment we have all been waiting for... WPR firing up from runtest.py. ...
8 years, 7 months ago (2012-05-12 20:24:48 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/slamm@google.com/9965045/28003
8 years, 7 months ago (2012-05-12 23:38:13 UTC) #19
commit-bot: I haz the power
Presubmit check for 9965045-28003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-12 23:40:18 UTC) #20
cmp
Hey Steve, this import issue will need to be resolved first. Please take a look.
8 years, 7 months ago (2012-05-14 19:28:50 UTC) #21
slamm_google
I uploaded a patch to disable that pylint check. (I copied the command from line ...
8 years, 7 months ago (2012-05-14 19:39:02 UTC) #22
tonyg
Sorry for chiming in so late, but I don't understand why the buildbot script needs ...
8 years, 7 months ago (2012-05-15 17:02:05 UTC) #23
slamm_google
This seems like a good idea. Earlier, I had expected that WPR would need sudo. ...
8 years, 7 months ago (2012-05-15 17:29:27 UTC) #24
cmp
+1 to making WPR be launched by page_cycler_test.cc directly. I agree that will make repro'ing ...
8 years, 7 months ago (2012-05-15 17:35:13 UTC) #25
slamm_google
Any pointers on how to launch the WPR process? -slamm On Tue, May 15, 2012 ...
8 years, 7 months ago (2012-05-15 17:37:49 UTC) #26
cmp
I went into src/chrome/test/ and ran 'git gs http' to (hopefully) find an example of ...
8 years, 7 months ago (2012-05-15 17:48:01 UTC) #27
tonyg
On Tue, May 15, 2012 at 10:48 AM, <cmp@chromium.org> wrote: > I went into src/chrome/test/ ...
8 years, 7 months ago (2012-05-15 19:41:08 UTC) #28
tonyg
8 years, 7 months ago (2012-05-15 19:42:07 UTC) #29
> Another issue that I have noticed is high variance among the page load
> times. Would someone like to help me trace one or two of the pages?

Sure, which one would you like me to look at? And for now, what
command are you using to run locally?

Powered by Google App Engine
This is Rietveld 408576698