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

Issue 159782: Actually process the work queue if layoutTestController.waitUntilDone() is... (Closed)

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

Description

Don't use work_queue_ for the isolated world scripts. Instead, we just evaluate the script directly. This change will break the isolatedWorld tests until I land the change to rename the layoutTestController method upstream. R=darin TEST=Coverged by LayoutTests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22467

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -17 lines) Patch
M webkit/tools/test_shell/layout_test_controller.h View 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/layout_test_controller.cc View 1 3 chunks +6 lines, -16 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
abarth-chromium
Please review this change carefully. I'm not 100% sure it's correct.
11 years, 4 months ago (2009-08-03 06:33:58 UTC) #1
darin (slow to review)
http://codereview.chromium.org/159782/diff/1/2 File webkit/tools/test_shell/layout_test_controller.cc (right): http://codereview.chromium.org/159782/diff/1/2#newcode463 Line 463: work_queue_.ProcessWorkSoon(); this crap is way more subtle than ...
11 years, 4 months ago (2009-08-03 06:39:01 UTC) #2
abarth-chromium
http://codereview.chromium.org/159782/diff/1/2 File webkit/tools/test_shell/layout_test_controller.cc (right): http://codereview.chromium.org/159782/diff/1/2#newcode463 Line 463: work_queue_.ProcessWorkSoon(); On 2009/08/03 06:39:01, darin wrote: > this ...
11 years, 4 months ago (2009-08-03 06:42:45 UTC) #3
abarth-chromium
http://codereview.chromium.org/159782/diff/1/2 File webkit/tools/test_shell/layout_test_controller.cc (right): http://codereview.chromium.org/159782/diff/1/2#newcode463 Line 463: work_queue_.ProcessWorkSoon(); So, this branch does exist in FrameLoadDelegate::locationChangeDone... ...
11 years, 4 months ago (2009-08-03 06:50:57 UTC) #4
abarth-chromium
On 2009/08/03 06:50:57, abarth wrote: > So, this branch does exist in FrameLoadDelegate::locationChangeDone... I can ...
11 years, 4 months ago (2009-08-03 07:00:38 UTC) #5
darin (slow to review)
On Mon, Aug 3, 2009 at 12:00 AM, <abarth@chromium.org> wrote: > On 2009/08/03 06:50:57, abarth ...
11 years, 4 months ago (2009-08-03 16:12:57 UTC) #6
abarth-chromium
Ok, can you take another look? Turns out we don't need to use the work_queue_ ...
11 years, 4 months ago (2009-08-03 18:54:20 UTC) #7
darin (slow to review)
11 years, 4 months ago (2009-08-03 19:21:23 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698