Bug 1137544 - Generate 5-mozilla-added and 5-mozilla-removed to aid in submitting changes upstream; r=ehsan

This commit is contained in:
Kevin Atkinson 2015-04-28 18:52:49 -04:00 committed by Ehsan Akhgari
parent f3b987b29d
commit 7b28b82b6f
5 changed files with 13177 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
ABCs
Ikea
Ikea's
Paypal
Paypal's
megadeaths

View File

@ -0,0 +1,74 @@
Bespin
Bespin's
Bonsai
Bonsai's
Bugzilla
Bugzilla's
Camino
Camino's
ChatZilla
ChatZilla's
Composer
Composer's
Fennec
Fennec's
Firefox
Firefox's
Flock
Flock's
Gecko
Gecko's
JavaScript
JavaScript's
Lightning
Lightning's
Mozilla
Mozilla's
NSPR
NSPR's
NSS
NSS's
Necko
Necko's
Netscape
Netscape's
Penelope
Penelope's
Prism
Prism's
Rhino
Rhino's
SeaMonkey
SeaMonkey's
Snowl
Snowl's
Songbird
Songbird's
SpiderMonkey
SpiderMonkey's
Sunbird
Sunbird's
Tamarin
Tamarin's
Thunderbird
Thunderbird's
Tinderbox
Tinderbox's
Ubiquity
Ubiquity's
Venkman
Venkman's
Weave
Weave's
XBL
XBL's
XPCOM
XPCOM's
XPConnect
XPConnect's
XPInstall
XPInstall's
XUL
XUL's
XULRunner
XULRunner's

View File

@ -41,13 +41,16 @@ original Mozilla dictionary to the "mozilla-bk".
SUBMITTING MOZILLA SPECIFIC CHANGES UPSTREAM:
The upgrade script creates two files that can be reviewed and possible
submitted upstream. The file "2-mozilla-rem" lists words that were
removed in the Mozilla dictionary and the file "2-mozilla-add"
submitted upstream. The file "5-mozilla-removed" lists words that were
removed in the Mozilla dictionary and the file "5-mozilla-added"
contains the list of words that were added. When submitting new words
upstream Mozilla specific words that are found in mozilla-specific.txt
should likely be removed from the list.
upstream Mozilla specific words that are found in "5-mozilla-specific"
(expanded from mozilla-specific.txt) should likely be removed from the list.
ABOUT mozilla-specific.txt:
This file contains Mozilla-specific words that should not be submitted
upstream. For example, "Firefox" goes here. (See bug 237921)
upstream. For example, "Firefox" goes here. (See bug 237921).
Note that the file 5-mozilla-specific is generated by expanding
mozilla-specific.txt and should not be edited directly.

View File

@ -52,3 +52,7 @@ cat 4-patched.txt | comm -23 - 0-special | $SPELLER/make-hunspell-dict -one en_U
#comm -13 1-base.txt 3-upstream.txt > 3-upstream-add
#comm -23 2-mozilla.txt 3-upstream-rem | cat - 3-upstream-add | sort -u > 4-patched-v2.txt
expand ../en-US.aff < mozilla-specific.txt > 5-mozilla-specific
comm -12 3-upstream.txt 2-mozilla-rem > 5-mozilla-removed
comm -13 3-upstream.txt 2-mozilla-add > 5-mozilla-added