Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1cda92774256dec8ee77977a5dd3ab1d0c39af44
      
https://github.com/WebKit/WebKit/commit/1cda92774256dec8ee77977a5dd3ab1d0c39af44
  Author: Yadav, Pardeep <[email protected]>
  Date:   2026-04-07 (Tue, 07 Apr 2026)

  Changed paths:
    M Tools/MiniBrowser/playstation/WebViewWindow.cpp
    M Tools/MiniBrowser/playstation/WebViewWindow.h

  Log Message:
  -----------
  [PlayStation] Fix alert/confirm/prompt dialogs not working in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=310967

Reviewed by Don Olmstead.

This patch fixes the issue where alert, confirm, and prompt dialogs were
not working in MiniBrowser on PlayStation. The problem was caused by
missing handling of JavaScript dialog callbacks in
WebViewWindow.

The patch implements proper handling in
WebViewWindow::runJavaScriptPrompt,
WebViewWindow::runJavaScriptConfirm,
WebViewWindow::runJavaScriptPrompt,
ensuring that dialogs are correctly triggered and responses are returned
to the WebKit layer.

* Tools/MiniBrowser/playstation/WebViewWindow.cpp:
(WebViewWindow::WebViewWindow):
(WebViewWindow::runJavaScriptPrompt):
(WebViewWindow::runJavaScriptConfirm):
(WebViewWindow::runJavaScriptPrompt):
* Tools/MiniBrowser/playstation/WebViewWindow.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to