Closed
Bug 958741
Opened 11 years ago
Closed 11 years ago
IDN support for WebRTC identity
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: mt, Assigned: mt)
References
Details
Attachments
(1 file, 1 obsolete file)
1.16 KB,
patch
|
mt
:
review+
|
Details | Diff | Splinter Review |
Bug 884573 introduces identity support, but the identifiers it generates are compared poorly using JavaScript String.prototype.toLowercase(). This should use the IDN ACE conversion before toLowercase(), as used by http://dxr.mozilla.org/mozilla-central/source/netwerk/base/src/nsStandardURL.cpp#1077
Assignee | ||
Comment 1•11 years ago
|
||
Easy peasy. Harder to test, but manual tests on nsIIDNService indicate that this is solid. toACE does normalization and case folding based on what I've tested, so this should be good to roll out.
Comment 2•11 years ago
|
||
Comment on attachment 8359532 [details] [diff] [review]
0001-Adding-IDN-support-to-peer-identity-domain-checking.patch
Review of attachment 8359532 [details] [diff] [review]:
-----------------------------------------------------------------
Yep, looks good.
Attachment #8359532 -
Flags: review?(adam) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Unbitrotting. Carrying forward r+ from abr.
Attachment #8359532 -
Attachment is obsolete: true
Attachment #8381589 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•