Bug 28615

Summary: Inspector: Console Array Formatter Shows Extra Properties
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, joepeck, pfeldman, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.apple.com/startpage/
Attachments:
Description Flags
[IMAGE] Showing Extra Output
none
[PATCH] Does not ignore hasOwnProperties timothy: review+

Joseph Pecoraro
Reported 2009-08-21 09:45:50 PDT
Created attachment 38377 [details] [IMAGE] Showing Extra Output On Page: http://www.apple.com/startpage/ Input: [0,1] Expected Output: [0, 1] Actual Output: [0, 1, function (c, b) {var a=0;c=c.bind(b);try{...] Solution: Do not ignore hasOwnProperties when getting Array properties.
Attachments
[IMAGE] Showing Extra Output (221.12 KB, image/png)
2009-08-21 09:45 PDT, Joseph Pecoraro
no flags
[PATCH] Does not ignore hasOwnProperties (1.14 KB, patch)
2009-08-21 09:47 PDT, Joseph Pecoraro
timothy: review+
Joseph Pecoraro
Comment 1 2009-08-21 09:47:45 PDT
Created attachment 38378 [details] [PATCH] Does not ignore hasOwnProperties
Joseph Pecoraro
Comment 2 2009-08-21 11:13:11 PDT
Note You need to log in before you can comment on or make changes to this bug.