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

Issue 56164: The layoutTestController had its queueScript method broken into two:... (Closed)

Created:
11 years, 8 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
dglazkov
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

The layoutTestController had its queueScript method broken into two: queueLoadingScript and queueNonLoadingScript. The behavior of the work queue also changed to be a bit simpler. Now, each WorkItem reports whether or not it kicked off a load. There is a bit more work to do here to determine if work items actually resulted in a load. For now, I am just guessing, which is almost always correct. I will follow-up with the other part of the CL once this one clears the bots. This change corresponds roughly to: http://trac.webkit.org/changeset/42082 BUG=9581 R=dglazkov Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12991

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -17 lines) Patch
M webkit/tools/test_shell/layout_test_controller.h View 2 chunks +5 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/layout_test_controller.cc View 1 7 chunks +45 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
darin (slow to review)
11 years, 8 months ago (2009-04-01 22:51:38 UTC) #1
dglazkov
11 years, 8 months ago (2009-04-01 22:59:55 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698