Toolkit:Platform Specific Extension Components: Difference between revisions

m
compiler => ABI
m (compiler => ABI)
Line 24: Line 24:


We need...
We need...
# components that are only loaded if they were compiled for the same platform AND using the same compiler (gcc/mingw/msvc) as the host application (Firefox, Thunderbird)
# components that are only loaded if they were compiled for the same platform AND using the same ABI as the host application (Firefox, Thunderbird)
# platform-specific theme jar files, default preferences, window icons and whatever ("this fileset for windows, that one for mac")
# platform-specific theme jar files, default preferences, window icons and whatever ("this fileset for windows, that one for mac")


22

edits