зеркало из https://github.com/mozilla/pjs.git
mac/unix side of fix for bug 188251 - explicitly specify resource files to reduce the embedding footprint
also remove references to the old gkcontent library r=dougt, sr=bryner
This commit is contained in:
Родитель
eea27adf06
Коммит
6fd10a6ac5
|
@ -108,8 +108,6 @@ Components:JSUrl.shlb
|
|||
Components:jsurl.xpt
|
||||
|
||||
; layout
|
||||
Components:content.shlb
|
||||
; res:dtd:*
|
||||
res:dtd:xhtml11.dtd
|
||||
Components:layout.shlb
|
||||
Components:htmlparser.shlb
|
||||
|
@ -122,7 +120,6 @@ Components:layout.xpt
|
|||
|
||||
Components:Necko.shlb
|
||||
Components:necko.xpt
|
||||
Components:Necko2.shlb
|
||||
Components:cache.xpt
|
||||
|
||||
; imagelib
|
||||
|
@ -264,13 +261,27 @@ res:loading-image.gif
|
|||
res:broken-image.gif
|
||||
res:builtin:htmlBindings.xml
|
||||
res:builtin:platformHTMLBindings.xml
|
||||
res:entityTables:*
|
||||
res:entityTables:html40Special.properties
|
||||
res:entityTables:htmlEntityVersion.properties
|
||||
res:entityTables:html40Latin1.properties
|
||||
res:entityTables:html40Symbols.properties
|
||||
res:entityTables:transliterate.properties
|
||||
res:fonts:fontEncoding.properties
|
||||
|
||||
;
|
||||
; MathML
|
||||
; Optional for MathML
|
||||
;
|
||||
res:fonts:*
|
||||
res:mathml.css
|
||||
res:dtd:mathml.dtd
|
||||
Components:ucvmath.shlb
|
||||
;res:mathml.css
|
||||
;res:dtd:mathml.dtd
|
||||
;res:entityTables:mathml20.properties
|
||||
;res:fonts:mathfont.properties
|
||||
;res:fonts:mathfontCMEX10.properties
|
||||
;res:fonts:mathfontCMSY10.properties
|
||||
;res:fonts:mathfontMath1.properties
|
||||
;res:fonts:mathfontMath2.properties
|
||||
;res:fonts:mathfontMath4.properties
|
||||
;res:fonts:mathfontMTExtra.properties
|
||||
;res:fonts:mathfontPUA.properties
|
||||
;res:fonts:mathfontSymbol.properties
|
||||
;Components:ucvmath.shlb
|
||||
|
||||
|
|
|
@ -108,8 +108,6 @@ Components:JSUrlDebug.shlb
|
|||
Components:jsurl.xpt
|
||||
|
||||
; layout
|
||||
Components:contentDebug.shlb
|
||||
; res:dtd:*
|
||||
res:dtd:xhtml11.dtd
|
||||
Components:layoutDebug.shlb
|
||||
Components:htmlparserDebug.shlb
|
||||
|
@ -264,13 +262,28 @@ res:loading-image.gif
|
|||
res:broken-image.gif
|
||||
res:builtin:htmlBindings.xml
|
||||
res:builtin:platformHTMLBindings.xml
|
||||
res:entityTables:*
|
||||
res:entityTables:html40Special.properties
|
||||
res:entityTables:htmlEntityVersion.properties
|
||||
res:entityTables:html40Latin1.properties
|
||||
res:entityTables:html40Symbols.properties
|
||||
res:entityTables:transliterate.properties
|
||||
res:fonts:fontEncoding.properties
|
||||
|
||||
|
||||
;
|
||||
; MathML
|
||||
; Optional for MathML
|
||||
;
|
||||
res:fonts:*
|
||||
res:mathml.css
|
||||
res:dtd:mathml.dtd
|
||||
Components:ucvmathDebug.shlb
|
||||
;res:mathml.css
|
||||
;res:dtd:mathml.dtd
|
||||
;res:entityTables:mathml20.properties
|
||||
;res:fonts:mathfont.properties
|
||||
;res:fonts:mathfontCMEX10.properties
|
||||
;res:fonts:mathfontCMSY10.properties
|
||||
;res:fonts:mathfontMath1.properties
|
||||
;res:fonts:mathfontMath2.properties
|
||||
;res:fonts:mathfontMath4.properties
|
||||
;res:fonts:mathfontMTExtra.properties
|
||||
;res:fonts:mathfontPUA.properties
|
||||
;res:fonts:mathfontSymbol.properties
|
||||
;Components:ucvmathDebug.shlb
|
||||
|
||||
|
|
|
@ -106,8 +106,7 @@ components/libjsurl.dylib
|
|||
components/jsurl.xpt
|
||||
|
||||
; layout
|
||||
components/libgkcontent.dylib
|
||||
res/dtd/*
|
||||
res/dtd/xhtml11.dtd
|
||||
components/libgklayout.dylib
|
||||
components/libhtmlpars.dylib
|
||||
components/libgkview.dylib
|
||||
|
@ -245,11 +244,26 @@ res/arrowd.gif
|
|||
res/loading-image.gif
|
||||
res/broken-image.gif
|
||||
res/builtin/*
|
||||
res/entityTables/*
|
||||
res/fonts/*
|
||||
res/entityTables/html40Special.properties
|
||||
res/entityTables/htmlEntityVersion.properties
|
||||
res/entityTables/html40Latin1.properties
|
||||
res/entityTables/html40Symbols.properties
|
||||
res/entityTables/transliterate.properties
|
||||
res/fonts/fontEncoding.properties
|
||||
|
||||
;
|
||||
; MathML
|
||||
; Optional for MathML
|
||||
;
|
||||
res/mathml.css
|
||||
Components/ucvmath.dylib
|
||||
;res/mathml.css
|
||||
;res/dtd/mathml.dtd
|
||||
;res/entityTables/mathml20.properties
|
||||
;res/fonts/mathfont.properties
|
||||
;res/fonts/mathfontCMEX10.properties
|
||||
;res/fonts/mathfontCMSY10.properties
|
||||
;res/fonts/mathfontMath1.properties
|
||||
;res/fonts/mathfontMath2.properties
|
||||
;res/fonts/mathfontMath4.properties
|
||||
;res/fonts/mathfontMTExtra.properties
|
||||
;res/fonts/mathfontPUA.properties
|
||||
;res/fonts/mathfontSymbol.properties
|
||||
;Components/ucvmath.dylib
|
||||
|
|
|
@ -56,8 +56,7 @@ components/widget.xpt
|
|||
|
||||
; layout
|
||||
libmoz_art_lgpl.so
|
||||
components/libgkcontent.so
|
||||
res/dtd/*
|
||||
res/dtd/xhtml11.dtd
|
||||
components/libgklayout.so
|
||||
components/libhtmlpars.so
|
||||
components/libgkview.so
|
||||
|
@ -250,11 +249,25 @@ res/arrowd.gif
|
|||
res/loading-image.gif
|
||||
res/broken-image.gif
|
||||
res/builtin/*
|
||||
res/entityTables/*
|
||||
res/fonts/*
|
||||
res/entityTables/html40Special.properties
|
||||
res/entityTables/htmlEntityVersion.properties
|
||||
res/entityTables/html40Latin1.properties
|
||||
res/entityTables/html40Symbols.properties
|
||||
res/entityTables/transliterate.properties
|
||||
|
||||
;
|
||||
; MathML
|
||||
; Optional for MathML
|
||||
;
|
||||
res/mathml.css
|
||||
components/libucvmath.so
|
||||
;res/mathml.css
|
||||
;res/dtd/mathml.dtd
|
||||
;res/entityTables/mathml20.properties
|
||||
;res/fonts/mathfont.properties
|
||||
;res/fonts/mathfontCMEX10.properties
|
||||
;res/fonts/mathfontCMSY10.properties
|
||||
;res/fonts/mathfontMath1.properties
|
||||
;res/fonts/mathfontMath2.properties
|
||||
;res/fonts/mathfontMath4.properties
|
||||
;res/fonts/mathfontMTExtra.properties
|
||||
;res/fonts/mathfontPUA.properties
|
||||
;res/fonts/mathfontSymbol.properties
|
||||
;components/libucvmath.so
|
||||
|
|
|
@ -70,7 +70,6 @@ components\gkview.dll
|
|||
|
||||
; layout
|
||||
moz_art_lgpl.dll
|
||||
components\gkcontent.dll
|
||||
components\gklayout.dll
|
||||
components\gkparser.dll
|
||||
components\layout_base.xpt
|
||||
|
|
Загрузка…
Ссылка в новой задаче