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

Issue 2120613002: DevTools: make arrays expandable by default in console (Closed)

Created:
4 years, 5 months ago by luoe
Modified:
4 years, 1 month ago
Reviewers:
lushnikov
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@tree-expand3
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: make arrays expandable by default in console BUG=607682 Committed: https://crrev.com/697a783fb10a4ec2777c71d22521820856816a91 Cr-Commit-Position: refs/heads/master@{#404499}

Patch Set 1 #

Patch Set 2 : Tests pass, just adds expandable arrows #

Patch Set 3 : DevTools: make arrays expandable by default #

Total comments: 2

Patch Set 4 : Address comments #

Patch Set 5 : Rebase + conflict resolution #

Messages

Total messages: 23 (15 generated)
luoe
Ptal :)
4 years, 5 months ago (2016-07-07 21:27:24 UTC) #3
lushnikov
lgtm https://codereview.chromium.org/2120613002/diff/40001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js (right): https://codereview.chromium.org/2120613002/diff/40001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js#newcode718 third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js:718: if (this._message.type === WebInspector.ConsoleMessage.MessageType.DirXML) Style: 1. curly braces ...
4 years, 5 months ago (2016-07-08 17:49:27 UTC) #5
luoe
https://codereview.chromium.org/2120613002/diff/40001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js (right): https://codereview.chromium.org/2120613002/diff/40001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js#newcode718 third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js:718: if (this._message.type === WebInspector.ConsoleMessage.MessageType.DirXML) On 2016/07/08 17:49:27, lushnikov wrote: ...
4 years, 5 months ago (2016-07-08 17:53:46 UTC) #6
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/2120613002/80001
4 years, 5 months ago (2016-07-08 20:42:08 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-08 21:48:03 UTC) #19
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/697a783fb10a4ec2777c71d22521820856816a91 Cr-Commit-Position: refs/heads/master@{#404499}
4 years, 5 months ago (2016-07-08 21:49:48 UTC) #21
wOxxOm
This change has broken expansion of HTML elements. Previously $$('body') array elements were expanded as ...
4 years, 1 month ago (2016-10-29 02:04:28 UTC) #22
wOxxOm
4 years, 1 month ago (2016-10-29 02:08:45 UTC) #23
Message was sent while issue was closed.
Also, now we can't expand the elements directly by clicking the
collapsed-by-default array in the log.

Powered by Google App Engine
This is Rietveld 408576698