Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
m (compiler => ABI) |
|||
Line 79: | Line 79: | ||
mycomponent.dll | mycomponent.dll | ||
== | == Resolved Issues == | ||
<dl> | |||
<dt>What happens when we put chrome jar files in the platform directories - do they have to be listed in the main chrome.manifest? What if the current platform doesn't have that file, is it just ignored? | |||
<dd> Each platform directory may have its own chrome.manifest: | |||
<pre>chrome.manifest | |||
platform/WINNT/chrome.manifest | |||
platform/WINNT_msvc/chrome.manifest</pre> | |||
<dt>What happens to preference files - what happens if two have the same name, in which sequence are they loaded, are prefs overwritten if specified in both the base prefs file and a platform-specific one? | |||
<dd> Yes, we should read the "base" preferences first, then the platform-specific ones, and the pref system will automatically override any duplicate prefs. | |||
</dl> | |||
== Bug References == | == Bug References == |