Summary: | Web Inspector: Title of dir(["test", "test2"]) should be Array | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> | ||||||
Component: | Web Inspector (Deprecated) | Assignee: | Pavel Feldman <pfeldman> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | aroben, joepeck, pfeldman, rik, timothy | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Timothy Hatcher
2009-10-17 14:35:21 PDT
Created attachment 41376 [details]
patch
Created attachment 41377 [details]
same with "NodeList" as node list title.
Comment on attachment 41377 [details]
same with "NodeList" as node list title.
Yay. Tests!
In context:
> case "object"
> case "node":
> return type2;
> case "array":
> return type2;
How about adding "array" to the fall-through cases above?
(In reply to comment #4) > In context: > > > case "object" > > case "node": > > return type2; > > case "array": > > return type2; > > How about adding "array" to the fall-through cases above? Good point, that would be better. > How about adding "array" to the fall-through cases above?
Done.
Committing to http://svn.webkit.org/repository/webkit/trunk ... M LayoutTests/inspector/console-tests-expected.txt M LayoutTests/inspector/console-tests.html M WebCore/ChangeLog M WebCore/inspector/front-end/InjectedScript.js Committed r49758 |