Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7a84134d2eb95ca1fc25dad06a14753d76cd03a3
      
https://github.com/WebKit/WebKit/commit/7a84134d2eb95ca1fc25dad06a14753d76cd03a3
  Author: Anne van Kesteren <[email protected]>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp
    M Source/WebCore/Modules/indexeddb/IDBObjectStore.h
    M 
Source/WebCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations

  Log Message:
  -----------
  Reduce unsafe lambdas in IDBObjectStore
https://bugs.webkit.org/show_bug.cgi?id=291561

Reviewed by Youenn Fablet.

As per Safer CPP Guidelines:

- 
https://github.com/WebKit/WebKit/wiki/Safer-CPP-Guidelines#annotate-noescape-when-a-function-uses-a-lambda-synchronously

* Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp:
(WebCore::IDBObjectStore::doOpenCursor):
(WebCore::IDBObjectStore::doOpenKeyCursor):
(WebCore::IDBObjectStore::doDelete):
(WebCore::IDBObjectStore::doGetAll):
(WebCore::IDBObjectStore::doGetAllKeys):
* Source/WebCore/Modules/indexeddb/IDBObjectStore.h:
* 
Source/WebCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations:

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