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

Issue 2522583002: Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 (Closed)

Created:
4 years, 1 month ago by kozy
Modified:
4 years ago
Reviewers:
dgozman, oshima
CC:
chromium-reviews, caseq+blink_chromium.org, jam, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, darin-cc_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 This roll includes: - [inspector_protocol] Introduce protocol::Serializable [1] - [inspector_protocol] Fixed domain_json["has_exports"] flag for exported domains [2] [1] https://codereview.chromium.org/2526603002 [2] https://codereview.chromium.org/2515343005 BUG=chromium:350797 R=dgozman@chromium.org TBR=oshima@chromium.org Committed: https://crrev.com/2dfeded24ecab161d83c6d104c9304efb271c851 Cr-Commit-Position: refs/heads/master@{#434199}

Patch Set 1 #

Patch Set 2 : removed redundant new line #

Total comments: 13

Patch Set 3 : addressed comments #

Total comments: 22

Patch Set 4 : added missing override #

Patch Set 5 : addressed comments #

Total comments: 8

Patch Set 6 : addressed comments #

Patch Set 7 : updated README.chromium #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -170 lines) Patch
M ash/common/devtools/ash_devtools_unittest.cc View 1 2 3 4 5 6 1 chunk +5 lines, -3 lines 0 comments Download
M components/ui_devtools/devtools_client.h View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
M components/ui_devtools/devtools_client.cc View 1 2 3 4 1 chunk +7 lines, -4 lines 0 comments Download
M content/browser/devtools/devtools_session.h View 1 chunk +5 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_session.cc View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M content/browser/devtools/protocol/tracing_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.h View 1 2 3 4 5 6 2 chunks +17 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.cpp View 1 2 3 4 5 6 3 chunks +67 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/LayoutEditor.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/ProtocolParserTest.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/inspector_protocol/CodeGenerator.py View 1 2 3 4 5 6 3 chunks +16 lines, -0 lines 0 comments Download
M third_party/inspector_protocol/README.chromium View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/inspector_protocol/lib/Array_h.template View 1 2 3 4 5 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/inspector_protocol/lib/DispatcherBase_cpp.template View 1 2 3 4 5 3 chunks +91 lines, -25 lines 0 comments Download
M third_party/inspector_protocol/lib/DispatcherBase_h.template View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
M third_party/inspector_protocol/lib/FrontendChannel_h.template View 1 2 1 chunk +8 lines, -2 lines 0 comments Download
M third_party/inspector_protocol/lib/Maybe_h.template View 1 chunk +1 line, -1 line 0 comments Download
M third_party/inspector_protocol/lib/Object_cpp.template View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/inspector_protocol/lib/Object_h.template View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/inspector_protocol/lib/ValueConversions_h.template View 1 2 3 4 5 14 chunks +23 lines, -23 lines 0 comments Download
M third_party/inspector_protocol/lib/Values_cpp.template View 1 2 3 4 5 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/inspector_protocol/lib/Values_h.template View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/inspector_protocol/templates/Imported_h.template View 1 2 3 4 5 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/inspector_protocol/templates/TypeBuilder_cpp.template View 1 2 3 4 5 6 10 chunks +33 lines, -27 lines 0 comments Download
M third_party/inspector_protocol/templates/TypeBuilder_h.template View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (12 generated)
kozy
Dmitry, please take a look on inspector_protocol. I'll roll inspector_protocol in V8 first to introduce ...
4 years, 1 month ago (2016-11-21 17:47:14 UTC) #1
dgozman
https://codereview.chromium.org/2522583002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorSession.cpp File third_party/WebKit/Source/core/inspector/InspectorSession.cpp (right): https://codereview.chromium.org/2522583002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorSession.cpp#newcode137 third_party/WebKit/Source/core/inspector/InspectorSession.cpp:137: return m_notification->serializeValue()->toJSONString(); Let's clear m_notification here to not store ...
4 years, 1 month ago (2016-11-21 22:29:16 UTC) #2
kozy
all done, please take a look! https://codereview.chromium.org/2522583002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorSession.cpp File third_party/WebKit/Source/core/inspector/InspectorSession.cpp (right): https://codereview.chromium.org/2522583002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorSession.cpp#newcode137 third_party/WebKit/Source/core/inspector/InspectorSession.cpp:137: return m_notification->serializeValue()->toJSONString(); On ...
4 years, 1 month ago (2016-11-22 01:25:38 UTC) #3
kozy
FYI: v8 roll: https://codereview.chromium.org/2523583005/
4 years, 1 month ago (2016-11-22 18:44:09 UTC) #4
dgozman
https://codereview.chromium.org/2522583002/diff/40001/third_party/inspector_protocol/CodeGenerator.py File third_party/inspector_protocol/CodeGenerator.py (right): https://codereview.chromium.org/2522583002/diff/40001/third_party/inspector_protocol/CodeGenerator.py#newcode510 third_party/inspector_protocol/CodeGenerator.py:510: for event in domain["events"]: Let's do this before create_type_definitions, ...
4 years, 1 month ago (2016-11-22 19:39:24 UTC) #5
kozy
all done, Dmitry, please take another look https://codereview.chromium.org/2522583002/diff/40001/third_party/inspector_protocol/CodeGenerator.py File third_party/inspector_protocol/CodeGenerator.py (right): https://codereview.chromium.org/2522583002/diff/40001/third_party/inspector_protocol/CodeGenerator.py#newcode510 third_party/inspector_protocol/CodeGenerator.py:510: for event ...
4 years, 1 month ago (2016-11-22 21:01:27 UTC) #6
dgozman
lgtm https://codereview.chromium.org/2522583002/diff/80001/third_party/inspector_protocol/lib/Values_h.template File third_party/inspector_protocol/lib/Values_h.template (right): https://codereview.chromium.org/2522583002/diff/80001/third_party/inspector_protocol/lib/Values_h.template#newcode23 third_party/inspector_protocol/lib/Values_h.template:23: virtual ~Value() { } override https://codereview.chromium.org/2522583002/diff/80001/third_party/inspector_protocol/lib/Values_h.template#newcode51 third_party/inspector_protocol/lib/Values_h.template:51: String ...
4 years, 1 month ago (2016-11-22 22:36:00 UTC) #7
kozy
all done, thanks! https://codereview.chromium.org/2522583002/diff/80001/third_party/inspector_protocol/lib/Values_h.template File third_party/inspector_protocol/lib/Values_h.template (right): https://codereview.chromium.org/2522583002/diff/80001/third_party/inspector_protocol/lib/Values_h.template#newcode23 third_party/inspector_protocol/lib/Values_h.template:23: virtual ~Value() { } On 2016/11/22 ...
4 years, 1 month ago (2016-11-22 23:01:25 UTC) #8
kozy
Dmitry, please take a look! V8 part is landed.
4 years, 1 month ago (2016-11-23 01:19:24 UTC) #10
dgozman
This roll includes two commits actually. Please update the description. lgtm
4 years, 1 month ago (2016-11-23 01:33:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2522583002/120001
4 years ago (2016-11-23 17:33:35 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years ago (2016-11-23 17:40:33 UTC) #23
commit-bot: I haz the power
4 years ago (2016-11-23 17:43:34 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/2dfeded24ecab161d83c6d104c9304efb271c851
Cr-Commit-Position: refs/heads/master@{#434199}

Powered by Google App Engine
This is Rietveld 408576698