gecko-dev/editor/libeditor/tests
Masayuki Nakano e28c807e5a Bug 1533989 - Make InputEvent.data and InputEvent.dataTransfer not expose clipboard data if user disables clipboard events r=smaug
If user disables clipboard events, it means that they don't want to expose
clipboard data to web apps even if web apps cannot handle "paste" operation.
Therefore, they must not want to leak clipboard data with `InputEvent.data`
and `InputEvent.dataTransfer`.

This patch makes `InputEvent::GetData()` and `InputEvent::GetDataTransfer()`
returns empty string or new `DataTransfer` object which has only empty string
if:
- They are called by content JS.
- The event is a trusted event.
- `inputType` value is `insertFromPaste` or `insertFromPasteAsQuotation`.

The reason why we don't return null for both is, Input Events spec declares
`data` or `dataTransfer` shouldn't be null in the `inputType` values.  And
the reason why we don't return empty `DataTransfer` is, web apps may expect
at least one data is stored in non-null `dataTransfer` value.

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

--HG--
extra : moz-landing-system : lando
2019-03-29 16:08:11 +00:00
..
browserscope Bug 1503299 - Disable a clipboard mochitest on more android variants; r=me,a=test-only 2018-11-14 09:20:09 -07:00
data
.eslintrc.js Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
browser.ini Bug 1446282 - Disable browser_bug629172.js on debug mac and win10x64 for frequent failures. r=jmaher 2018-10-25 20:25:00 +03:00
browser_bug527935.js Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
browser_bug629172.js Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
bug527935.html Bug 1397656 - Update tests within editor/ to comply with new toplevel data: URI navigation policy. r=masayuki 2017-09-08 15:40:34 +02:00
bug527935_2.html Bug 1397656 - Update tests within editor/ to comply with new toplevel data: URI navigation policy. r=masayuki 2017-09-08 15:40:34 +02:00
bug629172.html Bug 1255919 - Convert the test for bug 629172 into a browser-chrome test that is enabled on e10s; r=mrbkap 2016-03-15 17:39:02 -04:00
chrome.ini Bug 1397412 - Implement Mochitest for EditorBase::FindBetterInsertionPoint() in plaintext editor. r=ehsan 2017-09-07 12:36:00 -04:00
file_bug289384-1.html Bug 1390770 - rewrite test_bug289384.html for new data: URI inheritance model. r=masayuki 2017-08-18 10:35:58 +08:00
file_bug289384-2.html Bug 1390770 - rewrite test_bug289384.html for new data: URI inheritance model. r=masayuki 2017-08-18 10:35:58 +08:00
file_bug549262.html
file_bug586662.html
file_bug611182.html Bug 1380717 - Updates more tests within editor/ to comply with new data: URI inheritance model. r=masayuki 2017-07-14 12:14:23 +02:00
file_bug611182.sjs Bug 1380717 - Updates more tests within editor/ to comply with new data: URI inheritance model. r=masayuki 2017-07-14 12:14:23 +02:00
file_bug635636.xhtml Bug 1385240 - Update editor/libeditor/tests/test_bug635636.html to comply with new data: URI inheritance model. r=masayuki 2017-07-28 13:34:24 +02:00
file_bug635636_2.html Bug 1397656 - Update tests within editor/ to comply with new toplevel data: URI navigation policy. r=masayuki 2017-09-08 15:40:34 +02:00
file_bug674770-1.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
file_bug795418-2.sjs Bug 1380717 - Updates more tests within editor/ to comply with new data: URI inheritance model. r=masayuki 2017-07-14 12:14:23 +02:00
file_bug915962.html
file_bug966155.html Bug 1397656 - Update tests within editor/ to comply with new toplevel data: URI navigation policy. r=masayuki 2017-09-08 15:40:34 +02:00
file_bug966552.html Bug 1397656 - Update tests within editor/ to comply with new toplevel data: URI navigation policy. r=masayuki 2017-09-08 15:40:34 +02:00
file_select_all_without_body.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
green.png
mochitest.ini Bug 676268 - Part 1. Support text/html on Android clipboard backend. r=geckoview-reviewers,snorp 2019-03-20 14:47:19 +09:00
spellcheck.js
test_CF_HTML_clipboard.html Bug 1528751 - Add a custom eslint rule to check "consistent" if bracing. r=Standard8 2019-02-28 08:39:33 +00:00
test_abs_positioner_appearance.html Bug 1484110 - part 3: HTMLEditor::RefereshEditingUI() should refresh UIs when one of them is changed to enabled or disabled r=m_kato 2018-08-17 19:03:02 +09:00
test_abs_positioner_positioning_elements.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_backspace_vs.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug46555.html Bug 1269209 - Port test_bug46555.html from chrome to plain; r=masayuki 2016-08-22 21:10:39 +03:00
test_bug200416.html
test_bug289384.html Bug 1390770 - rewrite test_bug289384.html for new data: URI inheritance model. r=masayuki 2017-08-18 10:35:58 +08:00
test_bug290026.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug291780.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug309731.html
test_bug316447.html
test_bug318065.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug332636.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug332636.html^headers^
test_bug358033.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug366682.html Bug 1507543 - Spellchecker for contenteditable/design-mode should not run without focus; r=m_kato 2018-12-03 11:20:09 +00:00
test_bug372345.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug404320.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug408231.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug410986.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug414526.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug417418.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug426246.html Bug 426246 - cmd_deleteToBeginningOfLine should delete to the beginning of the line, not the whole line. r=masayuki 2018-06-14 15:42:16 -04:00
test_bug430392.html Bug 1533293 - part 1: Create Selection::SetStartAndEnd() to set new range as far as faster r=smaug 2019-03-26 10:06:00 +00:00
test_bug432225.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug439808.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug442186.html
test_bug449243.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug455992.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug456244.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug460740.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug471319.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug471722.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug478725.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug480647.html
test_bug480972.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug483651.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug484181.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug487524.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug489202.xul Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_bug490879.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug502673.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug514156.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug520189.html Bug 1528751 - Add a custom eslint rule to check "consistent" if bracing. r=Standard8 2019-02-28 08:39:33 +00:00
test_bug525389.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug537046.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug549262.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug550434.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug551704.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug552782.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug567213.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug569988.html Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
test_bug570144.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug578771.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug586662.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug587461.html
test_bug590554.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug592592.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug596001.html Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher 2017-12-07 08:39:50 -05:00
test_bug596333.html Bug 998941 - part 2-3: Create new constructors of DataTransfer to set only plain text or nsITransferable r=smaug 2019-02-19 07:13:20 +00:00
test_bug596506.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug597331.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug597784.html
test_bug599322.html
test_bug599983.html
test_bug599983.xul Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
test_bug600570.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug602130.html Bug 1465875 part 1. Eliminate pointless QIs to nsIDOMNSEditableElement. r=qdot 2018-06-01 22:35:22 -04:00
test_bug603556.html
test_bug604532.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug607584.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug607584.xul Bug 1514340 - Part 2: Break out the content blocking related notifications into nsIWebProgressListener.onContentBlockingEvent(); r=baku,johannh 2019-01-21 09:58:50 -05:00
test_bug611182.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug612128.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug612447.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug616590.xul Bug 1514340 - Part 2: Break out the content blocking related notifications into nsIWebProgressListener.onContentBlockingEvent(); r=baku,johannh 2019-01-21 09:58:50 -05:00
test_bug620906.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug622371.html Bug 1361641 - Part 2: convert mochitest plain tests in editor/ to use srcdoc. r=smaug 2017-05-09 10:25:23 +08:00
test_bug625452.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug629845.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug635636.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug636465.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug638596.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug641466.html Bug 1499096 - Update wrong usage of ok() with todo_is();r=Standard8 2018-10-23 07:13:02 +00:00
test_bug645914.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug646194.html Bug 1425412 - part 5: Create some factory methods of DeleteTextTransaction and remove EditorBase::CreateTxnForDeleteText() and EditorBase::CreateTxnForDeleteCharacter() r=m_kato 2017-12-15 20:43:26 +09:00
test_bug668599.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug674770-1.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug674770-2.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug674861.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug676401.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug677752.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug681229.html
test_bug686203.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug692520.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug697842.html Bug 1288640 - Make TextComposition not dispatch eCompositionChange events (DOM "text" event) in the default group of web content r=smaug 2018-11-27 13:26:51 +00:00
test_bug725069.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug735059.html
test_bug738366.html
test_bug740784.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug742261.html
test_bug757371.html
test_bug757771.html
test_bug767684.html
test_bug772796.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug773262.html
test_bug780035.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_bug780908.xul Bug 1514340 - Part 2: Break out the content blocking related notifications into nsIWebProgressListener.onContentBlockingEvent(); r=baku,johannh 2019-01-21 09:58:50 -05:00
test_bug787432.html
test_bug790475.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug795418-2.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug795418-3.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug795418-4.html Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher 2017-12-07 08:39:50 -05:00
test_bug795418-5.html Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher 2017-12-07 08:39:50 -05:00
test_bug795418-6.html Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher 2017-12-07 08:39:50 -05:00
test_bug795418.html Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher 2017-12-07 08:39:50 -05:00
test_bug795785.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug796839.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug830600.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug832025.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug850043.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug857487.html Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_bug858918.html
test_bug915962.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug966155.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug966552.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug974309.html Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_bug998188.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1026397.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1053048.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1067255.html
test_bug1068979.html
test_bug1094000.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1100966.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1102906.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1109465.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1130651.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1140105.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug1140617.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1153237.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1154791.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1162952.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1181130-1.html
test_bug1181130-2.html
test_bug1186799.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1230473.html Bug 1288640 - Make TextComposition not dispatch eCompositionChange events (DOM "text" event) in the default group of web content r=smaug 2018-11-27 13:26:51 +00:00
test_bug1247483.html Bug 1247483 - Only replace nodes in nsHTMLEditor::ReplaceOrphanedStructure if all nodes in node list are descendants of replacement node. r=ehsan 2016-02-26 17:34:40 -08:00
test_bug1248128.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug1248185.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1250010.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug1257363.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug1258085.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1268736.html Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_bug1270235.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1306532.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1310912.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1314790.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug1315065.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1316302.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1318312.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1328023.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug1330796.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug1332876.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1352799.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1355792.html Bug 1355792 - Consider invisible nodes to be editable; r=masayuki 2017-04-19 16:53:24 +03:00
test_bug1358025.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1361008.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1361052.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1368544.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_bug1385905.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug1386222.xul Bug 1386222 - Ensure that we always respect the undo/redo transaction history when modifying the <xul:textbox>.value dynamically through script; r=bzbarsky 2017-08-01 13:59:45 -04:00
test_bug1390562.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug1394758.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1397412.xul Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
test_bug1399722.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_bug1406726.html Bug 1406726 - HTMLEditRules::WillInsertBreak() should reset mNewNode with caret position r=m_kato 2018-02-13 19:01:42 +09:00
test_bug1409520.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_bug1425997.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_bug1497480.html Bug 1504179 - Trigger first spell-checking by moving focus to contenteditable element; r=smaug 2018-11-14 12:38:46 +00:00
test_composition_event_created_in_chrome.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_contenteditable_focus.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_contenteditable_text_input_handling.html Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
test_css_chrome_load_access.html Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
test_documentCharacterSet.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_dom_input_event_on_htmleditor.html Bug 1485264 - Removed dom.event.highrestimestamp.enabled pref r=smaug 2019-03-01 18:49:44 +00:00
test_dom_input_event_on_texteditor.html Bug 1485264 - Removed dom.event.highrestimestamp.enabled pref r=smaug 2019-03-01 18:49:44 +00:00
test_dragdrop.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_execCommandPaste_noTarget.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_handle_new_lines.html Bug 1478564 - part 0: Add automated tests for TextEditRules::HandleNewLines() r=m_kato 2018-07-26 22:27:47 +09:00
test_htmleditor_keyevent_handling.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_inlineTableEditing.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_inline_style_cache.html Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug 2018-02-15 04:15:39 +09:00
test_insertParagraph_in_inline_editing_host.html Bug 1435123 - HTMLEditor::GetBlock() has to specify given ancestor limit node to HTMLEditor::GetBlockNodeParent() r=m_kato 2018-03-29 18:57:57 +09:00
test_keypress_untrusted_event.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_middle_click_paste.html Bug 1533989 - Make InputEvent.data and InputEvent.dataTransfer not expose clipboard data if user disables clipboard events r=smaug 2019-03-29 16:08:11 +00:00
test_nsIEditorMailSupport_insertAsCitedQuotation.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsIHTMLEditor_getSelectedElement.html Bug 1501663 - part 7: HTMLEditor::GetSelectedElement() shouldn't return element node when Selection starts before the element node r=m_kato 2018-11-05 11:38:10 +00:00
test_nsIHTMLEditor_removeInlineProperty.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsIHTMLEditor_selectElement.html Bug 1482016 - part 0: Add automated tests for nsIHTMLEditor.selectElement() r=m_kato 2018-08-15 08:49:25 +00:00
test_nsIHTMLEditor_setCaretAfterElement.html Bug 1482017 - part 0: Add automated tests for nsIHTMLEditor.setCaretAfterElement() r=m_kato 2018-08-15 12:46:51 +00:00
test_nsIHTMLObjectResizer_hideResizers.html Bug 1485925 - part 0: Add automated test for nsIHTMLObjectResizer_hideResizers.html r=m_kato 2018-09-05 10:51:35 +00:00
test_nsIPlaintextEditor_insertLineBreak.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsITableEditor_deleteTableCell.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsITableEditor_deleteTableCellContents.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsITableEditor_deleteTableColumn.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsITableEditor_deleteTableRow.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsITableEditor_getCellAt.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_nsITableEditor_getCellDataAt.html Bug 1484126 - part 1: Create CellData struct which implements nsITableEditor::GetCellDataAt() r=m_kato 2018-10-12 13:40:25 +00:00
test_nsITableEditor_getCellIndexes.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_nsITableEditor_getFirstRow.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_nsITableEditor_getFirstSelectedCell.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_nsITableEditor_getFirstSelectedCellInTable.html Bug 1484131 - part 0: Add automated tests for nsITableEditor.getFirstSelectedCellInTable() and fixes a crash bug of it r=m_kato 2018-09-14 12:49:46 +00:00
test_nsITableEditor_getNextSelectedCell.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_nsITableEditor_getSelectedOrParentTableElement.html Bug 1484133 - part 0: Add automated tests for nsITableEditor.getSelectedOrParentTableElement() r=m_kato 2018-09-14 12:54:43 +00:00
test_nsITableEditor_getTableSize.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_nsITableEditor_insertTableCell.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsITableEditor_insertTableColumn.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_nsITableEditor_insertTableRow.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_password_paste.html Bug 998941 - part 2-3: Create new constructors of DataTransfer to set only plain text or nsITransferable r=smaug 2019-02-19 07:13:20 +00:00
test_pasteImgTextarea.html Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_pasteImgTextarea.xul Bug 1454813: Part 2b - Rename SpawnTask.js to AddTask.js. r=florian 2018-04-18 11:43:45 -07:00
test_resizers_appearance.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_resizers_resizing_elements.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00
test_root_element_replacement.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_select_all_without_body.html Bug 1489980 - Enable ESLint for editor/ - automatic fixes r=masayuki 2018-09-13 07:58:19 +00:00
test_selection_move_commands.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_spellcheck_pref.html
test_state_change_on_reframe.html Bug 1528644 - Internal value changes shouldn't change validity state. r=masayuki 2019-02-19 09:25:55 +00:00
test_texteditor_keyevent_handling.html Bug 1489980 - Enable ESLint for editor/ - Manual fixes. r=masayuki 2018-09-13 07:59:47 +00:00
test_undo_after_spellchecker_replaces_word.html Bug 998941 - part 2-3: Create new constructors of DataTransfer to set only plain text or nsITransferable r=smaug 2019-02-19 07:13:20 +00:00
test_undo_redo_stack_after_setting_value.html Bug 998941 - part 2-2: Make HTMLEditor set InputEvent.dataTransfer when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:33:42 +00:00