RESOLVED FIXED 28427
WebInspector: Fix array formatter
https://bugs.webkit.org/show_bug.cgi?id=28427
Summary WebInspector: Fix array formatter
Pavel Feldman
Reported 2009-08-18 07:29:02 PDT
1. open WebInspector 2. open Console 3. type in "[1,2,3]" Expected: [1,2,3] in console Actual: [] in console
Attachments
patch (5.57 KB, text/plain)
2009-08-18 08:57 PDT, Pavel Feldman
timothy: review+
patch (1.27 KB, text/plain)
2009-08-18 13:58 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2009-08-18 08:57:24 PDT
Pavel Feldman
Comment 2 2009-08-18 12:47:29 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/ConsoleView.js M WebCore/inspector/front-end/InjectedScript.js Committed r47443
Pavel Feldman
Comment 3 2009-08-18 13:58:38 PDT
Created attachment 35069 [details] patch No need to unwrap node objects.
Pavel Feldman
Comment 4 2009-08-18 14:09:13 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/ConsoleView.js Committed r47455
Note You need to log in before you can comment on or make changes to this bug.