gecko-dev/editor/libeditor/crashtests
Masayuki Nakano 0b16be82cb Bug 1525481 - part 2: Make `EditorBase::DoSplitNode()` return error if split nodes are moved/removed unexpectedly r=m_kato
We should stop handling splitting nodes if mutation event listeners move or
remove the split nodes unexpectedly because the post processors may not be
able to keep handling the nodes.  For example, if a node is moved to outside
of editing host, we shouldn't touch it anymore due to non-editable.

This patch makes `EditorBase::DoSplitNode()` return new error for making
any parent callers stop their job, but note that the following patch makes
any public methods expose the new error as exception for compatibility with
Chrome.

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

--HG--
extra : moz-landing-system : lando
2019-02-25 08:29:38 +00:00
..
336081-1.xhtml
336104.html
382527-1.html
382778-1.html
402172-1.html
403965-1.xhtml
407074-1.html
407079-1.html
407256-1.html
407277-1.html
414178-1.html
418923-1.html
420439.html
428489-1.html
429586-1.html
430624-1.html
431086-1.xhtml
448329-1.html
448329-2.html
448329-3.html
456727-1.html
456727-2.html
459613-iframe.html
459613.html
467647-1.html
475132-1.xhtml
499844-1.html
503709-1.xhtml
513375-1.xhtml
535632-1.xhtml
574558-1.xhtml
580151-1.xhtml
582138-1.xhtml
612565-1.html
615015-1.html
615450-1.html
633709.xhtml
636074-1.html
639736-1.xhtml
643786-1.html
650572-1.html
667321-1.html
682650-1.html
713427-1.html
713427-2.xhtml
716456-1.html
759748.html
761861.html
762183.html
766305.html
766360.html
766387.html
766413.html
766795.html
766845.xhtml
767169.html
768748.html
768765.html
769008-1.html
769967.xhtml
771749.html
772282.html
776323.html
793866.html
1057677.html
1128787.html
1134545.html
1158452.html
1158651.html
1244894.xhtml
1264921.html
1272490.html
1274050.html Bug 1274050 - Add crashtest. r=me 2017-10-12 22:41:14 -04:00
1317704.html
1317718.html
1324505.html
1343918.html
1344097.html Bug 1344097 - Add crashtest. r=me 2017-10-20 08:36:12 -04:00
1345015.html
1348851.html
1350772.html
1364133.html Bug 1364133 - Part 2. Add test. r=masayuki 2017-10-11 17:59:02 +09:00
1366176.html
1375131.html
1381541.html Bug 1381541 - queryCommandState should consider that parent node of selection is null. r=masayuki 2017-08-18 14:48:39 +09:00
1383747.html Bug 1383747 - Add crashtest. r=me 2017-10-11 19:54:08 -04:00
1383755.html Bug 1383755 - Part 2. Add crash test for object resizer. r=masayuki 2017-07-27 18:21:27 +09:00
1383763.html Bug 1383763 - Add crashtest. r=me 2017-10-11 19:54:09 -04:00
1384161.html Bug 1384161 - Add crashtest. r=me 2017-10-11 19:54:09 -04:00
1388075.html Bug 1388075 - Add crashtest. r=me 2017-10-11 11:52:40 -04:00
1393171.html Bug 1393171 - Add crashtest. r=me 2017-10-11 19:54:10 -04:00
1402196.html Bug 1411345 - HTMLEditRules::GetHighestInlineParent() shouldn't return editing host even when it's the highest inline parent of aNode r=m_kato 2017-10-31 01:14:58 +09:00
1402469.html Bug 1402469 - Part 2. Add crash test. r=masayuki 2017-09-25 14:11:29 +09:00
1402526.html Bug 1402526 - Add crashtest. r=me a=test-only 2018-01-15 14:27:45 +09:00
1402904.html Bug 1402904 - Part 2. Add crash tests. r=masayuki 2017-10-05 14:23:12 +09:00
1405747.html Bug 1467794 - Split TextEditor::DeleteSelectionAsAction() to itself and TextEditor::DeleteSelectionAsSubAction() r=m_kato 2018-06-29 20:16:50 +09:00
1405897.html Bug 1405897 - Move assertion before setting resizer attribute. r=masayuki 2018-06-29 04:47:21 +00:00
1408170.html Bug 1408170 - Set child correctly in HTMLEditRules::GetPromotedPoint(); r=masayuki 2017-10-13 02:23:12 -04:00
1414581.html Bug 1414581 - Part 2. Add crashtest. r=masayuki 2017-11-06 17:06:09 +09:00
1415231.html Bug 1415231 - Add crash tests for a regression of bug 1406482 which has been fixed by bug 1415509 r=m_kato 2017-11-10 10:58:33 +09:00
1423767.html Bug 1423767 - Splitting node might be orphan. r=masayuki 2018-05-16 16:54:20 +09:00
1423776.html Bug 1423776 - Return error when splitted node might be orphan. r=masayuki 2018-06-04 16:31:38 +09:00
1424450.html Bug 1424450 - Don't set selection on ClearStyle. r=masayuki 2018-04-18 16:13:24 +09:00
1425091.html Bug 1425091 - Part 2. Add crashtest. r=masayuki 2017-12-15 10:51:53 -06:00
1441619.html Bug 1441619 - Add crashtest. r=masayuki 2018-12-18 15:09:52 +09:00
1443664.html Bug 1443664 - Form control might not have non-chrome only content. r=smaug 2018-03-20 16:22:39 +09:00
1444630.html Bug 1451503 Move most reftest resources from chrome: to resource: r=kmag 2018-09-06 16:01:39 -07:00
1446451.html Bug 1446451: GetPropertyValue can indeed not return an integer if the node is not displayed. r=masayuki 2018-03-16 18:07:33 +01:00
1464251.html Bug 1464251 - SplitNodeDeepWithTransaction might create orphan node. r=masayuki 2018-08-09 08:22:50 +00:00
1470926.html Bug 1470926 - Null-check mBoundFrame after calling SetSelectionRange on it. r=TYLin 2019-02-21 00:18:15 +00:00
1525481.html Bug 1525481 - part 2: Make `EditorBase::DoSplitNode()` return error if split nodes are moved/removed unexpectedly r=m_kato 2019-02-25 08:29:38 +00:00
crashtests.list Bug 1525481 - part 2: Make `EditorBase::DoSplitNode()` return error if split nodes are moved/removed unexpectedly r=m_kato 2019-02-25 08:29:38 +00:00