gecko-dev/media/mtransport/ipc
Emilio Cobos Álvarez 4b9fdf3d73 Bug 1627707 - Rename LoadInfo::LoadingPrincipal to GetLoadingPrincipal as it can return null. r=ckerschb
Mostly a matter of:

  rg -l '\->LoadingPrincipal' | xargs sed -i 's/->LoadingPrincipal/->GetLoadingPrincipal/g'

And then clang-format. But I tweaked manually nsHttpChannelAuthProvider (move
the variable where it's used, don't take a useless strong ref),
AddonContentPolicy (move the declaration of the variable to the if condition),
and BackgroundUtils (same).

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

--HG--
extra : moz-landing-system : lando
2020-04-06 18:57:36 +00:00
..
NrIceStunAddrMessageUtils.h
PStunAddrsParams.h Bug 1567201 - Use Maybe rather than empty string for timedout queries; r=ng 2019-10-01 12:59:51 +00:00
PStunAddrsRequest.ipdl Bug 1567201 - Use Maybe rather than empty string for timedout queries; r=ng 2019-10-01 12:59:51 +00:00
PWebrtcTCPSocket.ipdl Bug 1569183: Create an ipdl struct called WebrtcProxyConfig, to cut down on the arg count on lots of functions. r=mjf,mayhemer 2019-09-17 18:19:04 +00:00
StunAddrsRequestChild.cpp Bug 1567201 - Use Maybe rather than empty string for timedout queries; r=ng 2019-10-01 12:59:51 +00:00
StunAddrsRequestChild.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in media. r=bwc 2020-03-06 09:21:47 +00:00
StunAddrsRequestParent.cpp Bug 1567201 - Use Maybe rather than empty string for timedout queries; r=ng 2019-10-01 12:59:51 +00:00
StunAddrsRequestParent.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
WebrtcProxyConfig.ipdlh Bug 1569183: Create an ipdl struct called WebrtcProxyConfig, to cut down on the arg count on lots of functions. r=mjf,mayhemer 2019-09-17 18:19:04 +00:00
WebrtcTCPSocket.cpp Bug 1627707 - Rename LoadInfo::LoadingPrincipal to GetLoadingPrincipal as it can return null. r=ckerschb 2020-04-06 18:57:36 +00:00
WebrtcTCPSocket.h Bug 1583046: Tighten down threading rules. r=mjf 2019-09-26 15:15:33 +00:00
WebrtcTCPSocketCallback.h Bug 1569183: Update OnConnected callbacks to specify what type of proxying (if any) is being used, and implement IsProxied based on this information. r=mjf 2019-09-17 18:18:33 +00:00
WebrtcTCPSocketChild.cpp Bug 1569183: Create an ipdl struct called WebrtcProxyConfig, to cut down on the arg count on lots of functions. r=mjf,mayhemer 2019-09-17 18:19:04 +00:00
WebrtcTCPSocketChild.h Bug 1569183: Create an ipdl struct called WebrtcProxyConfig, to cut down on the arg count on lots of functions. r=mjf,mayhemer 2019-09-17 18:19:04 +00:00
WebrtcTCPSocketLog.cpp Bug 1569183: Rename PWebrtcProxyChannel to PWebrtcTCPSocket. r=mjf 2019-09-17 18:15:41 +00:00
WebrtcTCPSocketLog.h Bug 1569183: Rename PWebrtcProxyChannel to PWebrtcTCPSocket. r=mjf 2019-09-17 18:15:41 +00:00
WebrtcTCPSocketParent.cpp Bug 1569183: Create an ipdl struct called WebrtcProxyConfig, to cut down on the arg count on lots of functions. r=mjf,mayhemer 2019-09-17 18:19:04 +00:00
WebrtcTCPSocketParent.h Bug 1569183: Create an ipdl struct called WebrtcProxyConfig, to cut down on the arg count on lots of functions. r=mjf,mayhemer 2019-09-17 18:19:04 +00:00
moz.build Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00