Closed
Bug 785459
Opened 13 years ago
Closed 13 years ago
Enable the WebIDL parser to be used stand-alone for syntax checking
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
1.74 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Comment on attachment 655080 [details] [diff] [review]
Patch (v1)
Review of attachment 655080 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/bindings/parser/WebIDL.py
@@ +3679,5 @@
> + if options.verbose_errors:
> + traceback.print_exc()
> + else:
> + print e
> + parser.finish()
parser.finish() can throw too, say if you referenced an interface somewhere that was never defined.
Attachment #655080 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla17
Assignee | ||
Comment 4•13 years ago
|
||
Pushed a follow-up for python 2.5 compatibility:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f56f3d3f2c12
Comment 5•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1bdc56a180bc
https://hg.mozilla.org/mozilla-central/rev/f56f3d3f2c12
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•