Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
Makoto Kato b0b20bf89f Bug 1925889 - Don't use nsIEditorSpellCheck to get personal dictionary words. r=mkmelin,babolivier
`nsIEditorSpellCheck.GetPersonalDictionary` and `GetPersonalDictionaryWord` are used by
comm-central only and both can replaced with `mozIPersonalDictionary.wordList`

I would like to get rid of both nsIEditorSpellCheck methods, so I replace both with
mozIPersonalDictionary in comm-central.

Differential Revision: https://phabricator.services.mozilla.com/D226270

--HG--
extra : amend_source : 856a816afe3774dfb2ec81db36cb3a7a1ec8d696
2024-10-21 17:28:54 +01:00
Masayuki Nakano 61ef12c3aa Bug 1764895 - part 2: Make comm-central stop using `nsIEditor.setShouldTxnSetSelection` r=mkmelin
It'll be removed and `nsIEditor.insertNode()` and `nsIEditor.deleteNode()`
have new optional parameter which if you set to true, selection won't be
modified by the editor (except `beforeinput` and `input` event listeners).

Differential Revision: https://phabricator.services.mozilla.com/D196006

--HG--
extra : amend_source : 4ac61cde6cdb49db4b77406c55442b762faee442
2023-12-11 05:36:02 +00:00
Edmund Wong 7744d5cb09 Bug 1841845 - Remove Services.jsm consumers in c-c/suite - editor/extensions. r=IanN 2023-08-29 19:01:26 +02:00
Masayuki Nakano 46dc7a0863 Bug 1839814 - QI `nsIEditorMailSupport` when accessing its `wrapWidth` r=mkmelin
`nsIEditor.wrapWidth` is moved into `nsIEditorMailSupport` since it's used only
by the email composers.  Therefore, some callers need to QI from `nsIEditor`.
(FYI: QI is expensive so that doing it in `GetCurrentEditor()` by default seems
risky for the performance.)

Differential Revision: https://phabricator.services.mozilla.com/D181837

--HG--
extra : moz-landing-system : lando
2023-06-27 04:22:50 +00:00
Ian Neal e1604b45de Bug 1828533 - Remove empty overlays from Composer. r=frg 2023-04-18 21:10:32 +01:00
Masayuki Nakano f82e06a675 Bug 1792764 - Make suite stop using nsIEditor.transactionManager. r=frg
'nsIEditor.transactionManager' was removed soon and for clear undo/redo
transactions of editors we use 'nsIEditor.clearUndoRedo()'.

'ExecuteJSTransactionViaTxmgr()' is no longer valid too and so just
removed from debugQA tests
2022-10-22 08:15:57 +09:00
Ian Neal b34fadf84b Bug 1806632 - Remove unused gridlines class from EdAdvancedEdit. r=frg 2022-12-20 11:02:27 +00:00
Masayuki Nakano bc947827a7 Bug 1801766 - Make the callers of `nsIEditor.insertNode` stop using unknown 4th argument r=mkmelin
Oddly, the API never has 4th argument.  However, some callers set it to `true`
to prevent the editor updating `Selection`.  Some of them also use
`nsIEditor.setShouldTxnSetSelection` correctly, but the others do not.

This patch just removes them with adding XXX comment only where the wrong
callers to keep current behavior.

Differential Revision: https://phabricator.services.mozilla.com/D162691

--HG--
extra : moz-landing-system : lando
2022-11-22 22:23:58 +00:00
Nuno Silva a627351527 Bug 1719020 - Restore Composer Format Toolbar only when leaving source mode. r=frg 2022-02-17 19:45:08 +01:00
Nuno Silva b30c8a70c8 Bug 1755369 - Composer: Remove textbox if present when updating structToolbar. r=frg
Older code (in SeaMonkey 2.26) would remove all but the last child,
regardless of their element type. The current code relies on
querySelectorAll(), looking for toolbarbuttons; this change adds a
selector for textboxes as well, as structToolbar may have a textbox
along with toolbarbuttons because of the "Change Tag" feature.
2022-02-14 23:41:04 +01:00
Ian Neal d7407e34cf Bug 1709006 - Remove reference to non-existent file in composer. r=frg 2021-05-03 00:56:08 +01:00
Ian Neal 7b4ee59317 Bug 1684611 - Move Forms from debugQA to Composer - add toolbar button. r=frg 2021-03-02 20:51:47 +00:00
Ian Neal 96cd0db5b2 Bug 1699322 - Convert gif icons in SeaMonkey themes to png - editor png run through optipng. r=frg 2021-03-22 22:51:58 +00:00
Frank-Rainer Grahl b56a8a13f5 Bug 1699322 - Part 2: change gif icons to png in package and css files. r=IanN 2021-03-18 00:07:47 +01:00
Frank-Rainer Grahl 7b9578b425 Bug 1699322 - Part 1: convert suite gif icons to png. r=IanN 2021-03-18 00:07:38 +01:00
Bill Gianopoulos 0b926b9d38 Bug 1695001 - Add "application/xhtml+xml" to supported editor mime types.. r=frg
Port bug 1601110: Remove/replace XUL content type (vnd.mozilla.xul+xml)
2021-01-28 06:55:55 -05:00
Frank-Rainer Grahl 0e48a433fe Bug 1629014 - Allow for empty body tag in Composer. r=IanN 2020-04-10 14:18:39 +02:00
Frank-Rainer Grahl 8567f6f227 Bug 1686845 - Check for undefined variable in Composer image dialog. r=IanN 2021-01-10 14:28:34 +01:00
Ian Neal 2334139b7f Bug 1684772 - Move editor/ui into suite/editor. r=frg DONTBUILD
--HG--
rename : editor/ui/composer/content/ComposerCommands.js => suite/editor/base/content/ComposerCommands.js
rename : editor/ui/composer/content/EditorAllTags.css => suite/editor/base/content/EditorAllTags.css
rename : editor/ui/composer/content/EditorContent.css => suite/editor/base/content/EditorContent.css
rename : editor/ui/composer/content/EditorContextMenu.js => suite/editor/base/content/EditorContextMenu.js
rename : editor/ui/composer/content/EditorContextMenuOverlay.xhtml => suite/editor/base/content/EditorContextMenuOverlay.xhtml
rename : editor/ui/composer/content/StructBarContextMenu.js => suite/editor/base/content/StructBarContextMenu.js
rename : editor/ui/composer/content/composerOverlay.xhtml => suite/editor/base/content/composerOverlay.xhtml
rename : editor/ui/composer/content/editingOverlay.js => suite/editor/base/content/editingOverlay.js
rename : editor/ui/composer/content/editingOverlay.xhtml => suite/editor/base/content/editingOverlay.xhtml
rename : editor/ui/composer/content/editor.js => suite/editor/base/content/editor.js
rename : editor/ui/composer/content/editor.xhtml => suite/editor/base/content/editor.xhtml
rename : editor/ui/composer/content/editorApplicationOverlay.js => suite/editor/base/content/editorApplicationOverlay.js
rename : editor/ui/composer/content/editorMailOverlay.xhtml => suite/editor/base/content/editorMailOverlay.xhtml
rename : editor/ui/composer/content/editorNavigatorOverlay.xhtml => suite/editor/base/content/editorNavigatorOverlay.xhtml
rename : editor/ui/composer/content/editorOverlay.xhtml => suite/editor/base/content/editorOverlay.xhtml
rename : editor/ui/composer/content/editorTasksOverlay.xhtml => suite/editor/base/content/editorTasksOverlay.xhtml
rename : editor/ui/composer/content/editorUtilities.js => suite/editor/base/content/editorUtilities.js
rename : editor/ui/composer/content/images/bringtofront-disabled.gif => suite/editor/base/content/images/bringtofront-disabled.gif
rename : editor/ui/composer/content/images/bringtofront.gif => suite/editor/base/content/images/bringtofront.gif
rename : editor/ui/composer/content/images/sendtoback-disabled.gif => suite/editor/base/content/images/sendtoback-disabled.gif
rename : editor/ui/composer/content/images/sendtoback.gif => suite/editor/base/content/images/sendtoback.gif
rename : editor/ui/composer/content/images/tag-a.gif => suite/editor/base/content/images/tag-a.gif
rename : editor/ui/composer/content/images/tag-abr.gif => suite/editor/base/content/images/tag-abr.gif
rename : editor/ui/composer/content/images/tag-acr.gif => suite/editor/base/content/images/tag-acr.gif
rename : editor/ui/composer/content/images/tag-adr.gif => suite/editor/base/content/images/tag-adr.gif
rename : editor/ui/composer/content/images/tag-anchor.gif => suite/editor/base/content/images/tag-anchor.gif
rename : editor/ui/composer/content/images/tag-app.gif => suite/editor/base/content/images/tag-app.gif
rename : editor/ui/composer/content/images/tag-ara.gif => suite/editor/base/content/images/tag-ara.gif
rename : editor/ui/composer/content/images/tag-b.gif => suite/editor/base/content/images/tag-b.gif
rename : editor/ui/composer/content/images/tag-bas.gif => suite/editor/base/content/images/tag-bas.gif
rename : editor/ui/composer/content/images/tag-bdo.gif => suite/editor/base/content/images/tag-bdo.gif
rename : editor/ui/composer/content/images/tag-big.gif => suite/editor/base/content/images/tag-big.gif
rename : editor/ui/composer/content/images/tag-blq.gif => suite/editor/base/content/images/tag-blq.gif
rename : editor/ui/composer/content/images/tag-body.gif => suite/editor/base/content/images/tag-body.gif
rename : editor/ui/composer/content/images/tag-br.gif => suite/editor/base/content/images/tag-br.gif
rename : editor/ui/composer/content/images/tag-bsf.gif => suite/editor/base/content/images/tag-bsf.gif
rename : editor/ui/composer/content/images/tag-btn.gif => suite/editor/base/content/images/tag-btn.gif
rename : editor/ui/composer/content/images/tag-cit.gif => suite/editor/base/content/images/tag-cit.gif
rename : editor/ui/composer/content/images/tag-clg.gif => suite/editor/base/content/images/tag-clg.gif
rename : editor/ui/composer/content/images/tag-cod.gif => suite/editor/base/content/images/tag-cod.gif
rename : editor/ui/composer/content/images/tag-col.gif => suite/editor/base/content/images/tag-col.gif
rename : editor/ui/composer/content/images/tag-cpt.gif => suite/editor/base/content/images/tag-cpt.gif
rename : editor/ui/composer/content/images/tag-ctr.gif => suite/editor/base/content/images/tag-ctr.gif
rename : editor/ui/composer/content/images/tag-dd.gif => suite/editor/base/content/images/tag-dd.gif
rename : editor/ui/composer/content/images/tag-del.gif => suite/editor/base/content/images/tag-del.gif
rename : editor/ui/composer/content/images/tag-dfn.gif => suite/editor/base/content/images/tag-dfn.gif
rename : editor/ui/composer/content/images/tag-dir.gif => suite/editor/base/content/images/tag-dir.gif
rename : editor/ui/composer/content/images/tag-div.gif => suite/editor/base/content/images/tag-div.gif
rename : editor/ui/composer/content/images/tag-dl.gif => suite/editor/base/content/images/tag-dl.gif
rename : editor/ui/composer/content/images/tag-dt.gif => suite/editor/base/content/images/tag-dt.gif
rename : editor/ui/composer/content/images/tag-em.gif => suite/editor/base/content/images/tag-em.gif
rename : editor/ui/composer/content/images/tag-fld.gif => suite/editor/base/content/images/tag-fld.gif
rename : editor/ui/composer/content/images/tag-fnt.gif => suite/editor/base/content/images/tag-fnt.gif
rename : editor/ui/composer/content/images/tag-for.gif => suite/editor/base/content/images/tag-for.gif
rename : editor/ui/composer/content/images/tag-frm.gif => suite/editor/base/content/images/tag-frm.gif
rename : editor/ui/composer/content/images/tag-fst.gif => suite/editor/base/content/images/tag-fst.gif
rename : editor/ui/composer/content/images/tag-h1.gif => suite/editor/base/content/images/tag-h1.gif
rename : editor/ui/composer/content/images/tag-h2.gif => suite/editor/base/content/images/tag-h2.gif
rename : editor/ui/composer/content/images/tag-h3.gif => suite/editor/base/content/images/tag-h3.gif
rename : editor/ui/composer/content/images/tag-h4.gif => suite/editor/base/content/images/tag-h4.gif
rename : editor/ui/composer/content/images/tag-h5.gif => suite/editor/base/content/images/tag-h5.gif
rename : editor/ui/composer/content/images/tag-h6.gif => suite/editor/base/content/images/tag-h6.gif
rename : editor/ui/composer/content/images/tag-hed.gif => suite/editor/base/content/images/tag-hed.gif
rename : editor/ui/composer/content/images/tag-hr.gif => suite/editor/base/content/images/tag-hr.gif
rename : editor/ui/composer/content/images/tag-html.gif => suite/editor/base/content/images/tag-html.gif
rename : editor/ui/composer/content/images/tag-i.gif => suite/editor/base/content/images/tag-i.gif
rename : editor/ui/composer/content/images/tag-ifr.gif => suite/editor/base/content/images/tag-ifr.gif
rename : editor/ui/composer/content/images/tag-img.gif => suite/editor/base/content/images/tag-img.gif
rename : editor/ui/composer/content/images/tag-inp.gif => suite/editor/base/content/images/tag-inp.gif
rename : editor/ui/composer/content/images/tag-ins.gif => suite/editor/base/content/images/tag-ins.gif
rename : editor/ui/composer/content/images/tag-isx.gif => suite/editor/base/content/images/tag-isx.gif
rename : editor/ui/composer/content/images/tag-kbd.gif => suite/editor/base/content/images/tag-kbd.gif
rename : editor/ui/composer/content/images/tag-lbl.gif => suite/editor/base/content/images/tag-lbl.gif
rename : editor/ui/composer/content/images/tag-lgn.gif => suite/editor/base/content/images/tag-lgn.gif
rename : editor/ui/composer/content/images/tag-li.gif => suite/editor/base/content/images/tag-li.gif
rename : editor/ui/composer/content/images/tag-lnk.gif => suite/editor/base/content/images/tag-lnk.gif
rename : editor/ui/composer/content/images/tag-lst.gif => suite/editor/base/content/images/tag-lst.gif
rename : editor/ui/composer/content/images/tag-map.gif => suite/editor/base/content/images/tag-map.gif
rename : editor/ui/composer/content/images/tag-men.gif => suite/editor/base/content/images/tag-men.gif
rename : editor/ui/composer/content/images/tag-met.gif => suite/editor/base/content/images/tag-met.gif
rename : editor/ui/composer/content/images/tag-nbr.gif => suite/editor/base/content/images/tag-nbr.gif
rename : editor/ui/composer/content/images/tag-nfr.gif => suite/editor/base/content/images/tag-nfr.gif
rename : editor/ui/composer/content/images/tag-nsc.gif => suite/editor/base/content/images/tag-nsc.gif
rename : editor/ui/composer/content/images/tag-obj.gif => suite/editor/base/content/images/tag-obj.gif
rename : editor/ui/composer/content/images/tag-ol.gif => suite/editor/base/content/images/tag-ol.gif
rename : editor/ui/composer/content/images/tag-opg.gif => suite/editor/base/content/images/tag-opg.gif
rename : editor/ui/composer/content/images/tag-opt.gif => suite/editor/base/content/images/tag-opt.gif
rename : editor/ui/composer/content/images/tag-p.gif => suite/editor/base/content/images/tag-p.gif
rename : editor/ui/composer/content/images/tag-pln.gif => suite/editor/base/content/images/tag-pln.gif
rename : editor/ui/composer/content/images/tag-pre.gif => suite/editor/base/content/images/tag-pre.gif
rename : editor/ui/composer/content/images/tag-prm.gif => suite/editor/base/content/images/tag-prm.gif
rename : editor/ui/composer/content/images/tag-q.gif => suite/editor/base/content/images/tag-q.gif
rename : editor/ui/composer/content/images/tag-s.gif => suite/editor/base/content/images/tag-s.gif
rename : editor/ui/composer/content/images/tag-scr.gif => suite/editor/base/content/images/tag-scr.gif
rename : editor/ui/composer/content/images/tag-slc.gif => suite/editor/base/content/images/tag-slc.gif
rename : editor/ui/composer/content/images/tag-sml.gif => suite/editor/base/content/images/tag-sml.gif
rename : editor/ui/composer/content/images/tag-smp.gif => suite/editor/base/content/images/tag-smp.gif
rename : editor/ui/composer/content/images/tag-spn.gif => suite/editor/base/content/images/tag-spn.gif
rename : editor/ui/composer/content/images/tag-stk.gif => suite/editor/base/content/images/tag-stk.gif
rename : editor/ui/composer/content/images/tag-stl.gif => suite/editor/base/content/images/tag-stl.gif
rename : editor/ui/composer/content/images/tag-stn.gif => suite/editor/base/content/images/tag-stn.gif
rename : editor/ui/composer/content/images/tag-sub.gif => suite/editor/base/content/images/tag-sub.gif
rename : editor/ui/composer/content/images/tag-sup.gif => suite/editor/base/content/images/tag-sup.gif
rename : editor/ui/composer/content/images/tag-tbd.gif => suite/editor/base/content/images/tag-tbd.gif
rename : editor/ui/composer/content/images/tag-tbl.gif => suite/editor/base/content/images/tag-tbl.gif
rename : editor/ui/composer/content/images/tag-td.gif => suite/editor/base/content/images/tag-td.gif
rename : editor/ui/composer/content/images/tag-tft.gif => suite/editor/base/content/images/tag-tft.gif
rename : editor/ui/composer/content/images/tag-th.gif => suite/editor/base/content/images/tag-th.gif
rename : editor/ui/composer/content/images/tag-thd.gif => suite/editor/base/content/images/tag-thd.gif
rename : editor/ui/composer/content/images/tag-tr.gif => suite/editor/base/content/images/tag-tr.gif
rename : editor/ui/composer/content/images/tag-tt.gif => suite/editor/base/content/images/tag-tt.gif
rename : editor/ui/composer/content/images/tag-ttl.gif => suite/editor/base/content/images/tag-ttl.gif
rename : editor/ui/composer/content/images/tag-txt.gif => suite/editor/base/content/images/tag-txt.gif
rename : editor/ui/composer/content/images/tag-u.gif => suite/editor/base/content/images/tag-u.gif
rename : editor/ui/composer/content/images/tag-ul.gif => suite/editor/base/content/images/tag-ul.gif
rename : editor/ui/composer/content/images/tag-userdefined.gif => suite/editor/base/content/images/tag-userdefined.gif
rename : editor/ui/composer/content/images/tag-var.gif => suite/editor/base/content/images/tag-var.gif
rename : editor/ui/composer/content/images/tag-xmp.gif => suite/editor/base/content/images/tag-xmp.gif
rename : editor/ui/composer/content/publishprefs.js => suite/editor/base/content/publishprefs.js
rename : editor/ui/jar.mn => suite/editor/base/jar.mn
rename : editor/ui/moz.build => suite/editor/base/moz.build
rename : editor/ui/dialogs/content/EdAEAttributes.js => suite/editor/components/dialogs/content/EdAEAttributes.js
rename : editor/ui/dialogs/content/EdAECSSAttributes.js => suite/editor/components/dialogs/content/EdAECSSAttributes.js
rename : editor/ui/dialogs/content/EdAEHTMLAttributes.js => suite/editor/components/dialogs/content/EdAEHTMLAttributes.js
rename : editor/ui/dialogs/content/EdAEJSEAttributes.js => suite/editor/components/dialogs/content/EdAEJSEAttributes.js
rename : editor/ui/dialogs/content/EdAdvancedEdit.js => suite/editor/components/dialogs/content/EdAdvancedEdit.js
rename : editor/ui/dialogs/content/EdAdvancedEdit.xhtml => suite/editor/components/dialogs/content/EdAdvancedEdit.xhtml
rename : editor/ui/dialogs/content/EdButtonProps.js => suite/editor/components/dialogs/content/EdButtonProps.js
rename : editor/ui/dialogs/content/EdButtonProps.xhtml => suite/editor/components/dialogs/content/EdButtonProps.xhtml
rename : editor/ui/dialogs/content/EdColorPicker.js => suite/editor/components/dialogs/content/EdColorPicker.js
rename : editor/ui/dialogs/content/EdColorPicker.xhtml => suite/editor/components/dialogs/content/EdColorPicker.xhtml
rename : editor/ui/dialogs/content/EdColorProps.js => suite/editor/components/dialogs/content/EdColorProps.js
rename : editor/ui/dialogs/content/EdColorProps.xhtml => suite/editor/components/dialogs/content/EdColorProps.xhtml
rename : editor/ui/dialogs/content/EdConvertToTable.js => suite/editor/components/dialogs/content/EdConvertToTable.js
rename : editor/ui/dialogs/content/EdConvertToTable.xhtml => suite/editor/components/dialogs/content/EdConvertToTable.xhtml
rename : editor/ui/dialogs/content/EdDialogCommon.js => suite/editor/components/dialogs/content/EdDialogCommon.js
rename : editor/ui/dialogs/content/EdDialogTemplate.js => suite/editor/components/dialogs/content/EdDialogTemplate.js
rename : editor/ui/dialogs/content/EdDialogTemplate.xhtml => suite/editor/components/dialogs/content/EdDialogTemplate.xhtml
rename : editor/ui/dialogs/content/EdDictionary.js => suite/editor/components/dialogs/content/EdDictionary.js
rename : editor/ui/dialogs/content/EdDictionary.xhtml => suite/editor/components/dialogs/content/EdDictionary.xhtml
rename : editor/ui/dialogs/content/EdFieldSetProps.js => suite/editor/components/dialogs/content/EdFieldSetProps.js
rename : editor/ui/dialogs/content/EdFieldSetProps.xhtml => suite/editor/components/dialogs/content/EdFieldSetProps.xhtml
rename : editor/ui/dialogs/content/EdFormProps.js => suite/editor/components/dialogs/content/EdFormProps.js
rename : editor/ui/dialogs/content/EdFormProps.xhtml => suite/editor/components/dialogs/content/EdFormProps.xhtml
rename : editor/ui/dialogs/content/EdHLineProps.js => suite/editor/components/dialogs/content/EdHLineProps.js
rename : editor/ui/dialogs/content/EdHLineProps.xhtml => suite/editor/components/dialogs/content/EdHLineProps.xhtml
rename : editor/ui/dialogs/content/EdImageDialog.js => suite/editor/components/dialogs/content/EdImageDialog.js
rename : editor/ui/dialogs/content/EdImageLinkLoader.js => suite/editor/components/dialogs/content/EdImageLinkLoader.js
rename : editor/ui/dialogs/content/EdImageProps.js => suite/editor/components/dialogs/content/EdImageProps.js
rename : editor/ui/dialogs/content/EdImageProps.xhtml => suite/editor/components/dialogs/content/EdImageProps.xhtml
rename : editor/ui/dialogs/content/EdInputImage.js => suite/editor/components/dialogs/content/EdInputImage.js
rename : editor/ui/dialogs/content/EdInputImage.xhtml => suite/editor/components/dialogs/content/EdInputImage.xhtml
rename : editor/ui/dialogs/content/EdInputProps.js => suite/editor/components/dialogs/content/EdInputProps.js
rename : editor/ui/dialogs/content/EdInputProps.xhtml => suite/editor/components/dialogs/content/EdInputProps.xhtml
rename : editor/ui/dialogs/content/EdInsSrc.js => suite/editor/components/dialogs/content/EdInsSrc.js
rename : editor/ui/dialogs/content/EdInsSrc.xhtml => suite/editor/components/dialogs/content/EdInsSrc.xhtml
rename : editor/ui/dialogs/content/EdInsertChars.js => suite/editor/components/dialogs/content/EdInsertChars.js
rename : editor/ui/dialogs/content/EdInsertChars.xhtml => suite/editor/components/dialogs/content/EdInsertChars.xhtml
rename : editor/ui/dialogs/content/EdInsertMath.js => suite/editor/components/dialogs/content/EdInsertMath.js
rename : editor/ui/dialogs/content/EdInsertMath.xhtml => suite/editor/components/dialogs/content/EdInsertMath.xhtml
rename : editor/ui/dialogs/content/EdInsertTOC.js => suite/editor/components/dialogs/content/EdInsertTOC.js
rename : editor/ui/dialogs/content/EdInsertTOC.xhtml => suite/editor/components/dialogs/content/EdInsertTOC.xhtml
rename : editor/ui/dialogs/content/EdInsertTable.js => suite/editor/components/dialogs/content/EdInsertTable.js
rename : editor/ui/dialogs/content/EdInsertTable.xhtml => suite/editor/components/dialogs/content/EdInsertTable.xhtml
rename : editor/ui/dialogs/content/EdLabelProps.js => suite/editor/components/dialogs/content/EdLabelProps.js
rename : editor/ui/dialogs/content/EdLabelProps.xhtml => suite/editor/components/dialogs/content/EdLabelProps.xhtml
rename : editor/ui/dialogs/content/EdLinkProps.js => suite/editor/components/dialogs/content/EdLinkProps.js
rename : editor/ui/dialogs/content/EdLinkProps.xhtml => suite/editor/components/dialogs/content/EdLinkProps.xhtml
rename : editor/ui/dialogs/content/EdListProps.js => suite/editor/components/dialogs/content/EdListProps.js
rename : editor/ui/dialogs/content/EdListProps.xhtml => suite/editor/components/dialogs/content/EdListProps.xhtml
rename : editor/ui/dialogs/content/EdNamedAnchorProps.js => suite/editor/components/dialogs/content/EdNamedAnchorProps.js
rename : editor/ui/dialogs/content/EdNamedAnchorProps.xhtml => suite/editor/components/dialogs/content/EdNamedAnchorProps.xhtml
rename : editor/ui/dialogs/content/EdPageProps.js => suite/editor/components/dialogs/content/EdPageProps.js
rename : editor/ui/dialogs/content/EdPageProps.xhtml => suite/editor/components/dialogs/content/EdPageProps.xhtml
rename : editor/ui/dialogs/content/EdReplace.js => suite/editor/components/dialogs/content/EdReplace.js
rename : editor/ui/dialogs/content/EdReplace.xhtml => suite/editor/components/dialogs/content/EdReplace.xhtml
rename : editor/ui/dialogs/content/EdSelectProps.js => suite/editor/components/dialogs/content/EdSelectProps.js
rename : editor/ui/dialogs/content/EdSelectProps.xhtml => suite/editor/components/dialogs/content/EdSelectProps.xhtml
rename : editor/ui/dialogs/content/EdSnapToGrid.js => suite/editor/components/dialogs/content/EdSnapToGrid.js
rename : editor/ui/dialogs/content/EdSnapToGrid.xhtml => suite/editor/components/dialogs/content/EdSnapToGrid.xhtml
rename : editor/ui/dialogs/content/EdSpellCheck.js => suite/editor/components/dialogs/content/EdSpellCheck.js
rename : editor/ui/dialogs/content/EdSpellCheck.xhtml => suite/editor/components/dialogs/content/EdSpellCheck.xhtml
rename : editor/ui/dialogs/content/EdTableProps.js => suite/editor/components/dialogs/content/EdTableProps.js
rename : editor/ui/dialogs/content/EdTableProps.xhtml => suite/editor/components/dialogs/content/EdTableProps.xhtml
rename : editor/ui/dialogs/content/EdTextAreaProps.js => suite/editor/components/dialogs/content/EdTextAreaProps.js
rename : editor/ui/dialogs/content/EdTextAreaProps.xhtml => suite/editor/components/dialogs/content/EdTextAreaProps.xhtml
rename : editor/ui/dialogs/content/EditConflict.js => suite/editor/components/dialogs/content/EditConflict.js
rename : editor/ui/dialogs/content/EditConflict.xhtml => suite/editor/components/dialogs/content/EditConflict.xhtml
rename : editor/ui/dialogs/content/EditorPublish.js => suite/editor/components/dialogs/content/EditorPublish.js
rename : editor/ui/dialogs/content/EditorPublish.xhtml => suite/editor/components/dialogs/content/EditorPublish.xhtml
rename : editor/ui/dialogs/content/EditorPublishOverlay.xhtml => suite/editor/components/dialogs/content/EditorPublishOverlay.xhtml
rename : editor/ui/dialogs/content/EditorPublishProgress.js => suite/editor/components/dialogs/content/EditorPublishProgress.js
rename : editor/ui/dialogs/content/EditorPublishProgress.xhtml => suite/editor/components/dialogs/content/EditorPublishProgress.xhtml
rename : editor/ui/dialogs/content/EditorPublishSettings.js => suite/editor/components/dialogs/content/EditorPublishSettings.js
rename : editor/ui/dialogs/content/EditorPublishSettings.xhtml => suite/editor/components/dialogs/content/EditorPublishSettings.xhtml
rename : editor/ui/dialogs/content/EditorSaveAsCharset.js => suite/editor/components/dialogs/content/EditorSaveAsCharset.js
rename : editor/ui/dialogs/content/EditorSaveAsCharset.xhtml => suite/editor/components/dialogs/content/EditorSaveAsCharset.xhtml
rename : editor/ui/dialogs/content/edImage.inc.xhtml => suite/editor/components/dialogs/content/edImage.inc.xhtml
rename : editor/ui/jar.mn => suite/editor/components/dialogs/jar.mn
rename : editor/ui/moz.build => suite/editor/components/dialogs/moz.build
rename : editor/ui/moz.build => suite/editor/components/moz.build
rename : editor/ui/composer/content/editorPrefsOverlay.xhtml => suite/editor/components/prefs/content/editorPrefsOverlay.xhtml
rename : editor/ui/composer/content/pref-composer.xhtml => suite/editor/components/prefs/content/pref-composer.xhtml
rename : editor/ui/composer/content/pref-editing.js => suite/editor/components/prefs/content/pref-editing.js
rename : editor/ui/composer/content/pref-editing.xhtml => suite/editor/components/prefs/content/pref-editing.xhtml
rename : editor/ui/jar.mn => suite/editor/components/prefs/jar.mn
rename : editor/ui/moz.build => suite/editor/components/prefs/moz.build
rename : editor/ui/texzilla/content/TeXZilla.js => suite/editor/components/texzilla/content/TeXZilla.js
rename : editor/ui/jar.mn => suite/editor/components/texzilla/jar.mn
rename : editor/ui/moz.build => suite/editor/components/texzilla/moz.build
rename : editor/ui/editorUtilities.jsm => suite/editor/modules/editorUtilities.jsm
rename : editor/ui/moz.build => suite/editor/moz.build
rename : editor/ui/nsComposerCmdLineHandler.js => suite/editor/nsComposerCmdLineHandler.js
rename : editor/ui/nsComposerCmdLineHandler.manifest => suite/editor/nsComposerCmdLineHandler.manifest
rename : editor/ui/composer.js => suite/editor/profile/composer.js
rename : editor/ui/locales/en-US/chrome/dialogs/EdAdvancedEdit.dtd => suite/locales/en-US/chrome/editor/dialogs/EdAdvancedEdit.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdColorPicker.dtd => suite/locales/en-US/chrome/editor/dialogs/EdColorPicker.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdConvertToTable.dtd => suite/locales/en-US/chrome/editor/dialogs/EdConvertToTable.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdDialogOverlay.dtd => suite/locales/en-US/chrome/editor/dialogs/EdDialogOverlay.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EdNamedAnchorProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EdNamedAnchorProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditConflict.dtd => suite/locales/en-US/chrome/editor/dialogs/EditConflict.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorButtonProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorButtonProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorColorProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorColorProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorFieldSetProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorFieldSetProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorFormProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorFormProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorHLineProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorHLineProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorImageProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorImageProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInputProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInputProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertChars.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertChars.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertMath.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertMath.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertSource.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertSource.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTOC.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertTOC.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTable.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertTable.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorLabelProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorLabelProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorLinkProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorLinkProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorListProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorListProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPageProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPageProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPersonalDictionary.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPersonalDictionary.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPublish.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPublish.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorPublishProgress.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPublishProgress.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorReplace.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorReplace.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSaveAsCharset.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSaveAsCharset.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSelectProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSelectProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSnapToGrid.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSnapToGrid.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorSpellCheck.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSpellCheck.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorTableProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorTableProperties.dtd
rename : editor/ui/locales/en-US/chrome/dialogs/EditorTextAreaProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorTextAreaProperties.dtd
rename : editor/ui/locales/en-US/chrome/composer/editingOverlay.dtd => suite/locales/en-US/chrome/editor/editingOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/editor.dtd => suite/locales/en-US/chrome/editor/editor.dtd
rename : editor/ui/locales/en-US/chrome/composer/editor.properties => suite/locales/en-US/chrome/editor/editor.properties
rename : editor/ui/locales/en-US/chrome/composer/editorOverlay.dtd => suite/locales/en-US/chrome/editor/editorOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/editorSmileyOverlay.dtd => suite/locales/en-US/chrome/editor/editorSmileyOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/editorPrefsOverlay.dtd => suite/locales/en-US/chrome/editor/prefs/editorPrefsOverlay.dtd
rename : editor/ui/locales/en-US/chrome/composer/pref-composer.dtd => suite/locales/en-US/chrome/editor/prefs/pref-composer.dtd
rename : editor/ui/locales/en-US/chrome/composer/pref-editing.dtd => suite/locales/en-US/chrome/editor/prefs/pref-editing.dtd
2021-01-03 13:39:41 +00:00