WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142008
Web Inspector: Improve PropertyPath display strings for getters / values
https://bugs.webkit.org/show_bug.cgi?id=142008
Summary
Web Inspector: Improve PropertyPath display strings for getters / values
Joseph Pecoraro
Reported
2015-02-24 23:14:06 PST
* SUMMARY Improve PropertyPath display strings for getters / values. js> dir([{property: {get value() { return 10; }}}]) <- ▼ 0: Object ▼ property: Object ▼ value: (...) Hovering value here should say: obj[0].property.__lookupGetter__("value") Once invoking the getter. Hovering value should say: obj[0].property.value We should elide __proto__ when dealing with values. We could probably keep them for getters, but lets leave them in to guarentee the absolute path.
Attachments
[PATCH] Proposed Fix
(9.76 KB, patch)
2015-02-24 23:18 PST
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-02-24 23:14:18 PST
<
rdar://problem/19949817
>
Joseph Pecoraro
Comment 2
2015-02-24 23:18:36 PST
Created
attachment 247315
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 3
2015-02-25 07:04:06 PST
Comment on
attachment 247315
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 247315 Committed
r180624
: <
http://trac.webkit.org/changeset/180624
>
WebKit Commit Bot
Comment 4
2015-02-25 07:04:11 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug