[webkit-changes] [WebKit/WebKit] 9fb95a: Make "onpointerlockchange" & "onpointerlockerror" ...

Ryosuke Niwa noreply at github.com
Tue Oct 4 22:33:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9fb95a34c7e1ba11c492605c964d64fdcf0ad4ea
      https://github.com/WebKit/WebKit/commit/9fb95a34c7e1ba11c492605c964d64fdcf0ad4ea
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    M LayoutTests/imported/w3c/resources/import-expectations.json
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/META.yml
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/constructor-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/constructor.html
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/idlharness.window-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/idlharness.window.html
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/idlharness.window.js
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/mouse_buttons_back_forward-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/mouse_buttons_back_forward.html
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/movementX_Y_basic-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/movementX_Y_basic.html
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target.html
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target_on_mouseup-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target_on_mouseup.html
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_shadow-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_shadow.html
    A LayoutTests/imported/w3c/web-platform-tests/pointerlock/w3c-import.log
    A LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerlock/movementX_Y_basic-expected.txt
    M LayoutTests/platform/ios/TestExpectations
    M LayoutTests/tests-options.json
    M Source/WebCore/dom/Document+PointerLock.idl

  Log Message:
  -----------
  Make "onpointerlockchange" & "onpointerlockerror" enumerable
https://bugs.webkit.org/show_bug.cgi?id=245945

Reviewed by Cameron McCormack.

Make onpointerlockchange and onpointerlockerror enumerable.
Also import pointerlock tests.

* LayoutTests/imported/w3c/resources/import-expectations.json:
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/META.yml: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/constructor-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/constructor.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/idlharness.window-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/idlharness.window.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/idlharness.window.js: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/mouse_buttons_back_forward-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/mouse_buttons_back_forward.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/movementX_Y_basic-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/movementX_Y_basic.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target_on_mouseup-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_remove_target_on_mouseup.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_shadow-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/pointerlock_shadow.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/pointerlock/w3c-import.log: Added.
* LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerlock/movementX_Y_basic-expected.txt: Added.
* LayoutTests/platform/ios/TestExpectations: Skip the tests on iOS where pointerlock isn't supported.
* LayoutTests/tests-options.json:
* Source/WebCore/dom/Document+PointerLock.idl:

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




More information about the webkit-changes mailing list