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

Issue 22972007: Migrate DevToolsWindow from specific to opaque frontend host messages (Closed)

Created:
7 years, 4 months ago by Vladislav Kaznacheev
Modified:
7 years, 3 months ago
Reviewers:
Tom Sepez, pfeldman, Jói
CC:
chromium-reviews, vsevik, jam, yurys, joi+watch-content_chromium.org, paulirish+reviews_chromium.org, darin-cc_chromium.org, jochen+watch_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

Migrate DevToolsWindow from specific to opaque frontend host messages TBR=jam (new file in chrome.gyp) BUG=278002 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221418

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments #

Patch Set 3 : Rebase #

Patch Set 4 : Extracted the dispatcher in a separate class #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -325 lines) Patch
M chrome/browser/devtools/OWNERS View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_embedder_message_dispatcher.h View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_embedder_message_dispatcher.cc View 1 2 3 1 chunk +204 lines, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_window.h View 1 2 3 4 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 2 3 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_frontend_host.h View 1 1 chunk +1 line, -16 lines 0 comments Download
M content/browser/devtools/devtools_frontend_host.cc View 1 2 chunks +5 lines, -81 lines 0 comments Download
M content/common/devtools_messages.h View 1 1 chunk +3 lines, -59 lines 0 comments Download
M content/public/browser/devtools_frontend_host_delegate.h View 1 1 chunk +2 lines, -50 lines 0 comments Download
M content/renderer/devtools/devtools_client.h View 1 1 chunk +1 line, -23 lines 0 comments Download
M content/renderer/devtools/devtools_client.cc View 1 1 chunk +3 lines, -69 lines 0 comments Download
M content/shell/browser/shell_devtools_frontend.h View 1 1 chunk +1 line, -20 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Vladislav Kaznacheev
7 years, 4 months ago (2013-08-23 07:14:09 UTC) #1
pfeldman
lgtm https://codereview.chromium.org/22972007/diff/1/chrome/browser/devtools/list_value_parser.h File chrome/browser/devtools/list_value_parser.h (right): https://codereview.chromium.org/22972007/diff/1/chrome/browser/devtools/list_value_parser.h#newcode12 chrome/browser/devtools/list_value_parser.h:12: namespace internal { Use anonymous namespace
7 years, 4 months ago (2013-08-23 11:29:43 UTC) #2
Vladislav Kaznacheev
https://codereview.chromium.org/22972007/diff/1/chrome/browser/devtools/list_value_parser.h File chrome/browser/devtools/list_value_parser.h (right): https://codereview.chromium.org/22972007/diff/1/chrome/browser/devtools/list_value_parser.h#newcode12 chrome/browser/devtools/list_value_parser.h:12: namespace internal { On 2013/08/23 11:29:43, pfeldman wrote: > ...
7 years, 4 months ago (2013-08-23 13:44:17 UTC) #3
Vladislav Kaznacheev
Hello OWNERS, joi@, please review content/public/browser/devtools_frontend_host_delegate.h and content/common/devtools_messages.h pfeldman@, please review the whole patch. Thanks, ...
7 years, 3 months ago (2013-09-02 11:49:20 UTC) #4
Jói
> joi@, please review content/public/browser/devtools_frontend_host_delegate.h and > > content/common/devtools_messages.h LGTM On 2013/09/02 11:49:20, Vladislav Kaznacheev ...
7 years, 3 months ago (2013-09-02 12:20:37 UTC) #5
Vladislav Kaznacheev
Hello Tom, Please review content/common/devtools_messages.h Thanks, Vlad
7 years, 3 months ago (2013-09-02 12:34:06 UTC) #6
pfeldman
lgtm
7 years, 3 months ago (2013-09-02 12:36:41 UTC) #7
Tom Sepez
Are you replacing N explicitly typed messages with one that tunnels the actual parameters inside ...
7 years, 3 months ago (2013-09-03 17:34:53 UTC) #8
Tom Sepez
Especially in light of introducing your own new templating mechanism in list_value_parser which does what ...
7 years, 3 months ago (2013-09-03 17:39:18 UTC) #9
pfeldman
As agreed with Tom offline, to remove the security block from this change, we need ...
7 years, 3 months ago (2013-09-03 18:06:59 UTC) #10
Vladislav Kaznacheev
On 2013/09/03 18:06:59, pfeldman wrote: > As agreed with Tom offline, to remove the security ...
7 years, 3 months ago (2013-09-04 09:54:42 UTC) #11
pfeldman
Patch set #4 lgtm
7 years, 3 months ago (2013-09-04 15:42:05 UTC) #12
Tom Sepez
LGTM.
7 years, 3 months ago (2013-09-04 16:36:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaznacheev@chromium.org/22972007/18001
7 years, 3 months ago (2013-09-05 06:43:58 UTC) #14
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=23890
7 years, 3 months ago (2013-09-05 06:55:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaznacheev@chromium.org/22972007/13001
7 years, 3 months ago (2013-09-05 08:25:49 UTC) #16
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 14:29:31 UTC) #17
Message was sent while issue was closed.
Change committed as 221418

Powered by Google App Engine
This is Rietveld 408576698