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

Issue 1963753003: DevTools: default all console object previews to lossy (Closed)

Created:
4 years, 7 months ago by luoe
Modified:
4 years, 7 months ago
Reviewers:
kozy, 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, kinuko+watch, 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: default all console object previews to lossy BUG=607679 Committed: https://crrev.com/9e1dd6173109704cf8df1ca0b3c1ea1ecc5305de Cr-Commit-Position: refs/heads/master@{#394626}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address patch 1 comments #

Patch Set 3 : Rebase #

Patch Set 4 : Better rebase #

Total comments: 2

Patch Set 5 : Address comments in patch 4 #

Patch Set 6 : Added missing return #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -80 lines) Patch
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getProperties-preview-expected.txt View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt View 4 chunks +38 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt View 6 chunks +59 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-object-preview-expected.txt View 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js View 1 2 3 4 5 4 chunks +4 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js View 2 chunks +4 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 2 3 4 5 11 chunks +15 lines, -45 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
luoe
Inspector tests should all be passing. Ready for review.
4 years, 7 months ago (2016-05-09 22:51:45 UTC) #3
kozy
https://codereview.chromium.org/1963753003/diff/1/third_party/WebKit/Source/devtools/front_end/console/consoleView.css File third_party/WebKit/Source/devtools/front_end/console/consoleView.css (right): https://codereview.chromium.org/1963753003/diff/1/third_party/WebKit/Source/devtools/front_end/console/consoleView.css#newcode456 third_party/WebKit/Source/devtools/front_end/console/consoleView.css:456: .console-view-object-properties-section { Please wait for @lushnikov review of this. ...
4 years, 7 months ago (2016-05-10 00:04:42 UTC) #4
kozy
https://codereview.chromium.org/1963753003/diff/1/third_party/WebKit/Source/devtools/Inspector-1.1.json File third_party/WebKit/Source/devtools/Inspector-1.1.json (left): https://codereview.chromium.org/1963753003/diff/1/third_party/WebKit/Source/devtools/Inspector-1.1.json#oldcode639 third_party/WebKit/Source/devtools/Inspector-1.1.json:639: { "name": "lossless", "type": "boolean", "description": "Determines whether preview ...
4 years, 7 months ago (2016-05-10 00:05:32 UTC) #5
kozy
Added Andrey for css and frontend.
4 years, 7 months ago (2016-05-10 00:08:55 UTC) #7
luoe
Brackets removed, inspector-1.1.json reverted. Please see comment on the if condition https://codereview.chromium.org/1963753003/diff/1/third_party/WebKit/Source/devtools/Inspector-1.1.json File third_party/WebKit/Source/devtools/Inspector-1.1.json (left): ...
4 years, 7 months ago (2016-05-10 17:27:46 UTC) #8
kozy
lgtm, please wait for @lushnikov's review. https://codereview.chromium.org/1963753003/diff/1/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js File third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js (left): https://codereview.chromium.org/1963753003/diff/1/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js#oldcode970 third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js:970: if (!descriptor.isOwn && ...
4 years, 7 months ago (2016-05-11 00:54:19 UTC) #9
lushnikov
lgtm https://codereview.chromium.org/1963753003/diff/10014/third_party/WebKit/Source/devtools/front_end/console/consoleView.css File third_party/WebKit/Source/devtools/front_end/console/consoleView.css (right): https://codereview.chromium.org/1963753003/diff/10014/third_party/WebKit/Source/devtools/front_end/console/consoleView.css#newcode458 third_party/WebKit/Source/devtools/front_end/console/consoleView.css:458: margin-top: -1px; let's not do margin -1px - ...
4 years, 7 months ago (2016-05-16 22:33:31 UTC) #10
luoe
Style fixes coming in separate CL https://codereview.chromium.org/1963753003/diff/10014/third_party/WebKit/Source/devtools/front_end/console/consoleView.css File third_party/WebKit/Source/devtools/front_end/console/consoleView.css (right): https://codereview.chromium.org/1963753003/diff/10014/third_party/WebKit/Source/devtools/front_end/console/consoleView.css#newcode458 third_party/WebKit/Source/devtools/front_end/console/consoleView.css:458: margin-top: -1px; On ...
4 years, 7 months ago (2016-05-16 22:45:49 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963753003/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963753003/70001
4 years, 7 months ago (2016-05-17 00:12:35 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/228637)
4 years, 7 months ago (2016-05-17 01:36:18 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963753003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963753003/90001
4 years, 7 months ago (2016-05-18 20:38:59 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/72877)
4 years, 7 months ago (2016-05-18 22:12:27 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963753003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963753003/90001
4 years, 7 months ago (2016-05-18 23:40:36 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-19 00:45:04 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963753003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963753003/90001
4 years, 7 months ago (2016-05-19 01:04:11 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:90001)
4 years, 7 months ago (2016-05-19 01:11:52 UTC) #28
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 01:13:44 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9e1dd6173109704cf8df1ca0b3c1ea1ecc5305de
Cr-Commit-Position: refs/heads/master@{#394626}

Powered by Google App Engine
This is Rietveld 408576698