[Webkit-unassigned] [Bug 113670] Web Inspector: manually update local variable in UI after its value was changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 05:05:07 PDT 2013


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





--- Comment #3 from Peter Rybin <prybin at chromium.org>  2013-04-01 05:03:19 PST ---
> > Source/WebCore/inspector/front-end/RemoteObject.js:243
> > +            if (this._scopeRef) {
> So when should I pay attention to scopeRef and when I should not? Does RemoteObject now represent different entities from different domains?

ScopeRef logically couples with objectId. Having ScopeRef set means that the remote object is transient and some operation don't have meaning for 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