RESOLVED FIXED 63687
Web Inspector: remove ExtensionAPISchema.json
https://bugs.webkit.org/show_bug.cgi?id=63687
Summary Web Inspector: remove ExtensionAPISchema.json
Andrey Kosyakov
Reported 2011-06-29 23:57:54 PDT
We don't use the extension API schema for anything in WebCore now, so it shouldn't be there.
Attachments
patch (15.62 KB, patch)
2011-06-29 23:59 PDT, Andrey Kosyakov
no flags
Andrey Kosyakov
Comment 1 2011-06-29 23:59:51 PDT
Patrick Mueller
Comment 2 2011-06-30 04:17:59 PDT
I assume that the extension function isn't going away, just the json schema describing it? Previously some code was previously using the schema for code-gen or validating AP, but now it's not?
Andrey Kosyakov
Comment 3 2011-06-30 04:49:49 PDT
(In reply to comment #2) > I assume that the extension function isn't going away, just the json schema describing it? Exactly. > Previously some code was previously using the schema for code-gen or validating AP, but now it's not? While both validation and generating code are something we consider in the future, we don't do this yet (and never did). The only purpose of this schema was generating docs, and the doc generating code was never in the WebCore land, so we decided to remove the schema for now. It may come back if we go for validation and/or code generation.
WebKit Review Bot
Comment 4 2011-06-30 07:03:42 PDT
Comment on attachment 99247 [details] patch Clearing flags on attachment: 99247 Committed r90116: <http://trac.webkit.org/changeset/90116>
WebKit Review Bot
Comment 5 2011-06-30 07:03:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.