gecko-dev/editor/libeditor
Masayuki Nakano c326234099 Bug 1876913 - part 2: Make HTMLEditor::FormatBlockContainerWithTransaction refer the computed style when considering the wrapping part r=m_kato
In bug 1851951, I considered that the method should keep the traditional
behavior for the backward compatibility because of mainly used by handling
a block level command, `formatBlock`, but I think that computing the replacing
part should be considered with the computed style of the elements.  That's
compatible with the other browsers.

Depends on D199844

Differential Revision: https://phabricator.services.mozilla.com/D199845
2024-01-30 13:02:37 +00:00
..
crashtests Bug 1843794 - Rewrite editor/AsyncSpellCheckTestHelper.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=masayuki 2023-07-19 00:43:33 +00:00
tests Bug 1868866 - adds ManifestParser TOML linter r=jmaher,linter-reviewers,ahal,webdriver-reviewers,settings-reviewers,search-reviewers,devtools-reviewers,fxview-reviewers,cookie-reviewers,sessionstore-reviewers,places-reviewers,dom-storage-reviewers,translations-reviewers,valentin,whimboo,Standard8,sclements,jesup 2024-01-29 17:30:48 +00:00
AutoRangeArray.cpp Bug 1870222 - part 1: Rename HTMLEditUtils::EmptyCheckOption::IgnoreEditableState with inverting the meaning r=m_kato 2023-12-25 12:54:06 +00:00
AutoRangeArray.h Bug 1865729 - part 1: Make AutoMoveOneLineHandler make AutoRangeArray work with BlockInlineCheck::UseComputedDisplayOutsideStyle r=m_kato 2023-11-27 01:46:42 +00:00
ChangeAttributeTransaction.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
ChangeAttributeTransaction.h
ChangeStyleTransaction.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
ChangeStyleTransaction.h
CompositionTransaction.cpp
CompositionTransaction.h
CSSEditUtils.cpp Bug 1839950 - CSSStyleDeclaration.getPropertyValue doesn't throw. r=peterv 2023-06-27 08:21:46 +00:00
CSSEditUtils.h
DeleteContentTransactionBase.cpp
DeleteContentTransactionBase.h
DeleteMultipleRangesTransaction.cpp
DeleteMultipleRangesTransaction.h
DeleteNodeTransaction.cpp
DeleteNodeTransaction.h
DeleteRangeTransaction.cpp
DeleteRangeTransaction.h
DeleteTextTransaction.cpp
DeleteTextTransaction.h
EditAction.h Bug 1244437 - part 3: Make formatBlock command handlers use replace target as the nearest inclusive ancestor format node r=m_kato 2023-10-26 03:45:18 +00:00
EditAggregateTransaction.cpp
EditAggregateTransaction.h
EditorBase.cpp Bug 1870958 - Make TextControlState notify IMEContentObserver of default value change if TextEditor is being initialized r=smaug,m_kato 2024-01-24 22:50:27 +00:00
EditorBase.h Bug 1870958 - Make TextControlState notify IMEContentObserver of default value change if TextEditor is being initialized r=smaug,m_kato 2024-01-24 22:50:27 +00:00
EditorCommands.cpp
EditorCommands.h Bug 1244437 - part 1: Make HTMLEditUtils::IsFormatNode check same tags as Chromium does r=m_kato 2023-10-26 03:45:17 +00:00
EditorController.cpp
EditorController.h
EditorDOMPoint.h Bug 1865729 - part 0: Add logging code of AutoMoveOneLineHandler r=m_kato 2023-11-27 01:46:42 +00:00
EditorEventListener.cpp Bug 1870960 - Make IMEStateManager stop using nsPresContext::GetTextInputHandlingWidget() as far as possible r=smaug 2024-01-16 00:09:35 +00:00
EditorEventListener.h
EditorForwards.h Bug 1859245 - part 4: Make HTMLEditor handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
EditorUtils.cpp Bug 1852478 - Convert CSS white-space into a shorthand that expands to white-space-collapse and text-wrap-mode longhands. r=firefox-style-system-reviewers,emilio 2024-01-26 09:40:02 +00:00
EditorUtils.h Bug 1852478 - Convert CSS white-space into a shorthand that expands to white-space-collapse and text-wrap-mode longhands. r=firefox-style-system-reviewers,emilio 2024-01-26 09:40:02 +00:00
EditTransactionBase.cpp
EditTransactionBase.h
HTMLAbsPositionEditor.cpp
HTMLAnonymousNodeEditor.cpp Bug 1861231 - Make editor handle user input with original target instead of target r=sefeng,dom-core 2023-11-21 03:58:01 +00:00
HTMLEditHelpers.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
HTMLEditHelpers.h Bug 1859245 - part 1: Make JoinNodesResult and SplitNodeResult handle only the new direction mode r=m_kato 2023-10-27 01:57:28 +00:00
HTMLEditor.cpp Bug 1870958 - Make TextControlState notify IMEContentObserver of default value change if TextEditor is being initialized r=smaug,m_kato 2024-01-24 22:50:27 +00:00
HTMLEditor.h Bug 1870958 - Make TextControlState notify IMEContentObserver of default value change if TextEditor is being initialized r=smaug,m_kato 2024-01-24 22:50:27 +00:00
HTMLEditorCommands.cpp Bug 1244437 - part 1: Make HTMLEditUtils::IsFormatNode check same tags as Chromium does r=m_kato 2023-10-26 03:45:17 +00:00
HTMLEditorController.cpp Bug 1244437 - part 1: Make HTMLEditUtils::IsFormatNode check same tags as Chromium does r=m_kato 2023-10-26 03:45:17 +00:00
HTMLEditorController.h
HTMLEditorDataTransfer.cpp Bug 1870222 - part 1: Rename HTMLEditUtils::EmptyCheckOption::IgnoreEditableState with inverting the meaning r=m_kato 2023-12-25 12:54:06 +00:00
HTMLEditorDeleteHandler.cpp Bug 1852478 - Convert CSS white-space into a shorthand that expands to white-space-collapse and text-wrap-mode longhands. r=firefox-style-system-reviewers,emilio 2024-01-26 09:40:02 +00:00
HTMLEditorDocumentCommands.cpp Bug 1859245 - part 4: Make HTMLEditor handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
HTMLEditorEventListener.cpp Bug 1861231 - Make editor handle user input with original target instead of target r=sefeng,dom-core 2023-11-21 03:58:01 +00:00
HTMLEditorEventListener.h Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
HTMLEditorInlines.h Bug 1865729 - part 0: Add logging code of AutoMoveOneLineHandler r=m_kato 2023-11-27 01:46:42 +00:00
HTMLEditorNestedClasses.h
HTMLEditorObjectResizer.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
HTMLEditorState.cpp Bug 1865729 - part 1: Make AutoMoveOneLineHandler make AutoRangeArray work with BlockInlineCheck::UseComputedDisplayOutsideStyle r=m_kato 2023-11-27 01:46:42 +00:00
HTMLEditSubActionHandler.cpp Bug 1876913 - part 2: Make HTMLEditor::FormatBlockContainerWithTransaction refer the computed style when considering the wrapping part r=m_kato 2024-01-30 13:02:37 +00:00
HTMLEditUtils.cpp Bug 1870222 - part 1: Rename HTMLEditUtils::EmptyCheckOption::IgnoreEditableState with inverting the meaning r=m_kato 2023-12-25 12:54:06 +00:00
HTMLEditUtils.h Bug 1872422 - Make HTMLEditUtils::IsNeverElementContentsEditableByUser return false for <picture> r=m_kato 2024-01-10 01:37:54 +00:00
HTMLInlineTableEditor.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
HTMLStyleEditor.cpp Bug 1874806 - Get rid of editor.inline_style.range.compatible_with_the_other_browsers pref r=m_kato 2024-01-18 03:38:18 +00:00
HTMLTableEditor.cpp Bug 1870222 - part 1: Rename HTMLEditUtils::EmptyCheckOption::IgnoreEditableState with inverting the meaning r=m_kato 2023-12-25 12:54:06 +00:00
InsertNodeTransaction.cpp
InsertNodeTransaction.h
InsertTextTransaction.cpp Bug 1768317 - Make InsertTextTransaction::GetData() returns reference of its mStringToInsert r=m_kato 2023-06-12 00:08:02 +00:00
InsertTextTransaction.h Bug 1768317 - Make InsertTextTransaction::GetData() returns reference of its mStringToInsert r=m_kato 2023-06-12 00:08:02 +00:00
InternetCiter.cpp
InternetCiter.h
JoinNodesTransaction.cpp Bug 1859245 - part 3: Make JoinNodesTransaction and SplitNodeTransaction handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
JoinNodesTransaction.h Bug 1859245 - part 3: Make JoinNodesTransaction and SplitNodeTransaction handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
ManualNAC.h
MoveNodeTransaction.cpp
MoveNodeTransaction.h
moz.build Bug 1855300 - convert .ini manifests to .toml: batch 11 remaining **/mochitest.ini r=jmaher,geckoview-reviewers,extension-reviewers,valentin,credential-management-reviewers,cookie-reviewers,sgalich,m_kato,robwu 2023-10-13 02:32:24 +00:00
PendingStyles.cpp
PendingStyles.h
PlaceholderTransaction.cpp
PlaceholderTransaction.h
ReplaceTextTransaction.cpp
ReplaceTextTransaction.h
SelectionState.cpp Bug 1859245 - part 4: Make HTMLEditor handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
SelectionState.h Bug 1859245 - part 2: Make HTMLEditor::DoJoinNodes and HTMLEditor::DoSplitNode handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
SplitNodeTransaction.cpp Bug 1859245 - part 3: Make JoinNodesTransaction and SplitNodeTransaction handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
SplitNodeTransaction.h Bug 1859245 - part 3: Make JoinNodesTransaction and SplitNodeTransaction handle only the new direction mode r=m_kato 2023-10-27 01:57:29 +00:00
TextEditor.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
TextEditor.h Bug 1839814 - Move nsIEditor.wrapWidth to nsIEditorMailSupport r=m_kato 2023-06-27 05:47:55 +00:00
TextEditorDataTransfer.cpp
TextEditSubActionHandler.cpp Bug 1858590 - Make TextEditor::HandleInsertText stop handling the command for empty string after deleting selection r=m_kato 2023-10-19 03:16:08 +00:00
WSRunObject.cpp Bug 1852478 - Convert CSS white-space into a shorthand that expands to white-space-collapse and text-wrap-mode longhands. r=firefox-style-system-reviewers,emilio 2024-01-26 09:40:02 +00:00
WSRunObject.h Bug 1868641 - Make AutoDeleteRangesHandler::ExtendOrShrinkRangeToDelete not cross flex-item and grid-item boundary r=m_kato 2023-12-13 00:51:01 +00:00