[Webkit-unassigned] [Bug 126855] Web Inspector: scope chain details sidebar doesn't update values modified via console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 23:17:21 PST 2014


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





--- Comment #6 from Chris J. Shull <chrisjshull at gmail.com>  2014-02-13 23:14:36 PST ---
Thanks for the feedback, uploaded new patch.

Two things I wasn’t sure about:
1) I didn’t add any data to the event, since it seems like most events don’t include data unless something will use it. Happy to add if you want though.
2) I didn’t refactor RuntimeManager#evaluateInInspectedWindow() to not have a callback at all, since having a callback made more sense for the things which were calling that method (since they needed to have callbacks specific to the invocation, as opposed to generic like the event is used.) Plus, one of the other args changes what args get passed to the callback.

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