Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d82accf845821dcae7571e8a4a73238beb512223
https://github.com/WebKit/WebKit/commit/d82accf845821dcae7571e8a4a73238beb512223
Author: Chris Dumez <[email protected]>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/Document.h
M Source/WebCore/editing/AlternativeTextController.cpp
M Source/WebCore/editing/Editor.cpp
M Source/WebCore/editing/Editor.h
M Source/WebCore/editing/SpellChecker.cpp
M Source/WebCore/editing/SpellChecker.h
M Source/WebCore/editing/SpellingCorrectionCommand.cpp
M Source/WebCore/loader/FrameLoader.cpp
M Source/WebCore/page/ContextMenuController.cpp
M Source/WebCore/page/DragController.cpp
M Source/WebCore/page/LocalFrame.cpp
M Source/WebCore/page/LocalFrame.h
M Source/WebCore/page/Page.cpp
M Source/WebCore/page/UndoManager.cpp
M Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm
M Source/WebKit/WebProcess/WebPage/WebPageTesting.cpp
Log Message:
-----------
Drop smart pointer exceptions for WebCore::SpellChecker
https://bugs.webkit.org/show_bug.cgi?id=283055
Reviewed by Geoffrey Garen.
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::protectedEditor):
(WebCore::Document::protectedEditor const):
(WebCore::Document::ensureEditor):
(WebCore::Document::willBeRemovedFromFrame):
(WebCore::Document::checkedEditor): Deleted.
(WebCore::Document::checkedEditor const): Deleted.
* Source/WebCore/dom/Document.h:
* Source/WebCore/editing/Editor.cpp:
(WebCore::Editor::Editor):
(WebCore::Editor::ref const):
(WebCore::Editor::deref const):
* Source/WebCore/editing/Editor.h:
* Source/WebCore/editing/SpellChecker.cpp:
(WebCore::SpellChecker::SpellChecker):
(WebCore::SpellChecker::ref const):
(WebCore::SpellChecker::deref const):
(WebCore::SpellChecker::client const):
(WebCore::SpellChecker::isAsynchronousEnabled const):
(WebCore::SpellChecker::document const):
(WebCore::SpellChecker::protectedDocument const):
* Source/WebCore/editing/SpellChecker.h:
(WebCore::SpellChecker::protectedDocument const): Deleted.
Canonical link: https://commits.webkit.org/286590@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes