Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ceba7343025b0e47c2903877198c8bdd5aeda851
      
https://github.com/WebKit/WebKit/commit/ceba7343025b0e47c2903877198c8bdd5aeda851
  Author: Byungseon(Sun) Shin <[email protected]>
  Date:   2025-09-22 (Mon, 22 Sep 2025)

  Changed paths:
    M LayoutTests/TestExpectations
    A 
LayoutTests/fullscreen/full-screen-keyboard-lock-option-enabled-expected.txt
    A LayoutTests/fullscreen/full-screen-keyboard-lock-option-enabled.html
    A LayoutTests/fullscreen/full-screen-keyboard-lock-option-expected.txt
    A LayoutTests/fullscreen/full-screen-keyboard-lock-option.html
    M Source/WebCore/Headers.cmake
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/dom/DocumentFullscreen.h
    M Source/WebCore/dom/Element.cpp
    M Source/WebCore/page/EventHandler.cpp
    M Source/WebCore/page/EventHandler.h
    M Source/WebCore/page/Page.h
    M Source/WebKit/WebProcess/WebPage/WebPage.cpp

  Log Message:
  -----------
  Add initial support for Keyboard Lock
https://bugs.webkit.org/show_bug.cgi?id=264843

Reviewed by Brent Fulgham.

Implementation of Browser Keyboard Lock implementation as FullScreen API option.

Tests: fullscreen/full-screen-keyboard-lock-option-enabled.html
       fullscreen/full-screen-keyboard-lock-option.html
* LayoutTests/TestExpectations:
* LayoutTests/fullscreen/full-screen-keyboard-lock-option-enabled-expected.txt: 
Added.
* LayoutTests/fullscreen/full-screen-keyboard-lock-option-enabled.html: Added.
* LayoutTests/fullscreen/full-screen-keyboard-lock-option-expected.txt: Added.
* LayoutTests/fullscreen/full-screen-keyboard-lock-option.html: Added.
* Source/WebCore/Headers.cmake:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/dom/DocumentFullscreen.h:
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::requestFullscreen):
* Source/WebCore/dom/FullscreenOptions.idl:
* Source/WebCore/page/EventHandler.cpp:
(WebCore::EventHandler::EventHandler):
(WebCore::EventHandler::clear):
(WebCore::EventHandler::holdEscKeyEventTimerFired):
(WebCore::EventHandler::internalKeyEvent):
* Source/WebCore/page/EventHandler.h:
* Source/WebCore/page/Page.h:
(WebCore::Page::setHardwareKeyboardAttached):
(WebCore::Page::hardwareKeyboardAttached const):
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::m_toolbarsAreVisible):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to