WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
147679
Web Inspector: Improve Support for PropertyName Iterator (Reflect.enumerate) in Inspector
https://bugs.webkit.org/show_bug.cgi?id=147679
Summary
Web Inspector: Improve Support for PropertyName Iterator (Reflect.enumerate) ...
Joseph Pecoraro
Reported
2015-08-04 21:50:22 PDT
* SUMMARY Improve Support for PropertyName Iterator (Reflect.enumerate) in Inspector. * BEFORE:
> Reflect.enumerate(window)
< PropertyName Iterator {} = $1 * AFTER:
> Reflect.enumerate(window)
< PropertyName Iterator ["fadeQueue", "getKey", "Mint", "myWidth", "zoomSteps", …] = $1 * NOTES Also show the internal object being enumerated.
Attachments
[PATCH] Proposed Fix
(9.00 KB, patch)
2015-08-04 21:52 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2015-08-04 21:52:58 PDT
Created
attachment 258266
[details]
[PATCH] Proposed Fix
Yusuke Suzuki
Comment 2
2015-08-04 23:48:12 PDT
I implemented iterator->clone(exec) in advance for this :D
WebKit Commit Bot
Comment 3
2015-08-05 07:05:00 PDT
Comment on
attachment 258266
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 258266 Committed
r187959
: <
http://trac.webkit.org/changeset/187959
>
WebKit Commit Bot
Comment 4
2015-08-05 07:05:05 PDT
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