Changes between Version 7 and Version 8 of UpdatingANGLE


Ignore:
Timestamp:
Nov 19, 2020 4:57:30 PM (3 years ago)
Author:
James Darpinian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingANGLE

    v7 v8  
     1== Fixing ANGLE Bugs ==
     2
     3Before you commit a WebKit patch that modifies ANGLE, please run `Tools/Scripts/update-angle --regenerate-changes-diff`. This will update [https://trac.webkit.org/browser/webkit/trunk/Source/ThirdParty/ANGLE/changes.diff Source/ThirdParty/ANGLE/changes.diff] so that people can see the diff from upstream at a glance.
     4
     5When fixing bugs in ANGLE, please create a new bug on [https://bugs.chromium.org/p/angleproject/issues/list Monorail] (Google's bug tracker) and attach the patch applied to WebKit so that changes can eventually be merged upstream instead of maintained locally.
     6
    17== Merging ANGLE from Upstream ==
    28
    3 When pulling in a new revision of ANGLE, you must run the script [https://trac.webkit.org/browser/webkit/trunk/Source/ThirdParty/ANGLE/update-angle.sh Source/ThirdParty/ANGLE/update-angle.sh] and follow its instructions. This script will attempt to update to a new version of ANGLE without losing WebKit changes.
    4 
    5 == Fixing ANGLE Bugs ==
    6 
    7 When fixing bugs in ANGLE, please create a new bug on [https://bugs.chromium.org/p/angleproject/issues/list Monorail] (Google's bug tracker) and attach the patch applied to WebKit so that changes can eventually be merged upstream instead of maintained locally. Be sure to update [https://trac.webkit.org/browser/webkit/trunk/Source/ThirdParty/ANGLE/changes.diff changes.diff] when committing downstream changes.
     9To pull in a new revision of ANGLE, run the script [https://trac.webkit.org/browser/webkit/trunk/Tools/Scripts/update-angle Tools/Scripts/update-angle] and follow its instructions. This script will attempt to update to a new version of ANGLE without losing WebKit's local changes by performing a git rebase. It also helps updating the CMake build files and ANGLE.plist.