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

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed)

Created:
7 years, 6 months ago by do-not-use
Modified:
7 years, 6 months ago
CC:
blink-reviews, eae+blinkwatch, dgrogan, adamk+blink_chromium.org, aandrey+blink_chromium.org, Nils Barth (inactive), caseq+blink_chromium.org, alecflett, yurys+blink_chromium.org, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, loislo+blink_chromium.org, lushnikov+blink_chromium.org, kinuko, eustas+blink_chromium.org, haraken, Nate Chapin, jsbell+bindings_chromium.org, jsbell, alph+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, lgombos
Visibility:
Public.

Description

Rename WorkerContext to WorkerGlobalScope Rename WorkerContext to WorkerGlobalScope to match the latest specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#workerglobalscope There is no web-exposed behavior change as the name was not exposed to JavaScript yet. BUG=253473 R=abarth@chromium.org, arv@chromium.org, haraken@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153030

Patch Set 1 #

Patch Set 2 : Fix shared-worker-close.html failure #

Patch Set 3 : Rebase on master #

Patch Set 4 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+950 lines, -3568 lines) Patch
M Source/WebKit/chromium/src/DatabaseObserver.cpp View 7 chunks +12 lines, -12 lines 0 comments Download
M Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp View 1 2 3 5 chunks +11 lines, -11 lines 0 comments Download
M Source/WebKit/chromium/src/LocalFileSystemChromium.cpp View 7 chunks +15 lines, -15 lines 0 comments Download
M Source/WebKit/chromium/src/SharedWorkerRepository.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/src/StorageQuotaChromium.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/src/WebKit.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/WebKit/chromium/src/WebSharedWorkerImpl.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp View 1 2 3 10 chunks +24 lines, -24 lines 0 comments Download
M Source/WebKit/chromium/src/WebWorkerBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/src/WebWorkerClientImpl.h View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/WebKit/chromium/src/WebWorkerClientImpl.cpp View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerAllowMainThreadBridgeBase.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerAllowMainThreadBridgeBase.cpp View 4 chunks +9 lines, -9 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.cpp View 8 chunks +13 lines, -13 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerFileSystemCallbacksBridge.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerFileSystemCallbacksBridge.cpp View 8 chunks +17 lines, -17 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.h View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerFileWriterCallbacksBridge.cpp View 9 chunks +14 lines, -14 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.cpp View 7 chunks +19 lines, -19 lines 0 comments Download
M Source/bindings/bindings.gypi View 1 3 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/derived_sources.gyp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/scripts/preprocess_idls.py View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/bindings/v8/ActiveDOMCallback.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/v8/ScheduledAction.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/ScheduledAction.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/ScriptProfiler.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptState.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/ScriptState.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8AbstractEventListener.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/v8/V8Binding.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M Source/bindings/v8/V8EventListenerList.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/V8Initializer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8Utilities.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
D Source/bindings/v8/V8WorkerContextEventListener.h View 1 chunk +0 lines, -61 lines 0 comments Download
D Source/bindings/v8/V8WorkerContextEventListener.cpp View 1 chunk +0 lines, -125 lines 0 comments Download
A + Source/bindings/v8/V8WorkerGlobalScopeEventListener.h View 2 chunks +8 lines, -8 lines 0 comments Download
A + Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/WorkerScriptController.h View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/bindings/v8/WorkerScriptController.cpp View 10 chunks +26 lines, -26 lines 0 comments Download
M Source/bindings/v8/WorkerScriptDebugServer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/WorkerScriptDebugServer.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
D Source/bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp View 1 chunk +0 lines, -66 lines 0 comments Download
A + Source/bindings/v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/bindings/v8/custom/V8MessageChannelCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/bindings/v8/custom/V8WorkerContextCustom.cpp View 1 chunk +0 lines, -148 lines 0 comments Download
M Source/bindings/v8/custom/V8WorkerCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp View 5 chunks +16 lines, -16 lines 0 comments Download
M Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/dom/EventTarget.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/EventTargetFactory.in View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/MessagePort.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/ScriptExecutionContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ScriptExecutionContext.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InjectedScriptManager.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InjectedScriptManager.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.idl View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/inspector/InspectorProfilerAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorRuntimeAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorWorkerAgent.h View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/inspector/InspectorWorkerAgent.cpp View 10 chunks +19 lines, -19 lines 0 comments Download
M Source/core/inspector/WorkerDebuggerAgent.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/inspector/WorkerDebuggerAgent.cpp View 5 chunks +16 lines, -16 lines 0 comments Download
M Source/core/inspector/WorkerInspectorController.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/inspector/WorkerInspectorController.cpp View 3 chunks +14 lines, -14 lines 0 comments Download
M Source/core/inspector/WorkerRuntimeAgent.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/inspector/WorkerRuntimeAgent.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/loader/ThreadableLoader.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/loader/WorkerThreadableLoader.h View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/loader/WorkerThreadableLoader.cpp View 6 chunks +32 lines, -32 lines 0 comments Download
M Source/core/loader/cache/MemoryCache.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
D Source/core/workers/DedicatedWorkerContext.h View 1 2 3 1 chunk +0 lines, -68 lines 0 comments Download
D Source/core/workers/DedicatedWorkerContext.cpp View 1 2 3 1 chunk +0 lines, -83 lines 0 comments Download
D Source/core/workers/DedicatedWorkerContext.idl View 1 chunk +0 lines, -37 lines 0 comments Download
A + Source/core/workers/DedicatedWorkerGlobalScope.h View 1 2 3 2 chunks +10 lines, -10 lines 0 comments Download
A + Source/core/workers/DedicatedWorkerGlobalScope.cpp View 1 2 3 3 chunks +11 lines, -11 lines 0 comments Download
A + Source/core/workers/DedicatedWorkerGlobalScope.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/DedicatedWorkerThread.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/DedicatedWorkerThread.cpp View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
D Source/core/workers/SharedWorkerContext.h View 1 2 3 1 chunk +0 lines, -70 lines 0 comments Download
D Source/core/workers/SharedWorkerContext.cpp View 1 2 3 1 chunk +0 lines, -86 lines 0 comments Download
D Source/core/workers/SharedWorkerContext.idl View 1 chunk +0 lines, -37 lines 0 comments Download
A + Source/core/workers/SharedWorkerGlobalScope.h View 1 2 3 2 chunks +11 lines, -11 lines 0 comments Download
A + Source/core/workers/SharedWorkerGlobalScope.cpp View 1 2 3 2 chunks +11 lines, -11 lines 0 comments Download
A + Source/core/workers/SharedWorkerGlobalScope.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/SharedWorkerThread.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/SharedWorkerThread.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/workers/Worker.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/workers/Worker.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
D Source/core/workers/WorkerContext.h View 1 2 3 1 chunk +0 lines, -185 lines 0 comments Download
D Source/core/workers/WorkerContext.cpp View 1 2 3 1 chunk +0 lines, -358 lines 0 comments Download
D Source/core/workers/WorkerContext.idl View 1 chunk +0 lines, -58 lines 0 comments Download
D Source/core/workers/WorkerContextProxy.h View 1 chunk +0 lines, -81 lines 0 comments Download
D Source/core/workers/WorkerContextProxy.cpp View 1 chunk +0 lines, -38 lines 0 comments Download
A + Source/core/workers/WorkerGlobalScope.h View 1 2 3 8 chunks +23 lines, -23 lines 0 comments Download
A + Source/core/workers/WorkerGlobalScope.cpp View 1 2 3 13 chunks +48 lines, -48 lines 0 comments Download
A + Source/core/workers/WorkerGlobalScope.idl View 2 chunks +6 lines, -6 lines 0 comments Download
A + Source/core/workers/WorkerGlobalScopeProxy.h View 2 chunks +13 lines, -13 lines 0 comments Download
A + Source/core/workers/WorkerGlobalScopeProxy.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerLoaderProxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.h View 5 chunks +14 lines, -14 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 2 3 12 chunks +45 lines, -45 lines 0 comments Download
M Source/core/workers/WorkerObjectProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerReportingProxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerRunLoop.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/workers/WorkerRunLoop.cpp View 6 chunks +7 lines, -7 lines 0 comments Download
M Source/core/workers/WorkerScriptLoader.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/workers/WorkerThread.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/workers/WorkerThread.cpp View 1 2 3 8 chunks +22 lines, -22 lines 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/modules/crypto/WorkerContextCrypto.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/crypto/WorkerContextCrypto.cpp View 1 chunk +0 lines, -76 lines 0 comments Download
D Source/modules/crypto/WorkerContextCrypto.idl View 1 chunk +0 lines, -33 lines 0 comments Download
A + Source/modules/crypto/WorkerGlobalScopeCrypto.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + Source/modules/crypto/WorkerGlobalScopeCrypto.cpp View 1 chunk +11 lines, -11 lines 0 comments Download
A + Source/modules/crypto/WorkerGlobalScopeCrypto.idl View 1 chunk +1 line, -1 line 0 comments Download
D Source/modules/filesystem/WorkerContextFileSystem.h View 1 chunk +0 lines, -60 lines 0 comments Download
D Source/modules/filesystem/WorkerContextFileSystem.cpp View 1 chunk +0 lines, -138 lines 0 comments Download
D Source/modules/filesystem/WorkerContextFileSystem.idl View 1 chunk +0 lines, -39 lines 0 comments Download
A + Source/modules/filesystem/WorkerGlobalScopeFileSystem.h View 2 chunks +11 lines, -11 lines 0 comments Download
A + Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
A + Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBFactory.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
D Source/modules/indexeddb/WorkerContextIndexedDatabase.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/indexeddb/WorkerContextIndexedDatabase.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
D Source/modules/indexeddb/WorkerContextIndexedDatabase.idl View 1 chunk +0 lines, -52 lines 0 comments Download
A + Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp View 2 chunks +10 lines, -10 lines 0 comments Download
A + Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/modules.gypi View 11 chunks +18 lines, -19 lines 0 comments Download
M Source/modules/notifications/Notification.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/notifications/NotificationCenter.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/modules/notifications/WorkerContextNotifications.h View 1 chunk +0 lines, -61 lines 0 comments Download
D Source/modules/notifications/WorkerContextNotifications.cpp View 1 chunk +0 lines, -77 lines 0 comments Download
D Source/modules/notifications/WorkerContextNotifications.idl View 1 chunk +0 lines, -32 lines 0 comments Download
A + Source/modules/notifications/WorkerGlobalScopeNotifications.h View 3 chunks +10 lines, -10 lines 0 comments Download
A + Source/modules/notifications/WorkerGlobalScopeNotifications.cpp View 1 chunk +12 lines, -12 lines 0 comments Download
A + Source/modules/notifications/WorkerGlobalScopeNotifications.idl View 1 chunk +1 line, -1 line 0 comments Download
D Source/modules/performance/WorkerContextPerformance.h View 1 chunk +0 lines, -59 lines 0 comments Download
D Source/modules/performance/WorkerContextPerformance.cpp View 1 chunk +0 lines, -76 lines 0 comments Download
D Source/modules/performance/WorkerContextPerformance.idl View 1 chunk +0 lines, -35 lines 0 comments Download
A + Source/modules/performance/WorkerGlobalScopePerformance.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + Source/modules/performance/WorkerGlobalScopePerformance.cpp View 1 chunk +11 lines, -11 lines 0 comments Download
A + Source/modules/performance/WorkerGlobalScopePerformance.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/performance/WorkerPerformance.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/webdatabase/DatabaseContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/modules/webdatabase/WorkerContextWebDatabase.h View 1 chunk +0 lines, -55 lines 0 comments Download
D Source/modules/webdatabase/WorkerContextWebDatabase.cpp View 1 chunk +0 lines, -73 lines 0 comments Download
D Source/modules/webdatabase/WorkerContextWebDatabase.idl View 1 chunk +0 lines, -32 lines 0 comments Download
A + Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h View 2 chunks +9 lines, -9 lines 0 comments Download
A + Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
A + Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WebSocket.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/websockets/WebSocketChannel.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
D Source/modules/websockets/WorkerContextWebSocket.idl View 1 chunk +0 lines, -30 lines 0 comments Download
M Source/modules/websockets/WorkerThreadableWebSocketChannel.h View 6 chunks +11 lines, -11 lines 0 comments Download
M Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp View 15 chunks +48 lines, -48 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
do-not-use
7 years, 6 months ago (2013-06-25 10:05:41 UTC) #1
haraken
lgtm
7 years, 6 months ago (2013-06-25 11:04:10 UTC) #2
haraken
lgtm
7 years, 6 months ago (2013-06-25 11:04:16 UTC) #3
do-not-use
I found the following in Chrome browser: chrome/browser/resources/file_manager/js/metadata/metadata_dispatcher.js:217:if (global.constructor.name == 'SharedWorkerContext') { Should I fix ...
7 years, 6 months ago (2013-06-25 12:00:47 UTC) #4
arv (Not doing code reviews)
In this case I would modify metadata_dispatcher.js to do if (global.constructor.name == 'SharedWorkerContext' || global.constructor.name ...
7 years, 6 months ago (2013-06-25 14:34:01 UTC) #5
arv (Not doing code reviews)
oh, LGTM On Tue, Jun 25, 2013 at 10:33 AM, Erik Arvidsson <arv@chromium.org> wrote: > ...
7 years, 6 months ago (2013-06-25 14:34:25 UTC) #6
do-not-use
On 2013/06/25 14:34:01, arv wrote: > In this case I would modify metadata_dispatcher.js to do ...
7 years, 6 months ago (2013-06-25 14:35:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/17648006/12001
7 years, 6 months ago (2013-06-25 19:07:35 UTC) #8
do-not-use
Landed the Chromium fix in https://src.chromium.org/viewvc/chrome?view=rev&revision=208533 so this one is ready to land.
7 years, 6 months ago (2013-06-25 19:08:15 UTC) #9
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=2263
7 years, 6 months ago (2013-06-25 19:20:33 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/17648006/19001
7 years, 6 months ago (2013-06-25 21:12:58 UTC) #11
do-not-use
On 2013/06/25 21:12:58, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
7 years, 6 months ago (2013-06-25 21:21:13 UTC) #12
abarth-chromium
rs=me LGTM bbw
7 years, 6 months ago (2013-06-25 21:26:46 UTC) #13
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=2277
7 years, 6 months ago (2013-06-25 21:35:11 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/17648006/19001
7 years, 6 months ago (2013-06-25 21:41:29 UTC) #15
do-not-use
7 years, 6 months ago (2013-06-25 21:56:34 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 manually as r153030 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698