Everywhere: Replace miscellaneous references to the chrome process

This commit is contained in:
Timothy Flynn 2025-03-15 17:20:05 -04:00 committed by Tim Flynn
commit 3af63bc5a3
Notes: github-actions[bot] 2025-03-15 23:58:25 +00:00
10 changed files with 36 additions and 32 deletions

View file

@ -42,7 +42,7 @@ void Clipboard::initialize(JS::Realm& realm)
// https://w3c.github.io/clipboard-apis/#os-specific-well-known-format
static StringView os_specific_well_known_format(StringView mime_type_string)
{
// NOTE: Here we always takes the Linux case, and defer to the chrome layer to handle OS specific implementations.
// NOTE: Here we always takes the Linux case, and defer to the browser process to handle OS specific implementations.
auto mime_type = MimeSniff::MimeType::parse(mime_type_string);
// 1. Let wellKnownFormat be an empty string.