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

URI to URL to address #11450 #11765

wants to merge 4 commits into from

Conversation

@Coder206
Copy link
Contributor

Coder206 commented Jun 17, 2016

@asajeffrey Please note, there is an error and a warning:

Compiling script v0.0.1 (file:///E:/files/dev/github/servo/components/script)
E:\files\dev\github\servo\components\script\dom\xmlhttprequest.rs:1044:5: 1048:6 warning: method is never used: insert_trusted_header, #[warn(dead_code)] on by default
E:\files\dev\github\servo\components\script\dom\xmlhttprequest.rs:1044 fn insert_trusted_header(&self, name: String, value: String) {


This change is Reviewable

@highfive
Copy link

highfive commented Jun 17, 2016

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @larsbergstrom (or someone else) soon.

@highfive
Copy link

highfive commented Jun 17, 2016

Heads up! This PR modifies the following files:

  • @KiChjang: components/script/dom/htmliframeelement.rs, components/script/dom/webidls/BrowserElement.webidl
@@ -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.

@KiChjang
Copy link
Member

KiChjang commented Jun 17, 2016

This fails building in Travis CI.

@Coder206
Copy link
Contributor Author

Coder206 commented Jun 19, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.