WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2011-07-25 05:51:47 PDT
Created
attachment 101864
[details]
Patch
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
Committed
r91665
: <
http://trac.webkit.org/changeset/91665
>
Csaba Osztrogonác
Comment 4
2011-07-26 08:40:46 PDT
inspector/console/console-format.html fails after
https://trac.webkit.org/changeset/91749
:
http://build.webkit.org/results/Qt%20Linux%20Release/r91750%20%2835770%29/inspector/console/console-format-pretty-diff.html
Could you check it, please?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug