[webkit-changes] [WebKit/WebKit] 523d63: Drop WTF::LegacyNullableAtomicObjectIdentifier

Chris Dumez noreply at github.com
Sat Sep 28 14:43:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 523d639811b04d974c02e5411a1850d5a6d79369
      https://github.com/WebKit/WebKit/commit/523d639811b04d974c02e5411a1850d5a6d79369
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-09-28 (Sat, 28 Sep 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/VM.h
    M Source/WTF/wtf/Forward.h
    M Source/WTF/wtf/ObjectIdentifier.h
    M Source/WebCore/dom/ScriptExecutionContext.h
    M Source/WebCore/workers/service/ServiceWorkerClients.h
    M Source/WebKit/NetworkProcess/NetworkSession.cpp
    M Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp
    M Source/WebKit/NetworkProcess/storage/NetworkStorageManager.h
    M Source/WebKit/NetworkProcess/webrtc/RTCDataChannelRemoteManagerProxy.cpp
    M Source/WebKit/Platform/IPC/Connection.cpp
    M Source/WebKit/Platform/IPC/Connection.h
    M Source/WebKit/Platform/IPC/JSIPCBinding.h
    M Source/WebKit/WebProcess/GPU/graphics/RemoteDisplayListRecorderFlushIdentifier.h
    M Source/WebKit/WebProcess/WebProcess.cpp
    M Source/WebKit/WebProcess/WebProcess.h
    M Source/WebKit/webpushd/PushClientConnection.h

  Log Message:
  -----------
  Drop WTF::LegacyNullableAtomicObjectIdentifier
https://bugs.webkit.org/show_bug.cgi?id=280551

Reviewed by Darin Adler.

Drop WTF::LegacyNullableAtomicObjectIdentifier. All remaining usage has
been ported to AtomicObjectIdentifier.

* Source/JavaScriptCore/runtime/VM.h:
* Source/WTF/wtf/Forward.h:
* Source/WTF/wtf/ObjectIdentifier.h:
* Source/WebCore/dom/ScriptExecutionContext.h:
* Source/WebCore/workers/service/ServiceWorkerClients.h:
* Source/WebKit/Platform/IPC/Connection.cpp:
* Source/WebKit/Platform/IPC/Connection.h:
* Source/WebKit/Platform/IPC/JSIPCBinding.h:
* Source/WebKit/WebProcess/GPU/graphics/RemoteDisplayListRecorderFlushIdentifier.h:
* Source/WebKit/webpushd/PushClientConnection.h:

Canonical link: https://commits.webkit.org/284421@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