[webkit-changes] [WebKit/WebKit] b65dbf: Deploy more smart pointers in WebAutomationSession...

Basuke Suzuki noreply at github.com
Wed Sep 18 20:34:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b65dbf4fa6de376da2974bc68fb40fa89b47ecdd
      https://github.com/WebKit/WebKit/commit/b65dbf4fa6de376da2974bc68fb40fa89b47ecdd
  Author: Basuke Suzuki <basuke at apple.com>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M Source/WebKit/WebProcess/Automation/WebAutomationSessionProxy.cpp

  Log Message:
  -----------
  Deploy more smart pointers in WebAutomationSession.cpp part 3
https://bugs.webkit.org/show_bug.cgi?id=279938

Reviewed by Ryosuke Niwa.

Deploy more smart pointers in WebAutomationSession.cpp as warned by the clang static analyzer.
This is the part 3 of doing this activity WebAutomationSession.cpp.

* Source/WebKit/WebProcess/Automation/WebAutomationSessionProxy.cpp:
(WebKit::WebAutomationSessionProxy::resolveChildFrameWithOrdinal):
(WebKit::WebAutomationSessionProxy::resolveChildFrameWithNodeHandle):
(WebKit::WebAutomationSessionProxy::resolveChildFrameWithName):
(WebKit::WebAutomationSessionProxy::resolveParentFrame):
(WebKit::WebAutomationSessionProxy::computeElementLayout):
(WebKit::WebAutomationSessionProxy::selectOptionElement):
(WebKit::WebAutomationSessionProxy::setFilesForInputFileUpload):
(WebKit::snapshotElementRectForScreenshot):
(WebKit::WebAutomationSessionProxy::snapshotRectForScreenshot):
(WebKit::WebAutomationSessionProxy::getCookiesForFrame):
(WebKit::WebAutomationSessionProxy::deleteCookie):

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