зеркало из https://github.com/mozilla/pjs.git
bug 342314: check-in initial effective-tld file. r=bsmedberg.
Effective TLD file itself thanks to Jo Hermans.
This commit is contained in:
Родитель
ce5752b1a1
Коммит
9647d3f6d1
|
@ -47,6 +47,7 @@ bin/mozilla-xremote-client
|
|||
bin/run-mozilla.sh
|
||||
bin/plugins/libnullplugin.so
|
||||
bin/res/cmessage.txt
|
||||
bin/res/effective_tld_names.dat
|
||||
bin/xpicleanup
|
||||
|
||||
; [Components]
|
||||
|
|
|
@ -48,6 +48,7 @@ bin\msvcr80.dll
|
|||
bin\@MOZ_APP_NAME@.exe
|
||||
bin\plugins\npnul32.dll
|
||||
bin\res\cmessage.txt
|
||||
bin\res\effective_tld_names.dat
|
||||
bin\xpicleanup.exe
|
||||
bin\LICENSE
|
||||
bin\README.txt
|
||||
|
|
|
@ -293,3 +293,6 @@ res\cmessage.txt
|
|||
; storage
|
||||
components\storage.xpt
|
||||
components\strgcmps.dll
|
||||
|
||||
; Effective TLD
|
||||
res\effective_tld_names.dat
|
||||
|
|
|
@ -271,3 +271,6 @@ components/p3p.xpt
|
|||
; svg
|
||||
components/dom_svg.xpt
|
||||
res/svg.css
|
||||
|
||||
; Effective TLD
|
||||
res/effective_tld_names.dat
|
||||
|
|
|
@ -270,3 +270,6 @@ res/entityTables/transliterate.properties
|
|||
components/libp3p.so
|
||||
components/p3p.xpt
|
||||
|
||||
; Effective TLD
|
||||
res/effective_tld_names.dat
|
||||
|
||||
|
|
|
@ -273,3 +273,6 @@ res/entityTables/transliterate.properties
|
|||
components/libp3p.so
|
||||
components/p3p.xpt
|
||||
|
||||
; Effective TLD
|
||||
res/effective_tld_names.dat
|
||||
|
||||
|
|
|
@ -302,3 +302,6 @@ res\html\gopher-unknown.gif
|
|||
; p3p
|
||||
components\p3p.dll
|
||||
components\p3p.xpt
|
||||
|
||||
; Effective TLD
|
||||
res\effective_tld_names.dat
|
||||
|
|
|
@ -333,3 +333,5 @@ res\table-remove-column.gif
|
|||
res\table-remove-row-active.gif
|
||||
res\table-remove-row-hover.gif
|
||||
res\table-remove-row.gif
|
||||
|
||||
res\effective_tld_names.dat
|
||||
|
|
|
@ -430,6 +430,8 @@ res/table-remove-row.gif
|
|||
;;res/unixcharset.properties
|
||||
;;; res/strres.properties
|
||||
|
||||
res/effective_tld_names.dat
|
||||
|
||||
; required prefs files
|
||||
greprefs/*
|
||||
|
||||
|
|
|
@ -21,5 +21,7 @@ dist/bin/components/@SHARED_LIBRARY@
|
|||
!xpt dist/bin/components/necko_socket.xpt
|
||||
#endif
|
||||
|
||||
dist/bin/res/effective_tld_names.dat
|
||||
|
||||
[gecko-support]
|
||||
dist/bin/defaults/pref/security-prefs.js
|
||||
|
|
|
@ -75,3 +75,9 @@ LOCAL_INCLUDES = \
|
|||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DIMPL_NS_NET
|
||||
|
||||
libs::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/effective_tld_names.dat $(DIST)/bin/res
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/effective_tld_names.dat $(DESTDIR)$(mozappdir)/res
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -404,6 +404,7 @@ bin/res/broken-image.gif
|
|||
bin/res/html/*
|
||||
bin/res/fonts/*
|
||||
bin/res/dtd/*
|
||||
bin/res/effective_tld_names.dat
|
||||
bin/defaults/wallet/VcardSchema.tbl
|
||||
bin/defaults/wallet/FieldSchema.tbl
|
||||
bin/defaults/wallet/SchemaConcat.tbl
|
||||
|
|
|
@ -283,6 +283,7 @@ bin/res/rdf/loading.gif
|
|||
bin/res/html/*
|
||||
bin/res/fonts/*
|
||||
bin/res/dtd/*
|
||||
bin/res/effective_tld_names.dat
|
||||
|
||||
; p3p
|
||||
bin/components/p3p.xpt
|
||||
|
|
|
@ -270,6 +270,7 @@ bin\res\broken-image.gif
|
|||
bin\res\html\*
|
||||
bin\res\fonts\*
|
||||
bin\res\dtd\*
|
||||
bin\res\effective_tld_names.dat
|
||||
bin\defaults\wallet\VcardSchema.tbl
|
||||
bin\defaults\wallet\FieldSchema.tbl
|
||||
bin\defaults\wallet\SchemaConcat.tbl
|
||||
|
|
|
@ -425,6 +425,7 @@ bin/res/rdf/loading.gif
|
|||
bin/res/html/*
|
||||
bin/res/fonts/*
|
||||
bin/res/dtd/*
|
||||
bin/res/effective_tld_names.dat
|
||||
|
||||
; svg
|
||||
bin/res/svg.css
|
||||
|
|
|
@ -265,6 +265,7 @@ bin\res\table-remove-column.gif
|
|||
bin\res\table-remove-row-active.gif
|
||||
bin\res\table-remove-row-hover.gif
|
||||
bin\res\table-remove-row.gif
|
||||
bin\res\effective_tld_names.dat
|
||||
bin\defaults\wallet\VcardSchema.tbl
|
||||
bin\defaults\wallet\FieldSchema.tbl
|
||||
bin\defaults\wallet\SchemaConcat.tbl
|
||||
|
|
Загрузка…
Ссылка в новой задаче