[webkit-changes] [WebKit/WebKit] 3991fe: Deploy more smart pointers in FindController.cpp a...

Ryosuke Niwa noreply at github.com
Wed Aug 16 18:06:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3991fe0b236841e70989f340b5d70f1745e5a98c
      https://github.com/WebKit/WebKit/commit/3991fe0b236841e70989f340b5d70f1745e5a98c
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/FindController.cpp
    M Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp

  Log Message:
  -----------
  Deploy more smart pointers in FindController.cpp and IPCTestingAPI.cpp
https://bugs.webkit.org/show_bug.cgi?id=260306

Reviewed by Sihui Liu.

Deployed more smart pointers in these files.

* Source/WebKit/WebProcess/WebPage/FindController.cpp:
(WebKit::frameWithSelection):
(WebKit::FindController::updateFindUIAfterPageScroll):
(WebKit::FindController::getImageForFindMatch):
(WebKit::FindController::selectFindMatch):
(WebKit::FindController::indicateFindMatch):
(WebKit::FindController::didFindString):
(WebKit::FindController::deviceScaleFactorDidChange):
(WebKit::FindController::redraw):
(WebKit::FindController::rectsForTextMatchesInRect):
(WebKit::FindController::drawRect):
(WebKit::FindController::didScrollAffectingFindIndicatorPosition):
* Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp:
(WebKit::IPCTestingAPI::JSIPCStreamClientConnection::sendMessage):
(WebKit::IPCTestingAPI::JSIPCStreamClientConnection::waitForMessage):

Canonical link: https://commits.webkit.org/266971@main




More information about the webkit-changes mailing list