gecko-dev/netwerk
Michael Froman f0c929ff2d Bug 1345511 - pt 2 - add IPC mechanism for getting stun addrs on main process. r=bwc
PStunAddrsRequest.ipdl defines the new IPC protocol to get stun
  addrs on the main process.
StunAddrsRequestChild requests the stun addrs from the parent.
StunAddrsRequestParent uses a static method on NrIceCtx to get the
  stun addrs from the STS thead and sends the addrs back to the
  child process.
NrIceStunAddr (nricestunaddr.{cpp|h}) wraps nr_local_addr and makes
  it easier to serialize/deserialize over IPC.
NrIceStunAddrMessageUtils follows the pattern used by other Necko
  IPC classes to define top-level serialization/deserialization
  calls used by the IPC framework.

Modifications under netwerk/ipc are to connect the new IPC
protocol to get stun addrs to PNecko since it is a network
related IPC protocol.

MozReview-Commit-ID: GyEapBe5krl

--HG--
extra : rebase_source : c650d6aa4f7928bcae6032424303869074a755d4
2017-03-21 19:59:05 -05:00
..
base Merge inbound to central, a=merge 2017-03-21 16:08:32 -07:00
build Backed out changeset 4258769b457d (bug 1348464) for crashing in Marionette e10s tests in nsIDocument::GetDocGroup(). r=backout on a CLOSED TREE 2017-03-21 15:48:56 +01:00
cache Bug 1342442 - Add null-check over gService in nsCacheService. r=michal 2017-03-06 05:46:00 -05:00
cache2 Bug 1342722 - Firefox cache used all available inodes on the system, r=honzab 2017-03-20 18:49:04 +01:00
cookie Bug 1345168 - Get rid of OriginAttributes::Inherit, r=tjr 2017-03-08 07:41:51 +01:00
dns Bug 1337893 - Part 1: Updating idl and ipdl files of DNS to make them originAttributes aware. r=valentin 2017-02-15 11:53:37 +08:00
ipc Bug 1345511 - pt 2 - add IPC mechanism for getting stun addrs on main process. r=bwc 2017-03-21 19:59:05 -05:00
locales Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois 2017-02-21 09:46:36 +08:00
mime Bug 1311669 - replace string literals containing escaped characters with raw string literals. r=valentin 2016-11-01 14:44:09 +02:00
protocol Merge m-c to autoland, a=merge 2017-03-21 16:20:49 -07:00
sctp Bug 1338086 - Remove useless else blocks in order to reduce complexity in netwerk/ r=dragana 2017-02-09 11:21:38 +01:00
socket Bug 1337893 - Part 3: Updating Necko for DNS changes. r=valentin 2017-02-15 17:48:15 +08:00
srtp Bug 1297662 - Remove gf2_8.c & gf2_8.h as they are unused. r=jesup 2016-09-26 06:40:59 -05:00
streamconv Bug 1344461 - Keep track of line length to not read beyond eol. r=valentin 2017-03-20 18:23:18 -04:00
system Bug 1321841 - Better checksum for "live" adapters. r=bagder 2017-01-18 05:40:00 -05:00
test bug 1344585 - close streams and server sockets in test_tls_server.js to prevent leaks r=mcmanus 2017-03-21 13:56:57 -07:00
wifi Bug 1339372 - Abort during geolocation request when system DBus is not available; r=kanru 2017-02-16 09:18:36 +01:00
moz.build Bug 1340030: Remove necko_standalone lib (netwerk/standalone/). r=mcmanus 2017-02-17 15:17:39 +13:00
necko-config.h.in