Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI to URL to address #11450 #11765

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

#11599 Fix: Do not use u8 in HTMLIFrameElement::sandbox

  • Loading branch information
Coder206 committed Jun 17, 2016
commit 7dcb083baf2f0e8cc4129aaea2606563956d6851
@@ -67,7 +67,7 @@ pub struct HTMLIFrameElement {
pipeline_id: Cell<Option<PipelineId>>,
subpage_id: Cell<Option<SubpageId>>,
sandbox: MutNullableHeap<JS<DOMTokenList>>,
sandbox_allowance: Cell<Option<u8>>,
sandbox_allowance: Cell<Option<SandboxAllowance>>,

This comment has been minimized.

@KiChjang

KiChjang Jun 17, 2016

Member

I don't understand this change.

This comment has been minimized.

@KiChjang

KiChjang Jun 17, 2016

Member

Ah I see, this is intended to fix #11599. Please build your branch and fix the compiler errors that result from this change.

load_blocker: DOMRefCell<Option<LoadBlocker>>,
visibility: Cell<bool>,
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.