Bug 65103

Summary: Web Inspector: refactor remote object structure to contain value for primitive values.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, ossy, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 65118    
Bug Blocks:    
Attachments:
Description Flags
Patch yurys: review+

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.