[webkit-changes] [WebKit/WebKit] 2a314f: Remove TextTrack.{add, remove}Region

Kohei Ueno noreply at github.com
Wed Sep 6 14:48:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2a314fd952938b151bde894bde18960353c18638
      https://github.com/WebKit/WebKit/commit/2a314fd952938b151bde894bde18960353c18638
  Author: Kohei Ueno <kohei.ueno119 at gmail.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/historical-expected.txt
    R LayoutTests/media/track/regions-webvtt/vtt-region-list-expected.txt
    R LayoutTests/media/track/regions-webvtt/vtt-region-list.html
    M Source/WebCore/html/track/TextTrack.cpp
    M Source/WebCore/html/track/TextTrack.h
    M Source/WebCore/html/track/TextTrack.idl

  Log Message:
  -----------
  Remove TextTrack.{add,remove}Region
https://bugs.webkit.org/show_bug.cgi?id=260767

Reviewed by Eric Carlson and Chris Dumez.

These APIs were removed from the spec by https://github.com/w3c/webvtt/pull/31

* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/historical-expected.txt:
* LayoutTests/media/track/regions-webvtt/vtt-region-list-expected.txt: Removed.
* LayoutTests/media/track/regions-webvtt/vtt-region-list.html: Removed.
* Source/WebCore/html/track/TextTrack.cpp:
(WebCore::TextTrack::addRegion): Deleted.
(WebCore::TextTrack::removeRegion): Deleted.
* Source/WebCore/html/track/TextTrack.h:
* Source/WebCore/html/track/TextTrack.idl:

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




More information about the webkit-changes mailing list