Closed
Bug 437483
Opened 16 years ago
Closed 16 years ago
Add targetPlatform to install.rdf
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9
People
(Reporter: imphil, Assigned: imphil)
Details
Attachments
(1 file)
1.73 KB,
patch
|
aaronr
:
review+
doronr
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.14) Gecko/20080410 SUSE/2.0.0.14-0.1 Firefox/2.0.0.14
Build Identifier:
The install.rdf file provides a way to specify for which OS and architecture an extension has been built (http://developer.mozilla.org/en/docs/install.rdf#targetPlatform). This is quite useful for XForms, as the extension manager rejects the extension if you try to install it on a wrong platform. Currently, installing a Linux x86 extension on a x86_64 machine seems to work, but no form will render. By adding the targetPlatform to the install.rdf, this confusion can be avoided.
Reproducible: Always
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #323913 -
Flags: review?(aaronr)
Comment on attachment 323913 [details] [diff] [review]
install targetPlatform to install.rdf
Looks just like what calendar does so I assume it is right :-)
This patch is for both 1.8 branch and trunk, right?
Attachment #323913 -
Flags: review?(aaronr) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Yes, it's for 1.8 and trunk.
Assignee | ||
Updated•16 years ago
|
Attachment #323913 -
Flags: review?(doronr)
Updated•16 years ago
|
Attachment #323913 -
Flags: review?(doronr) → review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Whiteboard: 1.8 branch & trunk
Updated•16 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Version: unspecified → Trunk
Comment 4•16 years ago
|
||
CVS HEAD (1.9.0 branch):
Checking in extensions/xforms/Makefile.in;
/cvsroot/mozilla/extensions/xforms/Makefile.in,v <-- Makefile.in
new revision: 1.77; previous revision: 1.76
done
Checking in extensions/xforms/install.rdf;
/cvsroot/mozilla/extensions/xforms/install.rdf,v <-- install.rdf
new revision: 1.4; previous revision: 1.3
done
CVS MOZILLA_1_8_BRANCH:
Checking in extensions/xforms/Makefile.in;
/cvsroot/mozilla/extensions/xforms/Makefile.in,v <-- Makefile.in
new revision: 1.38.2.19; previous revision: 1.38.2.18
done
Checking in extensions/xforms/install.rdf;
/cvsroot/mozilla/extensions/xforms/install.rdf,v <-- install.rdf
new revision: 1.1.4.7; previous revision: 1.1.4.6
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: 1.8 branch & trunk
Target Milestone: --- → mozilla1.9
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
•