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

Issue 6691004: Move worker code from chrome\worker to content\worker. (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam, Paweł Hajdan Jr.
Visibility:
Public.

Description

Move worker code from chrome\worker to content\worker. TBR=atwilson Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78039

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -2176 lines) Patch
M chrome/chrome.gyp View 2 chunks +1 line, -31 lines 0 comments Download
M chrome/chrome_dll.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/worker/DEPS View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/worker/websharedworker_stub.h View 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/worker/websharedworker_stub.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D chrome/worker/webworker_stub.h View 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/worker/webworker_stub.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D chrome/worker/webworker_stub_base.h View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/worker/webworker_stub_base.cc View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/worker/webworkerclient_proxy.h View 1 chunk +0 lines, -100 lines 0 comments Download
D chrome/worker/webworkerclient_proxy.cc View 1 chunk +0 lines, -200 lines 0 comments Download
D chrome/worker/worker_main.cc View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/worker/worker_thread.h View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/worker/worker_thread.cc View 1 chunk +0 lines, -127 lines 0 comments Download
D chrome/worker/worker_uitest.cc View 1 chunk +0 lines, -772 lines 0 comments Download
D chrome/worker/worker_webapplicationcachehost_impl.h View 1 chunk +0 lines, -51 lines 0 comments Download
D chrome/worker/worker_webapplicationcachehost_impl.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/worker/worker_webkitclient_impl.h View 1 chunk +0 lines, -89 lines 0 comments Download
D chrome/worker/worker_webkitclient_impl.cc View 1 chunk +0 lines, -258 lines 0 comments Download
M content/content.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A content/content_worker.gypi View 1 chunk +39 lines, -0 lines 0 comments Download
M + content/worker/DEPS View 1 1 chunk +0 lines, -2 lines 0 comments Download
M + content/worker/websharedworker_stub.h View 2 chunks +6 lines, -6 lines 0 comments Download
M + content/worker/websharedworker_stub.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/worker/webworker_stub.h View 2 chunks +5 lines, -5 lines 0 comments Download
M + content/worker/webworker_stub.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/worker/webworker_stub_base.h View 2 chunks +6 lines, -6 lines 0 comments Download
M + content/worker/webworker_stub_base.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M + content/worker/webworkerclient_proxy.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/worker/webworkerclient_proxy.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M + content/worker/worker_main.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M + content/worker/worker_thread.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/worker/worker_thread.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M + content/worker/worker_webapplicationcachehost_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/worker/worker_webkitclient_impl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/worker/worker_webkitclient_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 9 months ago (2011-03-14 05:50:43 UTC) #1
Andrew T Wilson (Slow)
9 years, 9 months ago (2011-03-14 19:04:41 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698