Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72bc73822041f39a6a0d85cb95ea2296343c187d
      
https://github.com/WebKit/WebKit/commit/72bc73822041f39a6a0d85cb95ea2296343c187d
  Author: Zak Ridouh <[email protected]>
  Date:   2025-10-04 (Sat, 04 Oct 2025)

  Changed paths:
    M Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
    M 
Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleDOMWindowExtension.cpp
    M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleRangeHandle.cpp
    M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp

  Log Message:
  -----------
  [SaferC++] Use memory safe pointers in the Injected Bundle C API (part 1)
https://bugs.webkit.org/show_bug.cgi?id=300160
rdar://161935678

Reviewed by Chris Dumez.

Start applying memory safe pointers in the Injected Bundle C API

* Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleDOMWindowExtension.cpp:
(WKBundleDOMWindowExtensionCreate):
(WKBundleDOMWindowExtensionGetFrame):
(WKBundleDOMWindowExtensionGetScriptWorld):
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleRangeHandle.cpp:
(WKBundleRangeHandleCreate):
(WKBundleRangeHandleGetBoundingRectInWindowCoordinates):
(WKBundleRangeHandleCopySnapshotWithOptions):
(WKBundleRangeHandleCopyDocumentFrame):
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp:
(WKBundleScriptWorldCreateWorld):
(WKBundleScriptWorldClearWrappers):
(WKBundleScriptWorldMakeAllShadowRootsOpen):
(WKBundleScriptWorldExposeClosedShadowRootsForExtensions):
(WKBundleScriptWorldDisableOverrideBuiltinsBehavior):
(WKBundleScriptWorldSetAllowElementUserInfo):

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

Reply via email to