☠☠ backed out by 71f6b8a9b2e8 ☠ ☠ | |
author | Birunthan Mohanathas <birunthan@mohanathas.com> |
Mon, 23 Jun 2014 16:27:43 -0700 | |
changeset 190561 | fdd74c065e5d743bd4d1a3044b2e76727dfb60f0 |
parent 190560 | 5e9777d3805262d3179babc853832594c63a966b |
child 190562 | bbb69edbebf14819adbd9d0e6d18684695344f47 |
push id | 45342 |
push user | birunthan@mohanathas.com |
push date | Wed, 25 Jun 2014 00:13:23 +0000 |
treeherder | mozilla-inbound@fdd74c065e5d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ehsan |
bugs | 1028565 |
milestone | 33.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
deleted file mode 100644 --- a/editor/idl/moz.build +++ /dev/null @@ -1,29 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; 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/. - -XPIDL_SOURCES += [ - 'nsIContentFilter.idl', - 'nsIDocumentStateListener.idl', - 'nsIEditActionListener.idl', - 'nsIEditor.idl', - 'nsIEditorIMESupport.idl', - 'nsIEditorMailSupport.idl', - 'nsIEditorObserver.idl', - 'nsIEditorSpellCheck.idl', - 'nsIEditorStyleSheets.idl', - 'nsIHTMLAbsPosEditor.idl', - 'nsIHTMLEditor.idl', - 'nsIHTMLInlineTableEditor.idl', - 'nsIHTMLObjectResizeListener.idl', - 'nsIHTMLObjectResizer.idl', - 'nsIPlaintextEditor.idl', - 'nsITableEditor.idl', - 'nsIURIRefObject.idl', - 'nsPIEditorTransaction.idl', -] - -XPIDL_MODULE = 'editor' -
--- a/editor/moz.build +++ b/editor/moz.build @@ -1,18 +1,43 @@ # -*- Mode: python; c-basic-offset: 4; 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/. PARALLEL_DIRS += [ - 'public', - 'idl', 'txtsvc', 'libeditor', 'txmgr', 'composer', ] +XPIDL_SOURCES += [ + 'nsIContentFilter.idl', + 'nsIDocumentStateListener.idl', + 'nsIEditActionListener.idl', + 'nsIEditor.idl', + 'nsIEditorIMESupport.idl', + 'nsIEditorMailSupport.idl', + 'nsIEditorObserver.idl', + 'nsIEditorSpellCheck.idl', + 'nsIEditorStyleSheets.idl', + 'nsIHTMLAbsPosEditor.idl', + 'nsIHTMLEditor.idl', + 'nsIHTMLInlineTableEditor.idl', + 'nsIHTMLObjectResizeListener.idl', + 'nsIHTMLObjectResizer.idl', + 'nsIPlaintextEditor.idl', + 'nsITableEditor.idl', + 'nsIURIRefObject.idl', + 'nsPIEditorTransaction.idl', +] + +XPIDL_MODULE = 'editor' + +EXPORTS += [ + 'nsEditorCID.h', +] + EXTRA_JS_MODULES += [ 'AsyncSpellCheckTestHelper.jsm', ]
rename from editor/idl/nsIHTMLObjectResizeListener.idl rename to editor/nsIHTMLObjectResizeListener.idl
deleted file mode 100644 --- a/editor/public/moz.build +++ /dev/null @@ -1,10 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; 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/. - -EXPORTS += [ - 'nsEditorCID.h', -] -