[webkit-changes] [WebKit/WebKit] 4cdc37: SpeechRecognitionServer should be ref counted

Ryosuke Niwa noreply at github.com
Wed Oct 16 00:27:43 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4cdc373783cc76acd52e542e623948598cfb2371
      https://github.com/WebKit/WebKit/commit/4cdc373783cc76acd52e542e623948598cfb2371
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-10-16 (Wed, 16 Oct 2024)

  Changed paths:
    M Source/WebKit/UIProcess/SpeechRecognitionServer.cpp
    M Source/WebKit/UIProcess/SpeechRecognitionServer.h
    M Source/WebKit/UIProcess/WebProcessProxy.cpp
    M Source/WebKit/UIProcess/WebProcessProxy.h

  Log Message:
  -----------
  SpeechRecognitionServer should be ref counted
https://bugs.webkit.org/show_bug.cgi?id=281556

Reviewed by Sihui Liu.

* Source/WebKit/UIProcess/SpeechRecognitionServer.cpp:
(WebKit::SpeechRecognitionServer::create):
(WebKit::SpeechRecognitionServer::sharedPreferencesForWebProcess const):
(WebKit::SpeechRecognitionServer::messageSenderConnection const):
* Source/WebKit/UIProcess/SpeechRecognitionServer.h:
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::createSpeechRecognitionServer):
(WebKit::WebProcessProxy::destroySpeechRecognitionServer):
(WebKit::WebProcessProxy::pageMutedStateChanged):
(WebKit::WebProcessProxy::pageIsBecomingInvisible):
* Source/WebKit/UIProcess/WebProcessProxy.h:

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