Bug 28427 - WebInspector: Fix array formatter
Summary: WebInspector: Fix array formatter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 07:29 PDT by Pavel Feldman
Modified: 2009-08-18 14:09 PDT (History)
1 user (show)

See Also:


Attachments
patch (5.57 KB, text/plain)
2009-08-18 08:57 PDT, Pavel Feldman
timothy: review+
Details
patch (1.27 KB, text/plain)
2009-08-18 13:58 PDT, Pavel Feldman
timothy: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 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
Comment 1 Pavel Feldman 2009-08-18 08:57:24 PDT
Created attachment 35043 [details]
patch
Comment 2 Pavel Feldman 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
Comment 3 Pavel Feldman 2009-08-18 13:58:38 PDT
Created attachment 35069 [details]
patch

No need to unwrap node objects.
Comment 4 Pavel Feldman 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