mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Everywhere: Replace miscellaneous references to the chrome process
This commit is contained in:
parent
d94bb99c50
commit
3af63bc5a3
Notes:
github-actions[bot]
2025-03-15 23:58:25 +00:00
Author: https://github.com/trflynn89
Commit: 3af63bc5a3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3959
Reviewed-by: https://github.com/awesomekling ✅
10 changed files with 36 additions and 32 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue