Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b8775a230ba808c69dd34295114aa65de54ecae5
      
https://github.com/WebKit/WebKit/commit/b8775a230ba808c69dd34295114aa65de54ecae5
  Author: Kimmo Kinnunen <[email protected]>
  Date:   2026-06-24 (Wed, 24 Jun 2026)

  Changed paths:
    R Source/ThirdParty/ANGLE/additional_readme_paths.json
    M Tools/Scripts/update-angle

  Log Message:
  -----------
  ANGLE: update-angle script does not support updating third party dependencies
https://bugs.webkit.org/show_bug.cgi?id=317646
rdar://180394611

Reviewed by Dan Glastonbury.

Rewrite the update script in python. Use different logic:
avoid git-filter-repo, avoid grafting. Instead import the
Source/ThirdParty/ANGLE content as git tree object directly as the
parent of the previously merged upstream version, and then merge
on top of that.

Adds a "vendoring" feature where the script is able to import ANGLE
third party dependencies for that particular revision, synced by
gclient sync, as files into WebKit version. This is used for few
directories already. In the future commits, this will be used to sync
DEQP tests.

Add few excludes of deleted directories that were missing.

* Source/ThirdParty/ANGLE/additional_readme_paths.json: Removed.
  Remove an unknown file, was added 7 years ago in 211867@main
  but is not part of upstream or WebKit ANGLE.
* Tools/Scripts/update-angle:

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



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

Reply via email to