Closed
Bug 1152538
Opened 10 years ago
Closed 10 years ago
Enable WebRTC identity by default
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: mt, Assigned: mt)
References
Details
(Keywords: dev-doc-needed)
Attachments
(3 files, 1 obsolete file)
media.peerconnection.identity.enabled to true
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
/r/7089 - Bug 1152538 - Enable WebRTC identity, r=jesup
Pull down this commit:
hg pull -r 6d4ab00190441297931e58c1eeb976cb39321149 https://reviewboard-hg.mozilla.org/gecko/
Attachment #8593054 -
Flags: review?(rjesup)
Assignee | ||
Comment 3•10 years ago
|
||
Whoops, the pref change exposed a need to fix test_interfaces. I'll get onto that.
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8593054 [details]
MozReview Request: bz://1152538/mt
/r/7089 - Bug 1152538 - Add RTCIdentityAssertion to test_interfaces.html, r=?
/r/7099 - Bug 1152538 - Enable WebRTC identity, r=jesup
Pull down these commits:
hg pull -r 56610215612d42c2b5784c5819087b6ab73f1ce5 https://reviewboard-hg.mozilla.org/gecko/
Attachment #8593054 -
Flags: review?(bugs)
Assignee | ||
Comment 5•10 years ago
|
||
nb, the original code here was reviewed by jst a long time back.
Assignee | ||
Comment 6•10 years ago
|
||
Tested locally, but https://treeherder.mozilla.org/#/jobs?repo=try&revision=5c1de7c2ecb3 should confirm that.
Comment 7•10 years ago
|
||
Per spec RTCIdentityAssertion should be dictionary, not interface.
Updated•10 years ago
|
Attachment #8593054 -
Flags: review?(bugs) → review-
Comment 8•10 years ago
|
||
(dictionaries don't pollute global scope, like interfaces by default do)
Assignee | ||
Comment 9•10 years ago
|
||
Ugh, someone changed the spec while I wasn't watching. I'll fix it. Thanks for noticing.
Assignee | ||
Updated•10 years ago
|
Attachment #8593054 -
Flags: review?(jib)
Attachment #8593054 -
Flags: review?(bugs)
Attachment #8593054 -
Flags: review-
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8593054 [details]
MozReview Request: bz://1152538/mt
/r/7089 - Bug 1152538 - RTCIdentityAssertion is a dictionary, r=smaug
/r/7129 - Bug1152538 - Removing RTCIdentityAssertion interface code, r=jib
/r/7099 - Bug 1152538 - Enable WebRTC identity, r=jesup
Pull down these commits:
hg pull -r 38881ba24c13643fca39046143925607a1f3a88b https://reviewboard-hg.mozilla.org/gecko/
Assignee | ||
Comment 11•10 years ago
|
||
Updated•10 years ago
|
Attachment #8593054 -
Flags: review?(bugs) → review+
Updated•10 years ago
|
Attachment #8593054 -
Flags: review?(rjesup) → review+
Comment 12•10 years ago
|
||
Comment on attachment 8593054 [details]
MozReview Request: bz://1152538/mt
https://reviewboard.mozilla.org/r/7087/#review5931
To be honest, I'm not the best reviewer for this code, but I see no problems that I understand. I'm fine with enabling it.
Comment 13•10 years ago
|
||
Assignee | ||
Comment 14•10 years ago
|
||
Comment on attachment 8593054 [details]
MozReview Request: bz://1152538/mt
r=jib
Thanks reviewboard for failing to deal with flags properly.
Attachment #8593054 -
Flags: review?(jib) → review+
Comment 15•10 years ago
|
||
Looks like it put me in the commit log automatically though, nice.
Assignee | ||
Comment 16•10 years ago
|
||
That was just me, preempting the eventual review grant.
Assignee | ||
Comment 17•10 years ago
|
||
Comment 18•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f9d7dda432e8
https://hg.mozilla.org/mozilla-central/rev/b11576671375
https://hg.mozilla.org/mozilla-central/rev/84ac619e5c3d
Assignee: nobody → martin.thomson
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Assignee | ||
Comment 19•9 years ago
|
||
Attachment #8593054 -
Attachment is obsolete: true
Attachment #8619996 -
Flags: review+
Attachment #8619997 -
Flags: review+
Attachment #8619998 -
Flags: review+
Assignee | ||
Comment 20•9 years ago
|
||
Assignee | ||
Comment 21•9 years ago
|
||
Assignee | ||
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Availability of this feature needs to be documented.
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•