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

Issue 149341: DevTools: show property type names in Elements panel and Console (Closed)

Created:
11 years, 5 months ago by yurys
Modified:
9 years, 7 months ago
Reviewers:
pfeldman
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

DevTools: show property type names in Elements panel and Console. BUG=15988 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20253

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -28 lines) Patch
M webkit/glue/devtools/js/devtools.js View 4 chunks +19 lines, -21 lines 0 comments Download
M webkit/glue/devtools/js/inject.js View 1 2 3 3 chunks +30 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
yurys
11 years, 5 months ago (2009-07-08 18:19:05 UTC) #1
pfeldman
LGTM with comments http://codereview.chromium.org/149341/diff/1/2 File webkit/glue/devtools/js/inject.js (right): http://codereview.chromium.org/149341/diff/1/2#newcode110 Line 110: result.push(undefined); what is this forth ...
11 years, 5 months ago (2009-07-08 20:22:19 UTC) #2
yurys
11 years, 5 months ago (2009-07-09 07:23:09 UTC) #3
I've also added function signature formatting for methods.

http://codereview.chromium.org/149341/diff/1/2
File webkit/glue/devtools/js/inject.js (right):

http://codereview.chromium.org/149341/diff/1/2#newcode110
Line 110: result.push(undefined);
On 2009/07/08 20:22:19, pfeldman wrote:
> what is this forth parameter? jsdoc it?

Done.

http://codereview.chromium.org/149341/diff/1/2#newcode144
Line 144: return (value == null) ? 'null' : value.constructor.name;
On 2009/07/08 20:22:19, pfeldman wrote:
> can constructor be null?
No.

Powered by Google App Engine
This is Rietveld 408576698