RESOLVED FIXED 65103
Web Inspector: refactor remote object structure to contain value for primitive values.
https://bugs.webkit.org/show_bug.cgi?id=65103
Summary Web Inspector: refactor remote object structure to contain value for primitiv...
Pavel Feldman
Reported 2011-07-25 05:48:49 PDT
Patch to follow.
Attachments
Patch (27.32 KB, patch)
2011-07-25 05:51 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2011-07-25 05:51:47 PDT
Yury Semikhatsky
Comment 2 2011-07-25 06:37:48 PDT
Comment on attachment 101864 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=101864&action=review > Source/WebCore/inspector/Inspector.json:226 > + { "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "undefined", "regexp", "date"], "description": "Object subtype hint. Specified for only for <code>object</code> type values only." }, There is undefined type. > Source/WebCore/inspector/Inspector.json:227 > + { "name": "className", "type": "string", "optional": true, "description": "Object class (constructor) name. Specified for only for <code>object</code> type values only." }, Please leave only only. > Source/WebCore/inspector/front-end/ConsoleView.js:852 > + if (parameters[i] instanceof WebInspector.RemoteObject) Please put a FIXME to extract this parameter conversion out of this method. > Source/WebCore/inspector/front-end/RemoteObject.js:43 > + this._hasChildren = false; this._value = value?
Pavel Feldman
Comment 3 2011-07-25 07:25:12 PDT
Csaba Osztrogonác
Comment 4 2011-07-26 08:40:46 PDT
Note You need to log in before you can comment on or make changes to this bug.