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

Issue 512003003: DevTools: Show preview in console of ES6 Map, Set, WeakMap and WeakSet entries. (Closed)

Created:
6 years, 3 months ago by aandrey
Modified:
6 years, 3 months ago
Reviewers:
vsevik, yurys, pfeldman
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, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Show preview in console of ES6 Map, Set, WeakMap and WeakSet entries. BUG=376196 R=yurys, vsevik Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181972

Patch Set 1 #

Patch Set 2 : more test cases #

Patch Set 3 : fixes + test #

Patch Set 4 : fix LocalJSON object description #

Total comments: 6

Patch Set 5 : MapEntryLocalJSONObject #

Patch Set 6 : fixed test: wrong protocol response for document.all #

Patch Set 7 : fixed dbg tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+383 lines, -77 lines) Patch
M LayoutTests/inspector/console/console-dir-es6.html View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M LayoutTests/inspector/console/console-dir-es6-expected.txt View 1 2 3 4 4 chunks +21 lines, -2 lines 0 comments Download
M LayoutTests/inspector/console/console-format-es6.html View 1 2 3 4 2 chunks +22 lines, -6 lines 0 comments Download
M LayoutTests/inspector/console/console-format-es6-expected.txt View 1 2 3 chunks +91 lines, -10 lines 0 comments Download
M LayoutTests/inspector/extensions/extensions-sidebar-expected.txt View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InjectedScriptSource.js View 1 2 3 4 5 6 4 chunks +84 lines, -10 lines 0 comments Download
M Source/devtools/front_end/components/ObjectPropertiesSection.js View 1 2 3 4 3 chunks +7 lines, -4 lines 0 comments Download
M Source/devtools/front_end/console/ConsoleViewMessage.js View 1 2 3 4 6 chunks +71 lines, -32 lines 0 comments Download
M Source/devtools/front_end/inspectorStyle.css View 1 2 3 4 4 chunks +7 lines, -1 line 0 comments Download
M Source/devtools/front_end/sdk/RemoteObject.js View 1 2 3 4 3 chunks +55 lines, -7 lines 0 comments Download
M Source/devtools/protocol.json View 1 2 3 4 3 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
aandrey
6 years, 3 months ago (2014-08-28 16:50:59 UTC) #1
aandrey
ping?
6 years, 3 months ago (2014-09-01 09:11:03 UTC) #2
vsevik
6 years, 3 months ago (2014-09-01 14:05:46 UTC) #4
aandrey
@yurys, could you please take a look?
6 years, 3 months ago (2014-09-11 06:46:07 UTC) #5
yurys
https://codereview.chromium.org/512003003/diff/60001/Source/core/inspector/InjectedScriptSource.js File Source/core/inspector/InjectedScriptSource.js (right): https://codereview.chromium.org/512003003/diff/60001/Source/core/inspector/InjectedScriptSource.js#newcode1337 Source/core/inspector/InjectedScriptSource.js:1337: push(preview.entries, previewEntry); Is it to avoid calling overwritten Array.prototype.push? ...
6 years, 3 months ago (2014-09-14 12:42:03 UTC) #6
aandrey
https://codereview.chromium.org/512003003/diff/60001/Source/core/inspector/InjectedScriptSource.js File Source/core/inspector/InjectedScriptSource.js (right): https://codereview.chromium.org/512003003/diff/60001/Source/core/inspector/InjectedScriptSource.js#newcode1337 Source/core/inspector/InjectedScriptSource.js:1337: push(preview.entries, previewEntry); On 2014/09/14 12:42:03, yurys wrote: > Is ...
6 years, 3 months ago (2014-09-15 06:51:58 UTC) #7
aandrey
Introduced WebInspector.MapEntryLocalJSONObject PTAL
6 years, 3 months ago (2014-09-15 07:57:01 UTC) #8
yurys
lgtm
6 years, 3 months ago (2014-09-15 08:25:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/512003003/100001
6 years, 3 months ago (2014-09-15 08:29:51 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/24824)
6 years, 3 months ago (2014-09-15 09:38:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/512003003/120001
6 years, 3 months ago (2014-09-15 10:26:05 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-15 12:02:17 UTC) #16
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as 181972

Powered by Google App Engine
This is Rietveld 408576698