[Webkit-unassigned] [Bug 27696] Inspector: Console should show completions for the command line APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 08:47:02 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27696


Keishi Hattori <casey.hattori at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33525|review?                     |
               Flag|                            |
  Attachment #33525|0                           |1
        is obsolete|                            |
  Attachment #33549|                            |review?
               Flag|                            |




--- Comment #4 from Keishi Hattori <casey.hattori at gmail.com>  2009-07-27 08:47:02 PDT ---
Created an attachment (id=33549)
 --> (https://bugs.webkit.org/attachment.cgi?id=33549)
Fixed sortedProperties

(In reply to comment #3)
> Sort function for Object.sortedProperties is used in ObjectPropertiesSections. 
> You should that parameter (sortFunc) back.  If sortFunc is not provided then
> the normal sort() is applied so it works out fine.

Sorry my mistake.

> Also what about global functions/classes?  For example:
> String, Date, toString, Number, ...

Great idea. My understanding is that those are specified are {DontEnum} so you
need to keep a list of them. I think I'll file separate bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list