[Webkit-unassigned] [Bug 29714] apply a style change to scope variables as they change from step to step

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 00:55:25 PST 2013


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





--- Comment #10 from Pavel Feldman <pfeldman at chromium.org>  2013-02-26 00:57:49 PST ---
> - how deeply do we check for changes?  Just the top level properties in the various sections?  The leafs in the expanded sections?

We should compare primitive values and rely on object identity.

> 
> - presumably new properties/variables would get marked as "changes" - as well as a normal property change; what about property/variable deletions?  I'm imagining showing some ghostly or strike-out representation of the deleted property/variable

We should not go deep. New properties in the scope are just new scope variables.

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