mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Move ReferrerPolicy to net_traits.
This commit is contained in:
parent
0c6a277b09
commit
277c6d0154
18 changed files with 47 additions and 42 deletions
|
@ -3,10 +3,10 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use ipc_channel::ipc;
|
||||
use msg::constellation_msg::{PipelineId, ReferrerPolicy};
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use net::resource_thread::new_core_resource_thread;
|
||||
use net_traits::{CoreResourceMsg, LoadConsumer, LoadContext, LoadData};
|
||||
use net_traits::{LoadOrigin, NetworkError, ProgressMsg};
|
||||
use net_traits::{LoadOrigin, NetworkError, ProgressMsg, ReferrerPolicy};
|
||||
use net_traits::hosts::{host_replacement, parse_hostsfile};
|
||||
use profile_traits::time::ProfilerChan;
|
||||
use std::borrow::ToOwned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue