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

Issue 2468803002: [DevTools] migrate InspectorDOMAgent to new style (Closed)

Created:
4 years, 1 month ago by kozy
Modified:
4 years, 1 month ago
Reviewers:
dgozman, sadrul, aboxhall
CC:
chromium-reviews, caseq+blink_chromium.org, yuzo+watch_chromium.org, aboxhall, aboxhall+watch_chromium.org, nektar+watch_chromium.org, lushnikov+blink_chromium.org, haraken, pfeldman+blink_chromium.org, nektarios, dmazzoni, apavlov+blink_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, devtools-reviews_chromium.org, blink-reviews, je_julie, kozyatinskiy+blink_chromium.org, Sarmad Hashmi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] migrate InspectorDOMAgent to new style BUG=none R=dgozman@chromium.org Committed: https://crrev.com/6d24b35ab8fe401d4da208873818958d5a4868be Cr-Commit-Position: refs/heads/master@{#429463}

Patch Set 1 #

Patch Set 2 : moveable maybe #

Patch Set 3 : moveable maybe #

Total comments: 28

Patch Set 4 : addressed comments #

Total comments: 2

Patch Set 5 : addressed comments and rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+611 lines, -665 lines) Patch
M ash/common/devtools/ash_devtools_dom_agent.h View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M ash/common/devtools/ash_devtools_dom_agent.cc View 1 2 3 1 chunk +10 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/DOMEditor.h View 2 chunks +7 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/DOMEditor.cpp View 1 2 3 1 chunk +30 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 12 chunks +33 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h View 1 2 3 4 chunks +91 lines, -123 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 2 3 4 25 chunks +418 lines, -452 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 2 chunks +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/LayoutEditor.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/inspector_protocol/CodeGenerator.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/inspector_protocol/README.chromium View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 28 (16 generated)
kozy
Dmitry, please take a look.
4 years, 1 month ago (2016-11-01 15:17:55 UTC) #1
dgozman
You'll have to migrate ash devtools as well (they reuse DOM agent). https://codereview.chromium.org/2468803002/diff/40001/third_party/WebKit/Source/core/inspector/DOMEditor.cpp File third_party/WebKit/Source/core/inspector/DOMEditor.cpp ...
4 years, 1 month ago (2016-11-01 18:36:31 UTC) #4
kozy
All done, please take a look. https://codereview.chromium.org/2468803002/diff/40001/third_party/WebKit/Source/core/inspector/DOMEditor.cpp File third_party/WebKit/Source/core/inspector/DOMEditor.cpp (right): https://codereview.chromium.org/2468803002/diff/40001/third_party/WebKit/Source/core/inspector/DOMEditor.cpp#newcode449 third_party/WebKit/Source/core/inspector/DOMEditor.cpp:449: static Response populateErrorString(ExceptionState& ...
4 years, 1 month ago (2016-11-02 16:06:04 UTC) #5
kozy
Sadrul, please take a look. I need owner lgtm for ash/devtools.
4 years, 1 month ago (2016-11-02 16:40:22 UTC) #7
kozy
Alice, please take a look. I need owner lgtm for InspectorAccessibilityAgent.
4 years, 1 month ago (2016-11-02 16:41:49 UTC) #9
sadrul
stamp lgtm for ash changes. (cc +mhashmi@)
4 years, 1 month ago (2016-11-02 17:00:04 UTC) #12
dgozman
lgtm https://codereview.chromium.org/2468803002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp (right): https://codereview.chromium.org/2468803002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp#newcode1281 third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp:1281: response = !node ? Response::InternalError() : Response::OK(); InternalError ...
4 years, 1 month ago (2016-11-02 17:06:41 UTC) #13
kozy
All done, thanks! https://codereview.chromium.org/2468803002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp (right): https://codereview.chromium.org/2468803002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp#newcode1281 third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp:1281: response = !node ? Response::InternalError() : ...
4 years, 1 month ago (2016-11-02 18:37:28 UTC) #16
aboxhall
lgtm for InspectorAccessibilityAgent :D
4 years, 1 month ago (2016-11-02 22:23:43 UTC) #19
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/2468803002/80001
4 years, 1 month ago (2016-11-02 23:55:09 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-11-03 00:00:54 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 00:04:09 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6d24b35ab8fe401d4da208873818958d5a4868be
Cr-Commit-Position: refs/heads/master@{#429463}

Powered by Google App Engine
This is Rietveld 408576698