gecko-dev/netwerk/sctp/datachannel
Boris Zbarsky 00cd5d4380 Bug 1619112 part 5. Stop accepting nsAString in ErrorResult error-throwing. r=smaug
Callers should pass in UTF-8, since that's what the JS engine ends up with in the end anyway.

The various URL changes are because NS_NewURI converts incoming nsAString to
UTF-8 anyway.  So we might as well do that up-front and then use the UTF-8
string for both the NS_NewURI call and the error-reporting if it fails.

Differential Revision: https://phabricator.services.mozilla.com/D65543

--HG--
extra : moz-landing-system : lando
2020-03-06 21:08:02 +00:00
..
DataChannel.cpp Bug 1619112 part 5. Stop accepting nsAString in ErrorResult error-throwing. r=smaug 2020-03-06 21:08:02 +00:00
DataChannel.h Bug 1322095 - Part 1b: Update callbacks to support moved args and convert nsAutoPtr usage. r=jya 2020-02-21 22:43:53 +00:00
DataChannelListener.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
DataChannelLog.h Bug 1581023 - Expand DataChannel logging capabilities - r=bwc 2019-09-19 14:50:57 +00:00
DataChannelProtocol.h Bug 1556795: Simplifications related to DataChannel::mFlags. r=ng 2019-06-20 20:24:00 +00:00
moz.build Bug 1581023 - Expand DataChannel logging capabilities - r=bwc 2019-09-19 14:50:57 +00:00