[webkit-changes] [WebKit/WebKit] b5bd0d: Reduce use of LegacyNullableObjectIdentifier

Chris Dumez noreply at github.com
Mon Oct 7 13:41:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b5bd0d309f05dcf79effd0033813a983ca08631d
      https://github.com/WebKit/WebKit/commit/b5bd0d309f05dcf79effd0033813a983ca08631d
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    M Source/WebCore/editing/SpellChecker.cpp
    M Source/WebCore/editing/SpellChecker.h
    M Source/WebCore/editing/TextManipulationController.cpp
    M Source/WebCore/editing/TextManipulationController.h
    M Source/WebCore/editing/TextManipulationControllerManipulationFailure.h
    M Source/WebCore/editing/TextManipulationItem.h
    M Source/WebCore/editing/TextManipulationItemIdentifier.h
    M Source/WebCore/editing/TextManipulationToken.h
    M Source/WebCore/history/BackForwardItemIdentifier.h
    M Source/WebCore/platform/SleepDisabler.cpp
    M Source/WebCore/platform/SleepDisabler.h
    M Source/WebCore/platform/SleepDisablerIdentifier.h
    M Source/WebCore/platform/text/TextCheckingRequestIdentifier.h
    M Source/WebCore/testing/Internals.cpp
    M Source/WebCore/workers/shared/SharedWorkerObjectIdentifier.h
    M Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp
    M Source/WebKit/Shared/DisplayLinkObserverID.h
    M Source/WebKit/Shared/DrawingAreaInfo.h
    M Source/WebKit/Shared/NetworkResourceLoadIdentifier.h
    M Source/WebKit/Shared/ProcessQualified.serialization.in
    M Source/WebKit/Shared/UserScriptIdentifier.h
    M Source/WebKit/Shared/UserStyleSheetIdentifier.h
    M Source/WebKit/Shared/WTFArgumentCoders.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/Shared/WebPageCreationParameters.h
    M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
    M Source/WebKit/UIProcess/API/Cocoa/_WKResourceLoadInfo.mm
    M Source/WebKit/UIProcess/ProvisionalPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h
    M Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp
    M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/GraphicsLayerCARemote.mm
    M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.h
    M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.mm
    M Source/WebKit/WebProcess/WebPage/WebPage.cpp
    M Source/WebKitLegacy/mac/WebCoreSupport/WebEditorClient.mm

  Log Message:
  -----------
  Reduce use of LegacyNullableObjectIdentifier
https://bugs.webkit.org/show_bug.cgi?id=280980

Reviewed by Sihui Liu.

* Source/WebCore/editing/SpellChecker.cpp:
(WebCore::SpellChecker::didCheck):
* Source/WebCore/editing/SpellChecker.h:
(WebCore::SpellChecker::lastRequestIdentifier const):
(WebCore::SpellChecker::lastProcessedIdentifier const):
* Source/WebCore/editing/TextManipulationController.cpp:
(WebCore::TextManipulationController::parse):
(WebCore::TextManipulationController::observeParagraphs):
(WebCore::TextManipulationController::addItem):
(WebCore::TextManipulationController::completeManipulation):
* Source/WebCore/editing/TextManipulationController.h:
* Source/WebCore/editing/TextManipulationControllerManipulationFailure.h:
* Source/WebCore/editing/TextManipulationItem.h:
* Source/WebCore/editing/TextManipulationItemIdentifier.h:
* Source/WebCore/editing/TextManipulationToken.h:
* Source/WebCore/history/BackForwardItemIdentifier.h:
* Source/WebCore/platform/SleepDisabler.cpp:
(WebCore::SleepDisabler::SleepDisabler):
(WebCore::SleepDisabler::~SleepDisabler):
* Source/WebCore/platform/SleepDisabler.h:
* Source/WebCore/platform/SleepDisablerIdentifier.h:
* Source/WebCore/platform/text/TextCheckingRequestIdentifier.h:
* Source/WebCore/testing/Internals.cpp:
(WebCore::Internals::lastSpellCheckRequestSequence):
(WebCore::Internals::lastSpellCheckProcessedSequence):
* Source/WebCore/workers/shared/SharedWorkerObjectIdentifier.h:
* Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp:
(WebKit::NetworkConnectionToWebProcess::scheduleResourceLoad):
* Source/WebKit/Shared/DisplayLinkObserverID.h:
* Source/WebKit/Shared/DrawingAreaInfo.h:
* Source/WebKit/Shared/NetworkResourceLoadIdentifier.h:
* Source/WebKit/Shared/ProcessQualified.serialization.in:
* Source/WebKit/Shared/UserScriptIdentifier.h:
* Source/WebKit/Shared/UserStyleSheetIdentifier.h:
* Source/WebKit/Shared/WTFArgumentCoders.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/Shared/WebPageCreationParameters.h:
* Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView _startTextManipulationsWithConfiguration:completion:]):
(coreTextManipulationItemIdentifierFromString):
(coreTextManipulationTokenIdentifierFromString):
(-[WKWebView _completeTextManipulationForItems:completion:]):
* Source/WebKit/UIProcess/API/Cocoa/_WKResourceLoadInfo.mm:
(-[_WKResourceLoadInfo initWithCoder:]):
* Source/WebKit/UIProcess/ProvisionalPageProxy.cpp:
(WebKit::ProvisionalPageProxy::loadRequest):
(WebKit::ProvisionalPageProxy::goToBackForwardItem):
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::creationParameters):
* Source/WebKit/UIProcess/WebPageProxy.h:
* Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp:
(WebKit::WebLoaderStrategy::scheduleLoadFromNetworkProcess):
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/GraphicsLayerCARemote.mm:
(WebKit::GraphicsLayerCARemote::createAsyncContentsDisplayDelegate):
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.h:
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.mm:
(WebKit::RemoteLayerTreeContext::drawingAreaIdentifier const):
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::loadRequest):
(WebKit::WebPage::goToBackForwardItem):
* Source/WebKitLegacy/mac/WebCoreSupport/WebEditorClient.mm:
(-[WebEditorSpellCheckResponder perform]):

Canonical link: https://commits.webkit.org/284784@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list