mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +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
|
@ -30,7 +30,7 @@ void ConnectionFromClient::die()
|
|||
|
||||
void ConnectionFromClient::request_file(Web::FileRequest request)
|
||||
{
|
||||
// FIXME: Route this to FSAS or Brower chrome as appropriate instead of allowing
|
||||
// FIXME: Route this to FSAS or browser process as appropriate instead of allowing
|
||||
// the WebWorker process filesystem access
|
||||
auto path = request.path();
|
||||
auto request_id = ++last_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue