Bug 261047

Summary: Handle multiple unique identifiers for localization
Product: WebKit Reporter: Kiara Rose <kiara_rose>
Component: WebKit ExtensionsAssignee: Kiara Rose <kiara_rose>
Status: RESOLVED INVALID    
Severity: Normal CC: timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Kiara Rose
Reported 2023-09-01 14:12:59 PDT
Handle multiple unique identifiers for localization
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-01 14:13:13 PDT
Timothy Hatcher
Comment 2 2023-11-04 09:47:05 PDT
It turns out this is not needed, and Safari was doing this incorrectly. According to the Chrome docs, the special @@extension_id message can only be used in CSS files, not the manifest. So this bug isn't a real problem. "The extension or app ID; you might use this string to construct URLs for resources inside the extension. Even unlocalized extensions can use this message. Note: You can't use this message in a manifest file." https://developer.chrome.com/docs/extensions/reference/i18n/#overview-predefined
Note You need to log in before you can comment on or make changes to this bug.