mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add mach command to update public domain list and use a HashSet instead of a Vec to lookup public domains
This commit is contained in:
parent
04b682195d
commit
dbef65129f
8 changed files with 8134 additions and 5962 deletions
|
@ -27,6 +27,7 @@ extern crate util;
|
|||
#[cfg(test)] mod file_loader;
|
||||
#[cfg(test)] mod fetch;
|
||||
#[cfg(test)] mod mime_classifier;
|
||||
#[cfg(test)] mod pub_domains;
|
||||
#[cfg(test)] mod resource_thread;
|
||||
#[cfg(test)] mod hsts;
|
||||
#[cfg(test)] mod http_loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue