[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
Tue Apr 2 11:16:35 PDT 2013


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #196142|review?                     |review-
               Flag|                            |




--- Comment #6 from Pavel Feldman <pfeldman at chromium.org>  2013-04-02 11:14:47 PST ---
(From update of attachment 196142)
View in context: https://bugs.webkit.org/attachment.cgi?id=196142&action=review

> Source/WebCore/inspector/front-end/RemoteObject.js:185
> +    getPropertiesImpl: function(ownProperties, callback)

We typically say doGetProperties

> Source/WebCore/inspector/front-end/RemoteObject.js:191
> +        

Extra space

> Source/WebCore/inspector/front-end/RemoteObject.js:389
> + * @param {WebInspector.ScopeRef=} scopeRef

Why is this optional?

> Source/WebCore/inspector/front-end/RemoteObject.js:450
> +            WebInspector.RemoteObject.prototype.setObjectPropertyValueImpl.call(this, result, name, callback);

When do we get here and why?

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