mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
make protocol handlers registrable (#33104)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
562d32c051
commit
663a92a5df
19 changed files with 516 additions and 219 deletions
5
ports/servoshell/desktop/protocols/mod.rs
Normal file
5
ports/servoshell/desktop/protocols/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
pub(crate) mod urlinfo;
|
Loading…
Add table
Add a link
Reference in a new issue