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

Update interfaces/webrtc-identity.idl #20944

Merged
merged 3 commits into from Jan 15, 2020
Merged

Conversation

stephenmcgruer
Copy link
Contributor

Manual version of #20662 with WebIDL dependency added

@stephenmcgruer
Copy link
Contributor Author

@foolip PTAL. Comparing this to the results in #20662, looks much saner to me; positive increases in both numerator + denominator on all three browsers.

Copy link
Member

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephenmcgruer can you find the spec change and report the duplication problem here? If a webrtc-pc update is in flight we might have to update both together here :/

@@ -62,6 +66,29 @@ interface RTCIdentityAssertion {
attribute DOMString name;
};

partial interface RTCError {
readonly attribute long? httpRequestStatusCode;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Partial interface RTCError: member names are unique" subtest fails, and indeed this is already in https://w3c.github.io/webrtc-pc/#rtcerror-interface.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like w3c/webrtc-pc#2390 missed parts of httpRequestStatusCode in the move. I'll file a PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was w3c/webrtc-pc#2428. Thanks!

@stephenmcgruer
Copy link
Contributor Author

The RTCError duplication problem should be fixed now, PTAL @foolip

@foolip foolip merged commit ef7953d into master Jan 15, 2020
@foolip foolip deleted the smcgruer/webrtc-identity-reffy branch January 15, 2020 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants