[Webkit-unassigned] [Bug 28666] Inspector: REGRESSION Formatting Function in Console is Abbreviated Too Often

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 23 02:18:51 PDT 2009


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2009-08-23 02:18:51 PDT ---
(In reply to comment #0)

> The current behavior abbreviates too often (in fact all the time). 
> Specifically when setting the "description" in
> InjectedScript.createProxyObject.  Changing the Object.describe() call inside
> createProxyObject makes all of the examples above the unabbreviated style. 
> Should abbreviation move out of Object.describe() and instead be used right
> before showing in the UI?

Thanks for reporting this. Passing information from the InjectedScript to the
UI is going to be slow, especially after we add the JSON serialization there.
So we don't want to push information that might not be needed for the UI. I
think I just need to find the place where it got regressed and do no
abbreviation there. Or do you want to investigate it?

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