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

Issue 2486953002: DevTools: sort functions last in object previews (Closed)

Created:
4 years, 1 month 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, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: sort functions last in object previews In the near future, injected script source will add functions to object previews. This CL is made in preparation for that change. BUG=645053 Committed: https://crrev.com/4713c97d015f1010216edb6b785e0707b0c72dc7 Cr-Commit-Position: refs/heads/master@{#431348}

Patch Set 1 #

Total comments: 2

Patch Set 2 : ac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (18 generated)
luoe
4 years, 1 month ago (2016-11-09 02:53:24 UTC) #3
lushnikov
lgtm https://codereview.chromium.org/2486953002/diff/1/third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js File third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js (right): https://codereview.chromium.org/2486953002/diff/1/third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js#newcode59 third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js:59: else if (a.type === 'function' && b.type !== ...
4 years, 1 month ago (2016-11-10 04:06:58 UTC) #4
luoe
https://codereview.chromium.org/2486953002/diff/1/third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js File third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js (right): https://codereview.chromium.org/2486953002/diff/1/third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js#newcode59 third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js:59: else if (a.type === 'function' && b.type !== 'function') ...
4 years, 1 month ago (2016-11-10 17:33:53 UTC) #15
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/2486953002/20001
4 years, 1 month ago (2016-11-10 21:00:55 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-10 21:07:06 UTC) #22
commit-bot: I haz the power
4 years, 1 month ago (2016-11-10 21:12:58 UTC) #24
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4713c97d015f1010216edb6b785e0707b0c72dc7
Cr-Commit-Position: refs/heads/master@{#431348}

Powered by Google App Engine
This is Rietveld 408576698