Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bffd763c79061bbf16e3bfb94c4594f1f57f1a8b
https://github.com/WebKit/WebKit/commit/bffd763c79061bbf16e3bfb94c4594f1f57f1a8b
Author: Anne van Kesteren <[email protected]>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp
M Source/WTF/wtf/UniqueRef.h
M Source/WebCore/bindings/js/JSDOMGlobalObject.h
M Source/WebCore/css/calc/CSSCalcTree.h
M Source/WebCore/dom/ViewTransition.cpp
M Source/WebCore/editing/Editor.cpp
M Source/WebCore/editing/Editor.h
M Source/WebCore/history/BackForwardCache.cpp
M Source/WebCore/platform/calc/CalculationTree.h
M
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm
M Source/WebCore/rendering/RenderView.cpp
M Source/WebCore/rendering/RenderView.h
M Source/WebCore/style/MatchResultCache.cpp
M Source/WebCore/style/values/color/StyleDynamicRangeLimit.h
M Source/WebKit/Platform/IPC/ArgumentCoders.h
M Source/WebKit/Platform/IPC/Connection.cpp
M Source/WebKit/Platform/IPC/Connection.h
M Source/WebKit/Platform/IPC/StreamClientConnection.h
M Source/WebKit/Shared/Cocoa/CoreIPCNSCFObject.mm
M Source/WebKit/Shared/Cocoa/CoreIPCPlistObject.mm
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm
M Source/WebKit/UIProcess/WebPageProxy.h
M Source/WebKit/UIProcess/mac/WebViewImpl.mm
M Source/WebKit/WebProcess/GPU/media/RemoteLegacyCDMFactory.cpp
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.h
M
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeDrawingArea.mm
Log Message:
-----------
Remove UniqueRef's operator*
https://bugs.webkit.org/show_bug.cgi?id=295506
Reviewed by Chris Dumez and Ryosuke Niwa.
This makes it more consistent with Ref and does not make it look like
it supports a null value.
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.h:
(WebKit::RemoteLayerTreeContext::protectedBackingStoreCollection): Deleted.
This is unneeded as the underlying member is a const UniqueRef with a
trivial getter.
Canonical link: https://commits.webkit.org/297100@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