Bug 1442500 - Part 1. Rename editor/txtsvc to editor/spellchecker. r?masayuki draft
authorMakoto Kato <m_kato@ga2.so-net.ne.jp>
Fri, 02 Mar 2018 12:55:26 +0900
changeset 762326 0a4a2f7a9191a877140904621d3ac340d7d86278
parent 762291 5410375734d6ca8be3ff06acdc1c951d87d644ee
child 762327 2597bcc2a0def6b4f9c36cfda24bdabe5c4c8b50
push id101141
push userbmo:m_kato@ga2.so-net.ne.jp
push dateFri, 02 Mar 2018 04:09:27 +0000
reviewersmasayuki
bugs1442500
milestone60.0a1
Bug 1442500 - Part 1. Rename editor/txtsvc to editor/spellchecker. r?masayuki txtsvc is ambiguous name, so we should use functional name instead. XPIDL_MODULE still keeps 'txtsvc' because 'spellchecker' is already used by extensions/spellchek/idl. And all IDLs for editor may move to /editor since most IDLs for editor is on /editor. MozReview-Commit-ID: v9a5ENEs2M
editor/moz.build
editor/spellchecker/TextServicesDocument.cpp
editor/spellchecker/TextServicesDocument.h
editor/spellchecker/moz.build
editor/spellchecker/nsFilteredContentIterator.cpp
editor/spellchecker/nsFilteredContentIterator.h
editor/spellchecker/nsIInlineSpellChecker.idl
editor/spellchecker/nsISpellChecker.h
editor/spellchecker/nsITextServicesFilter.idl
editor/txtsvc/TextServicesDocument.cpp
editor/txtsvc/TextServicesDocument.h
editor/txtsvc/moz.build
editor/txtsvc/nsFilteredContentIterator.cpp
editor/txtsvc/nsFilteredContentIterator.h
editor/txtsvc/nsIInlineSpellChecker.idl
editor/txtsvc/nsISpellChecker.h
editor/txtsvc/nsITextServicesFilter.idl
--- a/editor/moz.build
+++ b/editor/moz.build
@@ -1,17 +1,17 @@
 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DIRS += [
-    'txtsvc',
     'libeditor',
+    'spellchecker',
     'txmgr',
     'composer',
 ]
 
 XPIDL_SOURCES += [
     'nsIDocumentStateListener.idl',
     'nsIEditActionListener.idl',
     'nsIEditor.idl',
rename from editor/txtsvc/TextServicesDocument.cpp
rename to editor/spellchecker/TextServicesDocument.cpp
rename from editor/txtsvc/TextServicesDocument.h
rename to editor/spellchecker/TextServicesDocument.h
rename from editor/txtsvc/moz.build
rename to editor/spellchecker/moz.build
rename from editor/txtsvc/nsFilteredContentIterator.cpp
rename to editor/spellchecker/nsFilteredContentIterator.cpp
rename from editor/txtsvc/nsFilteredContentIterator.h
rename to editor/spellchecker/nsFilteredContentIterator.h
rename from editor/txtsvc/nsIInlineSpellChecker.idl
rename to editor/spellchecker/nsIInlineSpellChecker.idl
rename from editor/txtsvc/nsISpellChecker.h
rename to editor/spellchecker/nsISpellChecker.h
rename from editor/txtsvc/nsITextServicesFilter.idl
rename to editor/spellchecker/nsITextServicesFilter.idl