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

Issue 66043: Make OSX TestShell able to run workers, using a new test_worker.dylib which i... (Closed)

Created:
11 years, 8 months ago by Dmitry Titov
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai, jianli
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make OSX TestShell able to run workers, using a new test_worker.dylib which is basically a webkit+v8+helpers to simulate separate process with worker v8 threads. This is similar way we do on Win32. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13537

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -17 lines) Patch
M build/common.gypi View 1 2 chunks +0 lines, -4 lines 0 comments Download
A chrome/test/worker/test_worker.exp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/worker/test_worker_main.cc View 5 chunks +18 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 1 chunk +29 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_webworker_helper.h View 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_webworker_helper.cc View 2 chunks +20 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dmitry Titov
Mark - could you please take a look at gyp/gypi files (new dylib and PIC ...
11 years, 8 months ago (2009-04-10 18:38:53 UTC) #1
Mark Mentovai
http://codereview.chromium.org/66043/diff/1/5 File build/common.gypi (right): http://codereview.chromium.org/66043/diff/1/5#newcode200 Line 200: 'GCC_DYNAMIC_NO_PIC': 'NO', You can just remove this line. ...
11 years, 8 months ago (2009-04-10 18:45:46 UTC) #2
Dmitry Titov
http://codereview.chromium.org/66043/diff/1/5 File build/common.gypi (right): http://codereview.chromium.org/66043/diff/1/5#newcode200 Line 200: 'GCC_DYNAMIC_NO_PIC': 'NO', On 2009/04/10 18:45:46, Mark Mentovai wrote: ...
11 years, 8 months ago (2009-04-10 19:32:12 UTC) #3
jianli
11 years, 8 months ago (2009-04-10 19:49:06 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698