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

Issue 155015: Make workers functional on OSX and Linux. (Closed)

Created:
11 years, 5 months ago by levin
Modified:
9 years, 7 months ago
Reviewers:
jam, M-A Ruel
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, Ben Goodger (Google)
Visibility:
Public.

Description

Make workers functional on OSX and Linux. BUG=http://crbug.com/16664 TEST=The same tests run for Web Workers on Windows should be run on Linux and OSX. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20653

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -57 lines) Patch
M chrome/app/chrome_dll_main.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.cc View 1 2 3 3 chunks +13 lines, -1 line 1 comment Download
M chrome/chrome.gyp View 1 2 3 4 chunks +35 lines, -41 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/worker/nativewebworker_impl.h View 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/worker/worker_main.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/worker/worker_thread.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
levin
I know I need to add a BUG= and TEST= to the description. Other than ...
11 years, 5 months ago (2009-07-03 07:23:37 UTC) #1
jam
def the right approach, just some nits http://codereview.chromium.org/155015/diff/31/1010 File chrome/browser/worker_host/worker_process_host.cc (right): http://codereview.chromium.org/155015/diff/31/1010#newcode106 Line 106: ipcfd, ...
11 years, 5 months ago (2009-07-06 19:24:12 UTC) #2
levin
Fixed up. chrome/common/child_process_host.cc was fixed up for Linux in http://src.chromium.org/viewvc/chrome?view=rev&revision=20414 so the changes to that ...
11 years, 5 months ago (2009-07-13 22:38:24 UTC) #3
jam
lgtm http://codereview.chromium.org/155015/diff/34/1033 File chrome/browser/worker_host/worker_process_host.cc (right): http://codereview.chromium.org/155015/diff/34/1033#newcode111 Line 111: ipcfd, kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor)); nit: sorry I ...
11 years, 5 months ago (2009-07-13 23:30:22 UTC) #4
M-A Ruel
On 2009/07/13 23:30:22, John Abd-El-Malek wrote: > lgtm YOU FORGOT TO SVN:IGNORE THE GENERATED PROJECT ...
11 years, 4 months ago (2009-08-04 16:59:02 UTC) #5
levin
I don't understand. What generated files were introduced by this change? Are you referring to ...
11 years, 4 months ago (2009-08-04 17:50:42 UTC) #6
M-A Ruel
11 years, 4 months ago (2009-08-04 18:10:51 UTC) #7
worker.scons. See a random try
job<http://build.chromium.org/buildbot/try-server/builders/linux/builds/11740/steps/gclient/logs/stdio>for
an example.

Note this won't be necessary once (probably me) fix http://crbug.com/15924.

M-A


On Tue, Aug 4, 2009 at 1:50 PM, David Levin <levin@chromium.org> wrote:

> I don't understand.  What generated files were introduced by this change?
> Are you referring to the precompiled headers files for windows that were
> there before this change?
>
> Thanks,
> Dave
>
>
> On Tue, Aug 4, 2009 at 9:59 AM, <maruel@chromium.org> wrote:
>
>> On 2009/07/13 23:30:22, John Abd-El-Malek wrote:
>>
>>> lgtm
>>>
>>
>> YOU FORGOT TO SVN:IGNORE THE GENERATED PROJECT FILES. (I'll do because
>> you're not alone)
>>
>> http://codereview.chromium.org/155015
>>
>
>

Powered by Google App Engine
This is Rietveld 408576698