[Webkit-unassigned] [Bug 27514] add support for watched expressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 11:58:36 PDT 2009


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





--- Comment #19 from Patrick Mueller <pmuellr at yahoo.com>  2009-09-09 11:58:36 PDT ---
(In reply to comment #18)
> Yup.  Looks good!

Looked good for a minute anyway.  :-)

I'm finding I'm having to greatly complicate the code, including some light
(but safe!) refactoring of the ObjectProperties* classes, in order to make this
work.  For instance, I still need the top level entries in the section to be a
new class of TreeElement, but want to use ObjectPropertyTreeElement for
everything below, and this will require making the treeElement constructor
parameterized, instead of using the one the section says to use.

I suspect, the result, assuming I can get it working, will be a little less
clear as to what's going on here than the original version I wrote.

Everyone ok with that?  At this point, it seems like I'm purely trying to avoid
using InjectedScriptAccess.getProperties(), which seems kind of silly for the
effort.

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