Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e984700817499a22aa028f1c0564b313481fad0e
      
https://github.com/WebKit/WebKit/commit/e984700817499a22aa028f1c0564b313481fad0e
  Author: Dewei Zhu <[email protected]>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M Tools/Scripts/libraries/resultsdbpy/resultsdbpy/__init__.py
    M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py
    M Tools/Scripts/webkitpy/__init__.py

  Log Message:
  -----------
  Follow up fix for 'selenium' version bump.
https://bugs.webkit.org/show_bug.cgi?id=262669
rdar://116428857

Reviewed by Jonathan Bedard.

This change fixes two bugs in order to use 'selenium==4.12.0'.
First issue is that newer version of selenium need to be installed with 
'wheel=True'.
Second issue is autoinstalled uses ZipFile module to extract zipfile which does 
not
preserve file 'x' permissions. Add code to preserve the file 'x' permission 
during
zip and tar file extractions.

* Tools/Scripts/libraries/resultsdbpy/resultsdbpy/__init__.py:
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:
(Package.Archive.unpack):
* Tools/Scripts/webkitpy/__init__.py:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to