mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
read cookie_jar, hsts_list, auth_cache, and local_data from file if profile_dir option is present
This commit is contained in:
parent
ec9e1fe7e6
commit
d9c32b273a
8 changed files with 60 additions and 81 deletions
|
@ -11,7 +11,7 @@ use rustc_serialize::{Encodable, Encoder};
|
|||
use std::cmp::Ordering;
|
||||
use url::Url;
|
||||
|
||||
#[derive(RustcEncodable, Clone)]
|
||||
#[derive(Clone, RustcDecodable, RustcEncodable)]
|
||||
pub struct CookieStorage {
|
||||
version: u32,
|
||||
cookies: Vec<Cookie>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue