mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Private browsing - Initial steps
This commit is contained in:
parent
afa5ae4c72
commit
af64a888e6
5 changed files with 36 additions and 0 deletions
|
@ -400,6 +400,8 @@ pub struct IFrameLoadInfo {
|
|||
pub new_pipeline_id: PipelineId,
|
||||
/// Sandbox type of this iframe
|
||||
pub sandbox: IFrameSandboxState,
|
||||
/// Whether this iframe should be considered private
|
||||
pub is_private: bool,
|
||||
}
|
||||
|
||||
// https://developer.mozilla.org/en-US/docs/Web/API/Using_the_Browser_API#Events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue