[webkit-changes] [WebKit/WebKit] 238cf2: AttachmentElement cannot be tested with MiniBrowser
Kimmo Kinnunen
noreply at github.com
Mon Oct 9 04:18:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 238cf2fd98964b7cd12b04f476c6739c1f975d03
https://github.com/WebKit/WebKit/commit/238cf2fd98964b7cd12b04f476c6739c1f975d03
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M Tools/MiniBrowser/mac/AppDelegate.m
M Tools/MiniBrowser/mac/SettingsController.h
M Tools/MiniBrowser/mac/SettingsController.m
M Tools/MiniBrowser/mac/WK1BrowserWindowController.m
Log Message:
-----------
AttachmentElement cannot be tested with MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=262686
rdar://116509843
Reviewed by Aditya Keerthi.
Add a menu entry to enable AttachmentElement.
The setting takes place for new windows only.
* Tools/MiniBrowser/mac/AppDelegate.m:
(-[BrowserAppDelegate defaultConfiguration]):
* Tools/MiniBrowser/mac/SettingsController.h:
* Tools/MiniBrowser/mac/SettingsController.m:
(-[SettingsController _populateMenu:]):
(-[SettingsController validateMenuItem:]):
(-[SettingsController attachmentElementEnabled]):
(-[SettingsController preferenceValueForAttachmentElementEnabledTag:]):
(-[SettingsController attachmentElementEnabled:]):
(-[SettingsController changeAttachmentElementEnabled:]):
* Tools/MiniBrowser/mac/WK2BrowserWindowController.m:
(-[WK2BrowserWindowController didChangeSettings]):
Canonical link: https://commits.webkit.org/269071@main
More information about the webkit-changes
mailing list