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

Issue 466753002: DevTools: Do not push to frontend messages from worker while it is alive (Closed)

Created:
6 years, 4 months ago by sergeyv
Modified:
6 years, 4 months ago
Reviewers:
vsevik
CC:
blink-reviews, falken, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, horo+watch_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, Inactive, devtools-reviews_chromium.org, kinuko+worker_chromium.org, arv+blink, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Do not push to frontend messages from worker while it is alive BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180165

Patch Set 1 #

Patch Set 2 : Remove unneeded changes #

Total comments: 4

Patch Set 3 : Address vsevik's comments #

Total comments: 18

Patch Set 4 : Address comments #

Patch Set 5 : Rebase on master #

Patch Set 6 : Try to fix layout tests #

Patch Set 7 : Fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -8 lines) Patch
M Source/core/frame/FrameConsole.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/frame/FrameConsole.cpp View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M Source/core/inspector/ConsoleMessage.h View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M Source/core/inspector/ConsoleMessage.cpp View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.cpp View 1 2 3 4 2 chunks +14 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorConsoleMessage.h View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorConsoleMessage.cpp View 1 2 3 4 5 chunks +7 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.idl View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 2 3 4 5 6 5 chunks +27 lines, -5 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
sergeyv
6 years, 4 months ago (2014-08-12 14:10:33 UTC) #1
vsevik
https://chromiumcodereview.appspot.com/466753002/diff/20001/Source/core/inspector/InspectorInstrumentation.idl File Source/core/inspector/InspectorInstrumentation.idl (right): https://chromiumcodereview.appspot.com/466753002/diff/20001/Source/core/inspector/InspectorInstrumentation.idl#newcode400 Source/core/inspector/InspectorInstrumentation.idl:400: [Worker, Console] Let's make an explicit call on the ...
6 years, 4 months ago (2014-08-12 14:25:13 UTC) #2
sergeyv
https://codereview.chromium.org/466753002/diff/20001/Source/core/inspector/InspectorInstrumentation.idl File Source/core/inspector/InspectorInstrumentation.idl (right): https://codereview.chromium.org/466753002/diff/20001/Source/core/inspector/InspectorInstrumentation.idl#newcode400 Source/core/inspector/InspectorInstrumentation.idl:400: [Worker, Console] On 2014/08/12 14:25:13, vsevik wrote: > Let's ...
6 years, 4 months ago (2014-08-12 15:37:54 UTC) #3
vsevik
lgtm with a few nits. https://chromiumcodereview.appspot.com/466753002/diff/40001/Source/core/frame/Console.h File Source/core/frame/Console.h (right): https://chromiumcodereview.appspot.com/466753002/diff/40001/Source/core/frame/Console.h#newcode56 Source/core/frame/Console.h:56: virtual void reportMessageToClient(MessageLevel, const ...
6 years, 4 months ago (2014-08-12 15:46:08 UTC) #4
vsevik
https://chromiumcodereview.appspot.com/466753002/diff/40001/Source/core/workers/WorkerMessagingProxy.cpp File Source/core/workers/WorkerMessagingProxy.cpp (right): https://chromiumcodereview.appspot.com/466753002/diff/40001/Source/core/workers/WorkerMessagingProxy.cpp#newcode281 Source/core/workers/WorkerMessagingProxy.cpp:281: frame->console().workerGlobalScopeTerminated(this); adoptWorkerConsoleMsssages
6 years, 4 months ago (2014-08-12 15:49:31 UTC) #5
vsevik
https://chromiumcodereview.appspot.com/466753002/diff/40001/Source/core/inspector/InspectorInstrumentation.idl File Source/core/inspector/InspectorInstrumentation.idl (right): https://chromiumcodereview.appspot.com/466753002/diff/40001/Source/core/inspector/InspectorInstrumentation.idl#newcode516 Source/core/inspector/InspectorInstrumentation.idl:516: void notifyWorkerGlobalScopeTerminated(ExecutionContext* context, WorkerGlobalScopeProxy* proxy); adoptWorkerConsoleMessages
6 years, 4 months ago (2014-08-12 15:49:54 UTC) #6
sergeyv
https://codereview.chromium.org/466753002/diff/40001/Source/core/frame/Console.h File Source/core/frame/Console.h (right): https://codereview.chromium.org/466753002/diff/40001/Source/core/frame/Console.h#newcode56 Source/core/frame/Console.h:56: virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE; On ...
6 years, 4 months ago (2014-08-12 16:00:59 UTC) #7
sergeyv
6 years, 4 months ago (2014-08-12 16:01:01 UTC) #8
sergeyv
The CQ bit was checked by sergeyv@chromium.org
6 years, 4 months ago (2014-08-12 16:03:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyv@chromium.org/466753002/60001
6 years, 4 months ago (2014-08-12 16:04:22 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-12 18:02:21 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-12 18:04:29 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/19505)
6 years, 4 months ago (2014-08-12 18:04:36 UTC) #13
sergeyv
The CQ bit was checked by sergeyv@chromium.org
6 years, 4 months ago (2014-08-12 22:05:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyv@chromium.org/466753002/60001
6 years, 4 months ago (2014-08-12 22:07:59 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-12 22:08:36 UTC) #16
commit-bot: I haz the power
Failed to apply patch for Source/core/inspector/InspectorConsoleAgent.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-12 22:08:41 UTC) #17
sergeyv
The CQ bit was checked by sergeyv@chromium.org
6 years, 4 months ago (2014-08-13 07:30:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyv@chromium.org/466753002/80001
6 years, 4 months ago (2014-08-13 07:31:27 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-13 08:38:15 UTC) #20
sergeyv
The CQ bit was checked by sergeyv@chromium.org
6 years, 4 months ago (2014-08-13 09:25:29 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyv@chromium.org/466753002/120001
6 years, 4 months ago (2014-08-13 09:26:00 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-13 10:27:55 UTC) #23
commit-bot: I haz the power
6 years, 4 months ago (2014-08-13 11:11:32 UTC) #24
Message was sent while issue was closed.
Change committed as 180165

Powered by Google App Engine
This is Rietveld 408576698