[webkit-changes] [WebKit/WebKit] 9c85c7: Make WebCore::WebVTTParser testable

Commit Queue noreply at github.com
Wed Mar 6 09:59:07 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9c85c7c81e33e375407199f3d3668e9d902e93ce
      https://github.com/WebKit/WebKit/commit/9c85c7c81e33e375407199f3d3668e9d902e93ce
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/html/track/VTTRegion.h
    M Source/WebCore/html/track/WebVTTParser.h

  Log Message:
  -----------
  Make WebCore::WebVTTParser testable
https://bugs.webkit.org/show_bug.cgi?id=270526
<rdar://124077524>

Reviewed by Alex Christensen.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
- Make BufferedLineReader.h and WebVTTParser.h private headers.
* Source/WebCore/html/track/VTTRegion.h:
- Export WebCore::VTTRegion class.
* Source/WebCore/html/track/WebVTTParser.h:
- Export WebCore::WebVTTParser class.
(WebCore::WebVTTParser::WebVTTParser):
- Delete unused default constructor.

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



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


More information about the webkit-changes mailing list