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

Issue 1729015: Ground work for making appcache work in workers.... (Closed)

Created:
10 years, 8 months ago by michaeln
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, dpranke+watch_chromium.org, pam+watch_chromium.org, jam
Visibility:
Public.

Description

Ground work for making appcache work in workers. Put in place a noop impl of createApplicationCacheHost() on all WebCommonWorkerClient subclasses. That factory method is soon to be added to the WebKit::WebCommonWorkerClient class as a pure virtual. Adding these methods in advance so it builds when that pure virtual shows up later. BUG=39368 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45642

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M chrome/worker/webworkerclient_proxy.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_web_worker.h View 1 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
michaeln
Please take a look
10 years, 8 months ago (2010-04-24 02:18:10 UTC) #1
michaeln
http://codereview.chromium.org/1729015/diff/1/2 File webkit/tools/test_shell/test_web_worker.h (right): http://codereview.chromium.org/1729015/diff/1/2#newcode17 webkit/tools/test_shell/test_web_worker.h:17: class WebURL; doh... need some forward declarations here!
10 years, 8 months ago (2010-04-24 20:12:48 UTC) #2
Andrew T Wilson (Slow)
10 years, 8 months ago (2010-04-25 16:28:38 UTC) #3
LGTM assuming you fix the compilation errors :) If it requires anything other
than a simple forward decl, feel free to bounce it back to me for another peek.

http://codereview.chromium.org/1729015/diff/1/2
File webkit/tools/test_shell/test_web_worker.h (right):

http://codereview.chromium.org/1729015/diff/1/2#newcode23
webkit/tools/test_shell/test_web_worker.h:23: class TestWebWorker : public
WebKit::WebWorker,
That's correct. I think dimich@ is going to try to change this in the distant
future, but it requires adding multi-thread support to V8 so that's not
happening for a while. In any case, stubbing out APIs here is the correct thing
to do.

Powered by Google App Engine
This is Rietveld 408576698