[webkit-changes] [WebKit/WebKit] 8ebf7a: Make `:-webkit-animating-full-screen-transition` a...

Tim Nguyen noreply at github.com
Sat Jan 20 00:13:57 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8ebf7a9fbf27d9583e19974ed70162cec97886de
      https://github.com/WebKit/WebKit/commit/8ebf7a9fbf27d9583e19974ed70162cec97886de
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/invalid-pseudos-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/invalid-pseudos.html
    M Source/WebCore/Modules/modern-media-controls/controls/media-controls.css
    M Source/WebCore/css/CSSPseudoSelectors.json
    M Source/WebCore/css/SelectorChecker.cpp
    M Source/WebCore/css/process-css-pseudo-selectors.py
    M Source/WebCore/cssjit/SelectorCompiler.cpp
    M Source/WebCore/dom/FullscreenManager.cpp

  Log Message:
  -----------
  Make `:-webkit-animating-full-screen-transition` an internal pseudo-class
https://bugs.webkit.org/show_bug.cgi?id=267803
rdar://121302758

Reviewed by Anne van Kesteren.

All the hits on Github seem to be either MDN docs or WebKit repository clones: https://github.com/search?q=-webkit-animating-full-screen-transition&type=code&p=1

It seems safe to try this and catch issues with live-on.

* LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/invalid-pseudos-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/invalid-pseudos.html:
* Source/WebCore/Modules/modern-media-controls/controls/media-controls.css:
(:host(:-internal-animating-full-screen-transition) .media-controls):
(:host(:-webkit-animating-full-screen-transition) .media-controls): Deleted.
* Source/WebCore/css/CSSPseudoSelectors.json:
* Source/WebCore/css/SelectorChecker.cpp:
(WebCore::SelectorChecker::checkOne const):
* Source/WebCore/css/process-css-pseudo-selectors.py:
* Source/WebCore/cssjit/SelectorCompiler.cpp:
(WebCore::SelectorCompiler::addPseudoClassType):
* Source/WebCore/dom/FullscreenManager.cpp:
(WebCore::FullscreenManager::setAnimatingFullscreen):

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




More information about the webkit-changes mailing list