Closed
Bug 339863
Opened 19 years ago
Closed 19 years ago
Scriptable SVG interfaces inherit from non-scriptable interfaces
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Unassigned)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
9.05 KB,
patch
|
tor
:
review+
tor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
Warnings while working on the 1.8 branch: ---------------------- nsISVGGlyphGeometrySource.idl:100: Warning: nsISVGGlyphGeometrySource is scriptable but inherits from the non-scriptable interface nsISVGGlyphMetricsSource nsISVGPathGeometrySource.idl:114: Warning: nsISVGPathGeometrySource is scriptable but inherits from the non-scriptable interface nsISVGGeometrySource ---------------------- It seems that nsISVGGlyphGeometrySource was made non-scriptable on the trunk. Same with nsISVGPathGeometrySource. Perhaps we can do that on the branch also?
Reporter | ||
Comment 1•19 years ago
|
||
Talked to Tim, who said to just mark all of the interfaces in renderer/public as non-scriptable.
Attachment #223975 -
Flags: review?(tor)
Attachment #223975 -
Flags: review?(tor) → review+
Reporter | ||
Updated•19 years ago
|
Attachment #223975 -
Flags: approval-branch-1.8.1?(tor)
Attachment #223975 -
Flags: approval-branch-1.8.1?(tor) → approval-branch-1.8.1+
You need to log in
before you can comment on or make changes to this bug.
Description
•