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

Upgrade SpiderMonkey #2455

Closed
wants to merge 7 commits into from
Closed

Upgrade SpiderMonkey #2455

wants to merge 7 commits into from

Conversation

@jdm
Copy link
Member

jdm commented May 16, 2014

I'm opening this up to make it easier for other people to review and discuss changes. All tests pass, which is something (even wpt, except for a timeout in dom/nodes/case.htm that I need help with).

@highfive
Copy link

highfive commented May 16, 2014

warning Warning warning

  • These commits modify unsafe code. Please review it carefully!
@hoppipolla-critic-bot
Copy link

hoppipolla-critic-bot commented May 16, 2014

Critic review: https://critic.hoppipolla.co.uk/r/1585

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

@jdm
Copy link
Member Author

jdm commented May 16, 2014

Needs servo/rust-mozjs#82, obviously.

}
with_compartment(cx, obj, || {
JS_InitStandardClasses(cx, obj);
CompartmentOptions_SetVersion(cx, JSVERSION_LATEST);
CompartmentOptions_SetTraceGlobal(cx, Some(WindowBinding::_trace));

This comment has been minimized.

@jdm

jdm May 16, 2014

Author Member

Note to self: the trace hook never appears to be called, so this is likely broken.

let ConstellationChan(const_chan) = constellation_chan.clone();
send_on_failure(&mut builder, FailureMsg(failure_msg), const_chan);
builder.spawn(proc() {
//send_on_failure(&mut builder, FailureMsg(failure_msg), const_chan);

This comment has been minimized.

@jdm

jdm May 16, 2014

Author Member

Note to self: still need to replicate send_on_failure for native tasks

@jdm
Copy link
Member Author

jdm commented Sep 2, 2014

No real point in leaving this PR open.

@jdm jdm closed this Sep 2, 2014
@jdm jdm deleted the jdm:smupgrade2 branch Aug 4, 2015
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

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