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

Datachannels follow-up fixes #353

Merged
merged 7 commits into from Jun 11, 2020
Merged

Conversation

@ferjm
Copy link
Member

ferjm commented Jun 10, 2020

With this fixes we get closer to be spec compliant

@ferjm ferjm requested a review from Manishearth Jun 10, 2020
@ferjm ferjm force-pushed the ferjm:datachannels.followup branch from a439397 to 5887d2d Jun 10, 2020
@ferjm
Copy link
Member Author

ferjm commented Jun 10, 2020

Ugh... this requires upgrading the gstreamer binaries for Travis

}

if let Some(channel_id) = init.id {
init_struct.set_value("id", (channel_id as u32).to_send_value());

This comment has been minimized.

@Manishearth

Manishearth Jun 10, 2020

Member

can we call this something like servo-id to prevent any future clash

This comment has been minimized.

@ferjm

ferjm Jun 11, 2020

Author Member

This is actually the GstWebRTCDataChannel.id param that matches the RTCDataChannel.id spec one. So I think we shouldn't change the naming here. I can change the one for the internal data channel id though.

This comment has been minimized.

@Manishearth

Manishearth Jun 11, 2020

Member

oh! I see, my bad

@ferjm
Copy link
Member Author

ferjm commented Jun 11, 2020

Given that we don't support Android in Servo anymore, I have disabled the Android build in Travis.

@Manishearth
Copy link
Member

Manishearth commented Jun 11, 2020

r=me whenever ready

@ferjm
Copy link
Member Author

ferjm commented Jun 11, 2020

@bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

📌 Commit c278ab3 has been approved by Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

Testing commit c278ab3 with merge 8c0c8a4...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

☀️ Test successful - checks-travis
Approved by: Manishearth
Pushing 8c0c8a4 to master...

@bors-servo bors-servo merged commit 8c0c8a4 into servo:master Jun 11, 2020
2 of 3 checks passed
2 of 3 checks passed
continuous-integration/appveyor/pr AppVeyor build failed
Details
Travis CI - Pull Request Build Passed
Details
homu Test successful
Details
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.