mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Rust upgrades
This commit is contained in:
parent
caf1ed9446
commit
bbac8aa5c3
130 changed files with 1236 additions and 985 deletions
|
@ -15,9 +15,9 @@ use dom::windowproxy::WindowProxy;
|
|||
use servo_util::str::DOMString;
|
||||
|
||||
use extra::url::Url;
|
||||
use serialize::{Encoder, Encodable};
|
||||
use servo_msg::constellation_msg::{PipelineId, SubpageId};
|
||||
use std::ascii::StrAsciiExt;
|
||||
use extra::serialize::{Encoder, Encodable};
|
||||
|
||||
enum SandboxAllowance {
|
||||
AllowNothing = 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue