Bug 28427

Summary: WebInspector: Fix array formatter
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
timothy: review+
patch timothy: review+

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