Closed
Bug 280945
Opened 20 years ago
Closed 20 years ago
XForms XPI missing nsSchemaValidatorRegexp.js/.idl
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: doronr, Assigned: aaronr)
Details
Attachments
(1 file)
|
1.49 KB,
patch
|
doronr
:
review+
|
Details | Diff | Splinter Review |
For regexp support, I have a JS XPCOM component: http://lxr.mozilla.org/seamonkey/source/extensions/schema-validation/src/nsSchemaValidatorRegexp.js http://lxr.mozilla.org/seamonkey/source/extensions/schema-validation/public/nsISchemaValidatorRegexp.idl Which we don't package and I only remembered about today.
Comment 1•20 years ago
|
||
Packages the .js-file too. Not sure that we want to package the idl-file too, do we?
Updated•20 years ago
|
Attachment #176863 -
Flags: review?(doronr)
| Reporter | ||
Comment 2•20 years ago
|
||
There should be a xpt file that we need to package for the js component.
Comment 3•20 years ago
|
||
(In reply to comment #2) > There should be a xpt file that we need to package for the js component. components/schemavalidation.xpt?
| Reporter | ||
Comment 4•20 years ago
|
||
Shouldn't there be a nsSchemaValidatorRegexp.xpt? I am pretty sure the idl gets compiled into an xpt. I'll check that when I get into work.
| Reporter | ||
Comment 5•20 years ago
|
||
Comment on attachment 176863 [details] [diff] [review] Patch We need /home/doron/mozbuilds/1.8/mozilla/obj-opt/extensions/schema-validation/public/_ xpidlgen/nsISchemaValidatorRegexp.xpt as well.
Attachment #176863 -
Flags: review?(doronr) → review-
| Reporter | ||
Comment 6•20 years ago
|
||
Comment on attachment 176863 [details] [diff] [review] Patch nevermind, schemavalidation.xpt has both xpt files in it.
Attachment #176863 -
Flags: review- → review+
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Reporter | ||
Comment 7•20 years ago
|
||
fixed
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•