[Webkit-unassigned] [Bug 61427] Web Inspector: improve output of console.log(object)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 03:13:45 PDT 2011


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





--- Comment #5 from Pavel Feldman <pfeldman at chromium.org>  2011-05-30 03:13:45 PST ---
(In reply to comment #4)
> http://elv1s.ru/files/js/getOwnPropertyNames_performance.html
> Object.getOwnPropertyNames(window) took on average between 0–1ms. Looks very fast to me.

Actual backend implementation of this method is JavaScript-based: http://codesearch.google.com/codesearch/p?hl=en#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/inspector/InjectedScriptSource.js&q=InjectedScriptSource.js&exact_package=chromium&l=152

You still need to add native accessors in InjectedScript.h/cpp for the methods you add into it though.

-- 
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