Bug 216862 - Provide a single feature layout for Xulrunner
Summary: Provide a single feature layout for Xulrunner
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ATF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 01:55 EST by Philippe Ombredanne CLA
Modified: 2020-05-07 10:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Ombredanne CLA 2008-01-29 01:55:25 EST
... to simplify the update. See atf-dev thread on the topic.
http://dev.eclipse.org/mhonarc/lists/atf-dev/msg00425.html
Comment 1 Jacek Pospychala CLA 2009-08-20 08:53:03 EDT
XULRunner is currently packaged as two features:
1. XPCOM, consists of 1 multiplatform plug-in
2. XULRunner, consists of 3 platform-specific plug-ins

It was brought to our attention that XULRunner could actually be built as one plug-in plus 3 platform-spec. fragments.
This way consumer would always depend on only one plug-in and would safely assume that platform-specific fragment for current architecture is always installed.

There are still some questions:
- what would the main plugin contain? Nothing?
- what would be required for consumer to switch from 3 plug-ins to 1plugin+3fragments model?
Comment 2 Jacek Pospychala CLA 2009-08-25 09:16:02 EDT
I have committed changes to our xulrunner update site build scripts to build xulrunner in 1 plug-in + n features style