mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove GlobalRoot and GlobalRef
This commit is contained in:
parent
c66cf46bee
commit
b6bbd41e11
13 changed files with 63 additions and 173 deletions
|
@ -174,8 +174,6 @@ pub struct Request {
|
|||
pub body: RefCell<Option<Vec<u8>>>,
|
||||
// TODO: client object
|
||||
pub is_service_worker_global_scope: bool,
|
||||
// pub client: GlobalRef, // XXXManishearth copy over only the relevant fields of the global scope,
|
||||
// not the entire scope to avoid the libscript dependency
|
||||
pub window: Cell<Window>,
|
||||
// TODO: target browsing context
|
||||
pub keep_alive: Cell<bool>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue