From owner-freebsd-gecko@FreeBSD.ORG Thu Apr 17 23:17:02 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6EF9EED for ; Thu, 17 Apr 2014 23:17:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 607481FEF for ; Thu, 17 Apr 2014 23:17:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s3HNH0OB062093 for ; Thu, 17 Apr 2014 23:17:00 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s3HNGtqF060176 for freebsd-gecko@freebsd.org; Thu, 17 Apr 2014 23:16:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 17 Apr 2014 23:16:55 GMT Message-Id: <201404172316.s3HNGtqF060176@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1575 - in trunk: mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/libxul/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 23:17:02 -0000 Author: jbeich Date: Thu Apr 17 23:16:55 2014 New Revision: 1575 Log: rename hunspell patch to hint as to why it's still required Added: trunk/mail/thunderbird/files/patch-bug991253 - copied, changed from r1574, trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/firefox-esr/files/patch-bug991253 - copied, changed from r1574, trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/firefox-nightly/files/patch-bug991253 - copied, changed from r1574, trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/firefox/files/patch-bug991253 - copied, changed from r1574, trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/libxul/files/patch-bug991253 - copied, changed from r1574, trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/seamonkey/files/patch-bug991253 - copied, changed from r1574, trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp Deleted: trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp Copied and modified: trunk/mail/thunderbird/files/patch-bug991253 (from r1574, trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp) ============================================================================== Deleted: trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp ============================================================================== --- trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp Thu Apr 17 23:16:55 2014 (r1574) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp~ -+++ mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList() - } - } - -+ // load system hunspell dictionaries -+ nsIFile* hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"), -+ true, &hunDir); -+ LoadDictionariesFromDir(hunDir); -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, Copied and modified: trunk/www/firefox-esr/files/patch-bug991253 (from r1574, trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp) ============================================================================== Deleted: trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp ============================================================================== --- trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp Thu Apr 17 23:16:55 2014 (r1574) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~ -+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList() - } - } - -+ // load system hunspell dictionaries -+ nsIFile* hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"), -+ true, &hunDir); -+ LoadDictionariesFromDir(hunDir); -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, Copied and modified: trunk/www/firefox-nightly/files/patch-bug991253 (from r1574, trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp) ============================================================================== Deleted: trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp ============================================================================== --- trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp Thu Apr 17 23:16:55 2014 (r1574) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~ -+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList() - } - } - -+ // load system hunspell dictionaries -+ nsIFile* hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"), -+ true, &hunDir); -+ LoadDictionariesFromDir(hunDir); -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, Copied and modified: trunk/www/firefox/files/patch-bug991253 (from r1574, trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp) ============================================================================== Deleted: trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp ============================================================================== --- trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp Thu Apr 17 23:16:55 2014 (r1574) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~ -+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList() - } - } - -+ // load system hunspell dictionaries -+ nsIFile* hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"), -+ true, &hunDir); -+ LoadDictionariesFromDir(hunDir); -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, Copied and modified: trunk/www/libxul/files/patch-bug991253 (from r1574, trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp) ============================================================================== Deleted: trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp ============================================================================== --- trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp Thu Apr 17 23:16:55 2014 (r1574) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~ -+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList() - } - } - -+ // load system hunspell dictionaries -+ nsIFile* hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"), -+ true, &hunDir); -+ LoadDictionariesFromDir(hunDir); -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, Copied and modified: trunk/www/seamonkey/files/patch-bug991253 (from r1574, trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp) ============================================================================== Deleted: trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp ============================================================================== --- trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp Thu Apr 17 23:16:55 2014 (r1574) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,15 +0,0 @@ ---- mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp~ -+++ mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList() - } - } - -+ // load system hunspell dictionaries -+ nsIFile* hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"), -+ true, &hunDir); -+ LoadDictionariesFromDir(hunDir); -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,