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

Issue 2102453003: [DevTools] Move collectionEntries to internalProperties in protocol (Closed)

Created:
4 years, 5 months ago by kozy
Modified:
4 years, 5 months ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move collectionEntries to internalProperties in protocol BUG=623763 R=dgozman@chromium.org Committed: https://crrev.com/986d0c88cf902981788863f72ea0c542767e580d Cr-Commit-Position: refs/heads/master@{#402671}

Patch Set 1 #

Total comments: 9

Patch Set 2 #

Total comments: 6

Patch Set 3 #

Total comments: 2

Patch Set 4 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -271 lines) Patch
M third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt View 1 2 3 1 chunk +24 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt View 1 2 3 9 chunks +32 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt View 1 2 3 10 chunks +36 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js View 1 2 3 chunks +6 lines, -54 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js View 1 chunk +0 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js View 1 3 chunks +0 lines, -48 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 2 4 chunks +27 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 3 2 chunks +0 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 2 3 3 chunks +34 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp View 1 2 4 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/js_protocol.json View 2 chunks +0 lines, -21 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
kozy
Dmitry, please take a look!
4 years, 5 months ago (2016-06-27 23:59:48 UTC) #3
dgozman
I like where this is going. Can we remove special-handling on frontend right now? We ...
4 years, 5 months ago (2016-06-28 01:20:47 UTC) #4
kozy
All done, please take a look! https://codereview.chromium.org/2102453003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js File third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js (right): https://codereview.chromium.org/2102453003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode766 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:766: if (String(name >>> ...
4 years, 5 months ago (2016-06-28 18:41:50 UTC) #5
dgozman
Let's add a subtype for [[entries]] and clean up more things! https://codereview.chromium.org/2102453003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js File third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js (right): ...
4 years, 5 months ago (2016-06-28 18:58:09 UTC) #6
kozy
All done, please take a look! https://codereview.chromium.org/2102453003/diff/30017/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js File third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js (right): https://codereview.chromium.org/2102453003/diff/30017/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js#newcode651 third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js:651: _describeEverything: function(value) On ...
4 years, 5 months ago (2016-06-28 20:55:46 UTC) #8
dgozman
lgtm modulo extra proto https://codereview.chromium.org/2102453003/diff/90001/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt File third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt (right): https://codereview.chromium.org/2102453003/diff/90001/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt#newcode79 third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt:79: __proto__: Array[0] Can we skip ...
4 years, 5 months ago (2016-06-28 21:09:11 UTC) #9
kozy
All done! Woohoo! https://codereview.chromium.org/2102453003/diff/90001/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt File third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt (right): https://codereview.chromium.org/2102453003/diff/90001/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt#newcode79 third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt:79: __proto__: Array[0] On 2016/06/28 21:09:11, dgozman ...
4 years, 5 months ago (2016-06-28 23:57:31 UTC) #10
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/2102453003/110001
4 years, 5 months ago (2016-06-28 23:59:17 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:110001)
4 years, 5 months ago (2016-06-29 02:25:37 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 02:28:14 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/986d0c88cf902981788863f72ea0c542767e580d
Cr-Commit-Position: refs/heads/master@{#402671}

Powered by Google App Engine
This is Rietveld 408576698