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

Issue 251723002: Introduce EmbeddedWorkerDevToolsAgent. (Closed)

Created:
6 years, 8 months ago by horo
Modified:
6 years, 7 months ago
Reviewers:
kinuko, jam
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org, kinuko+watch, alecflett+watch_chromium.org, nasko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Introduce EmbeddedWorkerDevToolsAgent. EmbeddedWorkerDevToolsAgent is registered to RenderThreadImpl with worker_devtools_agent_route_id which will be introduced by https://codereview.chromium.org/252633003. This change depends on https://codereview.chromium.org/252633003/. BUG=358657 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267363

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Total comments: 4

Patch Set 3 : EmbeddedWorkerDevToolsAgent #

Total comments: 4

Patch Set 4 : WorkerWrapper::dev_tools_agent() #

Total comments: 1

Patch Set 5 : register EmbeddedWorkerDevToolsAgent with worker_devtools_agent_route_id #

Patch Set 6 : delete WorkerWrapper::dev_tools_agent() #

Patch Set 7 : rebase #

Patch Set 8 : add virtual and OVVERRIDE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -89 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/devtools/devtools_agent_filter.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/devtools/devtools_agent_filter.cc View 1 2 3 4 5 6 2 chunks +11 lines, -10 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
A + content/renderer/service_worker/embedded_worker_devtools_agent.h View 1 2 3 4 5 6 7 2 chunks +13 lines, -15 lines 0 comments Download
A + content/renderer/service_worker/embedded_worker_devtools_agent.cc View 1 2 3 4 1 chunk +27 lines, -42 lines 0 comments Download
M content/renderer/service_worker/embedded_worker_dispatcher.cc View 1 2 3 4 5 6 4 chunks +15 lines, -8 lines 0 comments Download
M content/renderer/shared_worker/embedded_shared_worker_stub.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (0 generated)
horo
kinuko@ Could you please review?
6 years, 8 months ago (2014-04-25 02:35:27 UTC) #1
kinuko
https://codereview.chromium.org/251723002/diff/1/content/common/service_worker/embedded_worker_messages.h File content/common/service_worker/embedded_worker_messages.h (right): https://codereview.chromium.org/251723002/diff/1/content/common/service_worker/embedded_worker_messages.h#newcode43 content/common/service_worker/embedded_worker_messages.h:43: IPC::Message /* message */) I found that DevToolsAgentMsg_* are ...
6 years, 8 months ago (2014-04-25 04:38:01 UTC) #2
kinuko
On 2014/04/25 04:38:01, kinuko wrote: > https://codereview.chromium.org/251723002/diff/1/content/common/service_worker/embedded_worker_messages.h > File content/common/service_worker/embedded_worker_messages.h (right): > > https://codereview.chromium.org/251723002/diff/1/content/common/service_worker/embedded_worker_messages.h#newcode43 > ...
6 years, 8 months ago (2014-04-25 10:29:00 UTC) #3
kinuko
https://codereview.chromium.org/251723002/diff/20001/content/common/service_worker/embedded_worker_messages.h File content/common/service_worker/embedded_worker_messages.h (right): https://codereview.chromium.org/251723002/diff/20001/content/common/service_worker/embedded_worker_messages.h#newcode41 content/common/service_worker/embedded_worker_messages.h:41: IPC_MESSAGE_CONTROL2(EmbeddedWorkerMsg_MessageToWorker, If this message type's only used to dispatch ...
6 years, 7 months ago (2014-04-28 07:25:56 UTC) #4
horo
https://codereview.chromium.org/251723002/diff/20001/content/common/service_worker/embedded_worker_messages.h File content/common/service_worker/embedded_worker_messages.h (right): https://codereview.chromium.org/251723002/diff/20001/content/common/service_worker/embedded_worker_messages.h#newcode41 content/common/service_worker/embedded_worker_messages.h:41: IPC_MESSAGE_CONTROL2(EmbeddedWorkerMsg_MessageToWorker, On 2014/04/28 07:25:56, kinuko wrote: > If this ...
6 years, 7 months ago (2014-04-28 08:33:09 UTC) #5
kinuko
lgtm https://codereview.chromium.org/251723002/diff/60001/content/renderer/service_worker/embedded_worker_dispatcher.cc File content/renderer/service_worker/embedded_worker_dispatcher.cc (right): https://codereview.chromium.org/251723002/diff/60001/content/renderer/service_worker/embedded_worker_dispatcher.cc#newcode37 content/renderer/service_worker/embedded_worker_dispatcher.cc:37: void OnMessageToDevToolsAgent(const IPC::Message& message); nit: this can just ...
6 years, 7 months ago (2014-04-29 01:16:08 UTC) #6
horo
https://codereview.chromium.org/251723002/diff/60001/content/renderer/service_worker/embedded_worker_dispatcher.cc File content/renderer/service_worker/embedded_worker_dispatcher.cc (right): https://codereview.chromium.org/251723002/diff/60001/content/renderer/service_worker/embedded_worker_dispatcher.cc#newcode37 content/renderer/service_worker/embedded_worker_dispatcher.cc:37: void OnMessageToDevToolsAgent(const IPC::Message& message); On 2014/04/29 01:16:09, kinuko wrote: ...
6 years, 7 months ago (2014-04-29 06:13:45 UTC) #7
horo
nasko@ Could you please review embedded_worker_messages.h?
6 years, 7 months ago (2014-04-29 06:14:51 UTC) #8
jam
https://codereview.chromium.org/251723002/diff/80001/content/common/service_worker/embedded_worker_messages.h File content/common/service_worker/embedded_worker_messages.h (right): https://codereview.chromium.org/251723002/diff/80001/content/common/service_worker/embedded_worker_messages.h#newcode44 content/common/service_worker/embedded_worker_messages.h:44: IPC::Message /* message */) drive by: related to my ...
6 years, 7 months ago (2014-04-29 06:21:22 UTC) #9
horo
On 2014/04/29 06:21:22, jam wrote: > https://codereview.chromium.org/251723002/diff/80001/content/common/service_worker/embedded_worker_messages.h > File content/common/service_worker/embedded_worker_messages.h (right): > > https://codereview.chromium.org/251723002/diff/80001/content/common/service_worker/embedded_worker_messages.h#newcode44 > ...
6 years, 7 months ago (2014-04-29 08:01:52 UTC) #10
horo
nasko@ Sorry I will remove you from the reviewers because embedded_worker_messages.h was removed from this ...
6 years, 7 months ago (2014-04-29 08:03:09 UTC) #11
jam
On 2014/04/29 08:01:52, horo wrote: > On 2014/04/29 06:21:22, jam wrote: > > > https://codereview.chromium.org/251723002/diff/80001/content/common/service_worker/embedded_worker_messages.h ...
6 years, 7 months ago (2014-04-29 16:04:32 UTC) #12
horo
On 2014/04/29 16:04:32, jam wrote: > On 2014/04/29 08:01:52, horo wrote: > > On 2014/04/29 ...
6 years, 7 months ago (2014-04-30 05:32:16 UTC) #13
horo
The CQ bit was checked by horo@chromium.org
6 years, 7 months ago (2014-04-30 14:28:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/251723002/160001
6 years, 7 months ago (2014-04-30 14:28:30 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 14:33:48 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_clang_dbg on tryserver.chromium
6 years, 7 months ago (2014-04-30 14:33:49 UTC) #17
horo
The CQ bit was checked by horo@chromium.org
6 years, 7 months ago (2014-04-30 14:59:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/251723002/180001
6 years, 7 months ago (2014-04-30 15:00:13 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 15:04:21 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium
6 years, 7 months ago (2014-04-30 15:04:22 UTC) #21
horo
The CQ bit was checked by horo@chromium.org
6 years, 7 months ago (2014-04-30 15:18:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/251723002/180001
6 years, 7 months ago (2014-04-30 15:18:55 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 15:21:40 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium
6 years, 7 months ago (2014-04-30 15:21:41 UTC) #25
horo
The CQ bit was checked by horo@chromium.org
6 years, 7 months ago (2014-04-30 15:36:44 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/251723002/180001
6 years, 7 months ago (2014-04-30 15:37:28 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 15:41:08 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium
6 years, 7 months ago (2014-04-30 15:41:09 UTC) #29
horo
The CQ bit was checked by horo@chromium.org
6 years, 7 months ago (2014-04-30 22:24:34 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/251723002/180001
6 years, 7 months ago (2014-04-30 22:26:40 UTC) #31
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 22:39:23 UTC) #32
Message was sent while issue was closed.
Change committed as 267363

Powered by Google App Engine
This is Rietveld 408576698