[webkit-changes] [WebKit/WebKit] 9e3cab: Access Document::isFullyActive using smart pointers

Rob Buis noreply at github.com
Fri Jan 10 23:44:29 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9e3cab06428c0ddf82767bdf20cf9b471d5ad176
      https://github.com/WebKit/WebKit/commit/9e3cab06428c0ddf82767bdf20cf9b471d5ad176
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2025-01-10 (Fri, 10 Jan 2025)

  Changed paths:
    M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp
    M Source/WebCore/Modules/geolocation/Geolocation.cpp
    M Source/WebCore/Modules/webaudio/BaseAudioContext.cpp
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/dom/FullscreenManager.cpp
    M Source/WebCore/html/HTMLDialogElement.cpp
    M Source/WebCore/html/HTMLElement.cpp
    M Source/WebCore/page/History.cpp
    M Source/WebCore/page/Navigation.cpp
    M Source/WebCore/page/ScreenOrientation.cpp

  Log Message:
  -----------
  Access Document::isFullyActive using smart pointers
https://bugs.webkit.org/show_bug.cgi?id=285738

Reviewed by Chris Dumez.

Access Document::isFullyActive using smart pointers as indicated
by [alpha.webkit.UncountedCallArgsChecker] warnings.

* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
(WebCore::CredentialsContainer::preventSilentAccess const):
* Source/WebCore/Modules/geolocation/Geolocation.cpp:
(WebCore::Geolocation::watchPosition):
* Source/WebCore/Modules/webaudio/BaseAudioContext.cpp:
(WebCore::BaseAudioContext::decodeAudioData):
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::isFullyActive const):
(WebCore::Document::flushAutofocusCandidates):
* Source/WebCore/dom/FullscreenManager.cpp:
(WebCore::FullscreenManager::requestFullscreenForElement):
* Source/WebCore/html/HTMLDialogElement.cpp:
(WebCore::HTMLDialogElement::showModal):
* Source/WebCore/html/HTMLElement.cpp:
(WebCore::checkPopoverValidity):
* Source/WebCore/page/History.cpp:
(WebCore::isDocumentFullyActive):
* Source/WebCore/page/Navigation.cpp:
(WebCore::Navigation::hasEntriesAndEventsDisabled const):
* Source/WebCore/page/ScreenOrientation.cpp:
(WebCore::ScreenOrientation::manager const):
(WebCore::ScreenOrientation::lock):

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