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

Issue 430493002: Revert of Change WokerThread to use a blink::WebThread. (Closed)

Created:
6 years, 4 months ago by alancutter (OOO until 2018)
Modified:
6 years, 4 months ago
CC:
aandrey+blink_chromium.org, abarth-chromium, apavlov+blink_chromium.org, arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, caseq+blink_chromium.org, devtools-reviews_chromium.org, dglazkov+blink, eustas+blink_chromium.org, falken, gavinp+loader_chromium.org, horo+watch_chromium.org, jamesr, Nate Chapin, kinuko+worker_chromium.org, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, paulirish+reviews_chromium.org, pfeldman+blink_chromium.org, sergeyv+blink_chromium.org, vsevik+blink_chromium.org, yurys+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

Revert of Change WokerThread to use a blink::WebThread. (https://codereview.chromium.org/400153002/) Reason for revert: Failed compile on Linux Tests and Linux Tests (dbg) builders. http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests/builds/38284 http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests%20%28dbg%29/builds/3339 ../../mojo/services/html_viewer/blink_platform_impl.cc:183:14:error: allocating an object of abstract class type 'mojo::WebThreadImpl' return new WebThreadImpl(name); ^ ../../third_party/WebKit/public/platform/WebThread.h:73:18: note: unimplemented pure virtual method 'setSharedTimerFiredFunction' in 'WebThreadImpl' virtual void setSharedTimerFiredFunction(SharedTimerFunction) = 0; ^ Original issue's description: > Change WokerThread to use a blink::WebThread. > > BUG=301515 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179117 TBR=jochen@chromium.org,ager@chromium.org,aandrey@chromium.org,yurys@chromium.org,oilpan-reviews@chromium.org,haraken@chromium.org,darin@chromium.org,nasko@chromium.org NOTREECHECKS=true NOTRY=true BUG=301515 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179123

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -300 lines) Patch
M LayoutTests/SlowTests View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/bindings/core/v8/WorkerScriptController.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/bindings/core/v8/WorkerScriptDebugServer.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/inspector/WorkerDebuggerAgent.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/inspector/WorkerRuntimeAgent.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/workers/DedicatedWorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/DedicatedWorkerThread.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
A Source/core/workers/WorkerRunLoop.h View 1 chunk +92 lines, -0 lines 0 comments Download
A Source/core/workers/WorkerRunLoop.cpp View 1 chunk +293 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerThread.h View 3 chunks +19 lines, -37 lines 0 comments Download
M Source/core/workers/WorkerThread.cpp View 11 chunks +51 lines, -210 lines 0 comments Download
M Source/platform/scheduler/SchedulerTest.cpp View 1 chunk +0 lines, -15 lines 0 comments Download
M Source/web/WebEmbeddedWorkerImpl.cpp View 2 chunks +6 lines, -7 lines 0 comments Download
M Source/web/WebWorkerRunLoop.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M public/platform/Platform.h View 1 chunk +0 lines, -2 lines 0 comments Download
M public/platform/WebThread.h View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
alancutter (OOO until 2018)
Created Revert of Change WokerThread to use a blink::WebThread.
6 years, 4 months ago (2014-07-29 11:22:31 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/430493002/1
6 years, 4 months ago (2014-07-29 11:23:25 UTC) #2
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 11:24:02 UTC) #3
Message was sent while issue was closed.
Change committed as 179123

Powered by Google App Engine
This is Rietveld 408576698