Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f385189a193a735f1eba80a443512a5e49056fa2
      
https://github.com/WebKit/WebKit/commit/f385189a193a735f1eba80a443512a5e49056fa2
  Author: Alexsander Damaceno <[email protected]>
  Date:   2024-11-26 (Tue, 26 Nov 2024)

  Changed paths:
    M Source/WebCore/Modules/webdatabase/DatabaseManager.cpp
    M Source/WebCore/dom/DocumentStorageAccess.cpp
    M Source/WebCore/loader/cache/MemoryCache.cpp
    M Source/WebCore/page/SecurityOrigin.cpp
    M Source/WebCore/page/SecurityOrigin.h
    M Source/WebCore/page/SecurityPolicy.cpp
    M Source/WebCore/storage/StorageEventDispatcher.cpp
    M Source/WebKitLegacy/mac/WebCoreSupport/WebSecurityOrigin.mm

  Log Message:
  -----------
  Change other to be a const SecurityOrigin& in SecurityOrigin
https://bugs.webkit.org/show_bug.cgi?id=282589

Reviewed by Chris Dumez.

Change other to be a const SecurityOrigin& because function assumes it is 
non-null.

* Source/WebCore/page/SecurityOrigin.cpp:
(WebCore::SecurityOrigin::equal const):
* Source/WebCore/page/SecurityOrigin.h:
* Source/WebCore/Modules/webdatabase/DatabaseManager.cpp:
(WebCore::DatabaseManager::fullPathForDatabase):
(WebCore::DatabaseManager::detailsForNameAndOrigin):
* Source/WebCore/dom/DocumentStorageAccess.cpp:
(WebCore::DocumentStorageAccess::hasStorageAccessQuickCheck):
(WebCore::DocumentStorageAccess::requestStorageAccessQuickCheck):
* Source/WebCore/loader/cache/MemoryCache.cpp:
(WebCore::MemoryCache::removeResourcesWithOrigin):
* Source/WebCore/page/SecurityPolicy.cpp:
(WebCore::SecurityPolicy::isAccessAllowed):
* Source/WebCore/storage/StorageEventDispatcher.cpp:
(WebCore::dispatchStorageEvents):
* Source/WebKitLegacy/mac/WebCoreSupport/WebSecurityOrigin.mm:
(-[WebSecurityOrigin isEqual:]):

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