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

Issue 694753002: DevTools: Show preview for ES6 MapIterator, SetIterator in console. (Closed)

Created:
6 years, 1 month ago by aandrey
Modified:
6 years, 1 month ago
Reviewers:
vsevik, yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, blink-reviews-bindings_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, arv+blink, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Show preview for ES6 MapIterator, SetIterator in console. BUG=427868 R=yurys, vsevik Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185029

Patch Set 1 #

Patch Set 2 : added test for half way through iterators #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -9 lines) Patch
M LayoutTests/inspector/console/console-dir-es6.html View 1 chunk +11 lines, -0 lines 0 comments Download
M LayoutTests/inspector/console/console-dir-es6-expected.txt View 2 chunks +30 lines, -0 lines 0 comments Download
M LayoutTests/inspector/console/console-format-es6.html View 1 2 1 chunk +18 lines, -1 line 0 comments Download
M LayoutTests/inspector/console/console-format-es6-expected.txt View 1 2 2 chunks +80 lines, -0 lines 0 comments Download
M Source/bindings/core/v8/DebuggerScript.js View 1 chunk +2 lines, -2 lines 1 comment Download
M Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/inspector/InjectedScriptSource.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/components/ObjectPropertiesSection.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/console/ConsoleViewMessage.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/inspectorStyle.css View 3 chunks +3 lines, -0 lines 0 comments Download
M Source/devtools/protocol.json View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
aandrey
Depends on https://codereview.chromium.org/693813002/ patch to V8.
6 years, 1 month ago (2014-10-31 10:23:04 UTC) #1
vsevik
What happens if we do something like m = new Map(); m.set(1,2); m.set(2,3); keys = ...
6 years, 1 month ago (2014-10-31 15:02:03 UTC) #2
aandrey
On 2014/10/31 15:02:03, vsevik wrote: > What happens if we do something like > > ...
6 years, 1 month ago (2014-10-31 15:15:41 UTC) #3
aandrey
On 2014/10/31 15:02:03, vsevik wrote: > What happens if we do something like > > ...
6 years, 1 month ago (2014-11-01 09:58:56 UTC) #4
vsevik
We could also show the original collection (map, set, etc) as well, this could be ...
6 years, 1 month ago (2014-11-06 07:10:52 UTC) #5
vsevik
lgtm
6 years, 1 month ago (2014-11-06 07:13:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/694753002/60001
6 years, 1 month ago (2014-11-06 20:58:34 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/19173)
6 years, 1 month ago (2014-11-06 21:01:54 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/694753002/60001
6 years, 1 month ago (2014-11-10 07:31:48 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/19334)
6 years, 1 month ago (2014-11-10 07:34:49 UTC) #16
yurys
lgtm https://codereview.chromium.org/694753002/diff/60001/Source/bindings/core/v8/DebuggerScript.js File Source/bindings/core/v8/DebuggerScript.js (right): https://codereview.chromium.org/694753002/diff/60001/Source/bindings/core/v8/DebuggerScript.js#newcode88 Source/bindings/core/v8/DebuggerScript.js:88: DebuggerScript.getCollectionEntries = function(object) We should pick a better ...
6 years, 1 month ago (2014-11-10 07:38:03 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/694753002/60001
6 years, 1 month ago (2014-11-10 07:38:42 UTC) #19
commit-bot: I haz the power
6 years, 1 month ago (2014-11-10 09:31:49 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 185029

Powered by Google App Engine
This is Rietveld 408576698