[webkit-changes] [WebKit/WebKit] 021fbd: Turn on support for loading web extensions in webd...
kiaraarose
noreply at github.com
Thu Feb 20 10:29:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 021fbd5464987e392391fc9d94d966540138205d
https://github.com/WebKit/WebKit/commit/021fbd5464987e392391fc9d94d966540138205d
Author: Kiara Rose <kiara_rose at apple.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WTF/wtf/PlatformEnableCocoa.h
M Source/WebKit/UIProcess/Automation/Automation.json
Log Message:
-----------
Turn on support for loading web extensions in webdriver on mac
https://bugs.webkit.org/show_bug.cgi?id=287966
rdar://144725173
Reviewed by BJ Burg and Timothy Hatcher.
Enable web extensions in WebDriver.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
Remove the runtime flag since only the compile time flag is needed.
* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WebKit/UIProcess/Automation/Automation.json:
Use condition": "defined(WTF_PLATFORM_MAC) && WTF_PLATFORM_MAC"
since the automation.json isn't picking up that WK_WEB_EXTENSIONS_IN_WEBDRIVER is enabled.
Canonical link: https://commits.webkit.org/290723@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