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

Issue 337057: Move webworker{client}_impl.{h,cc} into webkit/api/src (Closed)

Created:
11 years, 1 month ago by yaar
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Move webworker{client}_impl.{h,cc} into webkit/api/src Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30478

Patch Set 1 #

Total comments: 18

Patch Set 2 : Patch 2 #

Total comments: 1

Patch Set 3 : Patch 3 #

Patch Set 4 : mulitple workers per process comment fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1203 lines, -1227 lines) Patch
A webkit/api/src/EmptyWebFrameClientImpl.h View 1 chunk +92 lines, -0 lines 0 comments Download
A webkit/api/src/WebWorkerClientImpl.h View 1 1 chunk +155 lines, -0 lines 0 comments Download
A webkit/api/src/WebWorkerClientImpl.cpp View 1 2 3 1 chunk +414 lines, -0 lines 0 comments Download
A webkit/api/src/WebWorkerImpl.h View 1 1 chunk +153 lines, -0 lines 0 comments Download
A webkit/api/src/WebWorkerImpl.cpp View 1 2 1 chunk +382 lines, -0 lines 0 comments Download
D webkit/glue/empty_webframeclient.h View 1 chunk +0 lines, -113 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 3 chunks +2 lines, -1 line 0 comments Download
D webkit/glue/webworker_impl.h View 1 chunk +0 lines, -142 lines 0 comments Download
D webkit/glue/webworker_impl.cc View 1 chunk +0 lines, -409 lines 0 comments Download
D webkit/glue/webworkerclient_impl.h View 1 chunk +0 lines, -150 lines 0 comments Download
D webkit/glue/webworkerclient_impl.cc View 1 chunk +0 lines, -408 lines 0 comments Download
M webkit/webkit.gyp View 3 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yaar
Enjoy!
11 years, 1 month ago (2009-10-28 01:40:16 UTC) #1
darin (slow to review)
Thanks for the patch! http://codereview.chromium.org/337057/diff/1/2 File webkit/api/src/EmptyWebFrameClientImpl.h (right): http://codereview.chromium.org/337057/diff/1/2#newcode40 Line 40: class EmptyWebFrameClient : public ...
11 years, 1 month ago (2009-10-28 04:07:37 UTC) #2
yaar
Fixed. I opened issues for subsequent CLs.
11 years, 1 month ago (2009-10-28 16:56:30 UTC) #3
jam
http://codereview.chromium.org/337057/diff/5001/5003 File webkit/api/src/WebWorkerClientImpl.cpp (right): http://codereview.chromium.org/337057/diff/5001/5003#newcode85 Line 85: // FIXME: not supported in chromium. Can you ...
11 years, 1 month ago (2009-10-28 17:33:02 UTC) #4
yaar
How about: #ifdef ENABLE(WEB_WORKERS_SHARE_PROCESS) // Special behavior if multiple workers per process are enabled. // ...
11 years, 1 month ago (2009-10-28 18:05:37 UTC) #5
yaar
Added a comment that John requested, and eliminated webpreferences dependency.
11 years, 1 month ago (2009-10-28 21:34:55 UTC) #6
jam
On 2009/10/28 18:05:37, yaar wrote: > How about: > #ifdef ENABLE(WEB_WORKERS_SHARE_PROCESS) > // Special behavior ...
11 years, 1 month ago (2009-10-28 21:46:13 UTC) #7
yaar
11 years, 1 month ago (2009-10-28 23:27:12 UTC) #8
darin (slow to review)
11 years, 1 month ago (2009-10-28 23:51:25 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698