haikuwebkit/Source/WebCore/editing
Adrien Destugues 0195b40b77 Merge commit 'e4390067fab9a407b0c303e04f03c77381cb2ddb' into Haiku 2021-08-30 17:59:07 +02:00
..
atk
cocoa Fix some `NSAttributedString` inconsistencies between WK1 and WK2 2021-08-12 18:58:47 +00:00
gtk SharedBuffer::takeData() is a bit dangerous 2021-07-23 22:05:03 +00:00
haiku Haiku: New files making up the Haiku WebKit port 2021-01-17 17:50:18 -06:00
ios output element doesn't react properly to node tree mutations 2021-05-15 02:05:22 +00:00
libwpe
mac [macOS] Web process crashes when detaching Document with uncommitted marked text 2021-08-07 22:47:09 +00:00
win
AlternativeTextController.cpp Clients of optional should use has_value instead of relying on hasValue macro 2021-05-29 22:08:56 +00:00
AlternativeTextController.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
AppendNodeCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
AppendNodeCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
ApplyBlockElementCommand.cpp Deploy smart pointers in ApplyBlockElementCommand, IndentOutdentCommand and InsertListCommand 2021-07-26 23:54:23 +00:00
ApplyBlockElementCommand.h
ApplyStyleCommand.cpp nullptr crash in ApplyStyleCommand::applyRelativeFontStyleChange 2021-07-22 16:27:33 +00:00
ApplyStyleCommand.h Deploy Ref/RefPtr in ApplyStyleCommand 2021-04-16 11:09:40 +00:00
BreakBlockquoteCommand.cpp Crash in BreakBlockquoteCommand::doApply() 2021-04-24 22:31:57 +00:00
BreakBlockquoteCommand.h
ChangeListTypeCommand.cpp Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ChangeListTypeCommand.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
CharacterRange.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ClipboardAccessPolicy.h
CompositeEditCommand.cpp Turn TextIteratorBehaviorFlag into an enum class and wrap it in OptionSet 2021-06-07 04:11:09 +00:00
CompositeEditCommand.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
CompositionHighlight.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
CompositionUnderline.h
CreateLinkCommand.cpp
CreateLinkCommand.h
CustomUndoStep.cpp
CustomUndoStep.h
DeleteFromTextNodeCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
DeleteFromTextNodeCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
DeleteSelectionCommand.cpp Do not try to remove and already removed node while deleting selection 2021-05-07 21:54:02 +00:00
DeleteSelectionCommand.h
DictationAlternative.h
DictationCommand.cpp
DictationCommand.h
DictationContext.h
DictionaryPopupInfo.h
EditAction.cpp
EditAction.h
EditCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
EditCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
EditableLinkBehavior.h
Editing.cpp Turn TextIteratorBehaviorFlag into an enum class and wrap it in OptionSet 2021-06-07 04:11:09 +00:00
Editing.h Deploy Ref/RefPtr in DeleteSelectionCommand 2021-04-25 05:59:59 +00:00
EditingBehavior.h
EditingBehaviorType.h
EditingBoundary.h
EditingStyle.cpp Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
EditingStyle.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
Editor.cpp Avoid Quick Note overlay when scrolling to show a highlight 2021-07-22 17:07:21 +00:00
Editor.h Avoid Quick Note overlay when scrolling to show a highlight 2021-07-22 17:07:21 +00:00
EditorCommand.cpp Define AtomString(ASCIILiteral) and use ASCIILiteral more to avoid memory allocation 2021-04-06 00:09:31 +00:00
EditorDeleteAction.h
EditorInsertAction.h
FindOptions.h
FontAttributeChanges.cpp
FontAttributeChanges.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
FontAttributes.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FontShadow.h
FormatBlockCommand.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FormatBlockCommand.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FrameSelection.cpp [Live Text] Unable to start drag on image when the first piece of text inside the image is selected 2021-08-10 23:51:41 +00:00
FrameSelection.h Avoid Quick Note overlay when scrolling to show a highlight 2021-07-22 17:07:21 +00:00
HTMLInterchange.cpp Remove StringBuilder::appendLiteral 2021-05-24 21:51:47 +00:00
HTMLInterchange.h
IndentOutdentCommand.cpp Deploy smart pointers in ApplyBlockElementCommand, IndentOutdentCommand and InsertListCommand 2021-07-26 23:54:23 +00:00
IndentOutdentCommand.h
InlineRunAndOffset.h
InsertIntoTextNodeCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
InsertIntoTextNodeCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
InsertLineBreakCommand.cpp
InsertLineBreakCommand.h
InsertListCommand.cpp Deploy smart pointers in ApplyBlockElementCommand, IndentOutdentCommand and InsertListCommand 2021-07-26 23:54:23 +00:00
InsertListCommand.h
InsertNestedListCommand.cpp
InsertNestedListCommand.h
InsertNodeBeforeCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
InsertNodeBeforeCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
InsertParagraphSeparatorCommand.cpp Crash in InsertParagraphSeparatorCommand::doApply 2021-07-26 20:47:30 +00:00
InsertParagraphSeparatorCommand.h
InsertTextCommand.cpp Nullptr crash in positionInParentBeforeNode via InsertTextCommand::doApply 2021-06-16 13:36:22 +00:00
InsertTextCommand.h
MarkupAccumulator.cpp XMLSerializer.serializeToString() doesn't properly escape \n, \n and \t 2021-07-11 18:20:53 +00:00
MarkupAccumulator.h XMLSerializer.serializeToString() doesn't properly escape \n, \n and \t 2021-07-11 18:20:53 +00:00
MergeIdenticalElementsCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
MergeIdenticalElementsCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
ModifySelectionListLevel.cpp Nullptr crash in ModifySelectionListLevelCommand::appendSiblingNodeRange 2021-02-23 12:28:20 +00:00
ModifySelectionListLevel.h
MoveSelectionCommand.cpp
MoveSelectionCommand.h
RemoveFormatCommand.cpp [WTF] Introduce RobinHoodHashTable 2021-04-02 08:33:32 +00:00
RemoveFormatCommand.h
RemoveNodeCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
RemoveNodeCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
RemoveNodePreservingChildrenCommand.cpp
RemoveNodePreservingChildrenCommand.h
RenderedPosition.cpp Rename InlineTextBox to LegacyInlineTextBox 2021-06-05 12:19:10 +00:00
RenderedPosition.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ReplaceNodeWithSpanCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
ReplaceNodeWithSpanCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
ReplaceRangeWithTextCommand.cpp
ReplaceRangeWithTextCommand.h
ReplaceSelectionCommand.cpp Nullptr crash in null ptr deref in ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline 2021-06-22 09:06:14 +00:00
ReplaceSelectionCommand.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
SelectionGeometryGatherer.cpp [macOS] ImageOverlayController should paint selection quads instead of bounding rects 2021-05-10 18:10:03 +00:00
SelectionGeometryGatherer.h [macOS] ImageOverlayController should paint selection quads instead of bounding rects 2021-05-10 18:10:03 +00:00
SerializedAttachmentData.h
SetNodeAttributeCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SetNodeAttributeCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SetSelectionCommand.cpp Non-unified build fixes, mid April 2021 edition 2021-04-21 19:42:35 +00:00
SetSelectionCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SimplifyMarkupCommand.cpp
SimplifyMarkupCommand.h
SmartReplace.cpp
SmartReplace.h
SmartReplaceCF.cpp Use RetainPtr<> / OSObjectPtr<> more in WebKit 2021-03-11 01:08:15 +00:00
SpellChecker.cpp Next step toward using std::optional directly instead of through WTF::Optional typedef 2021-05-28 01:26:23 +00:00
SpellChecker.h
SpellingCorrectionCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SpellingCorrectionCommand.h
SplitElementCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SplitElementCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SplitTextNodeCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SplitTextNodeCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
SplitTextNodeContainingElementCommand.cpp
SplitTextNodeContainingElementCommand.h
SurroundingText.h
TextAffinity.h
TextCheckingHelper.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
TextCheckingHelper.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
TextGranularity.h
TextInsertionBaseCommand.cpp
TextInsertionBaseCommand.h
TextIterator.cpp Rename hasOverflowClip() to prepare for the real overflow:clip 2021-07-14 20:40:50 +00:00
TextIterator.h Turn TextIteratorBehaviorFlag into an enum class and wrap it in OptionSet 2021-06-07 04:11:09 +00:00
TextIteratorBehavior.h [Cocoa] Find-in-page should match text inside image overlays 2021-06-07 13:45:46 +00:00
TextManipulationController.cpp Turn TextIteratorBehaviorFlag into an enum class and wrap it in OptionSet 2021-06-07 04:11:09 +00:00
TextManipulationController.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
TypingCommand.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
TypingCommand.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
UndoStep.h
UnlinkCommand.cpp
UnlinkCommand.h
VisiblePosition.cpp nullptr crash in ApplyStyleCommand::applyRelativeFontStyleChange 2021-07-22 16:27:33 +00:00
VisiblePosition.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
VisibleSelection.cpp nullptr crash in ApplyStyleCommand::applyRelativeFontStyleChange 2021-07-22 16:27:33 +00:00
VisibleSelection.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
VisibleUnits.cpp Turn TextIteratorBehaviorFlag into an enum class and wrap it in OptionSet 2021-06-07 04:11:09 +00:00
VisibleUnits.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
WebContentReader.cpp
WebContentReader.h
WebCorePasteboardFileReader.cpp SharedBuffer::takeData() is a bit dangerous 2021-07-23 22:05:03 +00:00
WebCorePasteboardFileReader.h
WrapContentsInDummySpanCommand.cpp Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
WrapContentsInDummySpanCommand.h Use HashSet<RefPtr<Node>> instead of HashSet<Node*> 2021-05-12 18:40:38 +00:00
WritingDirection.h
markup.cpp Nullptr crash in StyledMarkupAccumulator::traverseNodesForSerialization 2021-06-25 15:28:43 +00:00
markup.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00