gecko-dev/toolkit
Brian Grinstead f19f38776b Bug 1593119 - unifdef MOZ_XBL r=bzbarsky
This was generated with:

```
rg -l -g '*.{cpp,h}' MOZ_XBL . | while read FILE ; do
   echo $FILE
   unifdef -m -UMOZ_XBL $FILE
done
```

After this, I manually removed the directive in nsContentUtils.cpp due to:

  unifdef: ./dom/base/nsContentUtils.cpp: 4630: Unterminated string literal
  unifdef: Output may be truncated

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

--HG--
extra : moz-landing-system : lando
2019-11-07 00:35:13 +00:00
..
actors Bug 1575075 - Add an audio toggle button in PiP to mute and unmute a video. r=mconley 2019-11-04 21:14:50 +00:00
components Bug 1593119 - unifdef MOZ_XBL r=bzbarsky 2019-11-07 00:35:13 +00:00
content Bug 1592829 - Remove hasContentOpener logic from C++ and check for content opener directly from JavaScript, r=nika 2019-11-06 20:14:32 +00:00
crashreporter Bug 1594598 - Use uint8_t* to avoid a bunch of casts. r=glandium 2019-11-06 23:56:48 +00:00
docs
forgetaboutsite Bug 1585582 - Set appcache prefs on before start to prevent races in tests. r=baku 2019-10-21 19:33:02 +00:00
library Backed out changeset cbec8a55a1bb (bug 1575008) for build bustages (Bof). CLOSED TREE 2019-11-05 23:22:40 +02:00
locales Bug 1593386 - Update add-on manager abuse report reasons copy r=fluent-reviewers,rpl,flod 2019-11-06 18:18:57 +00:00
modules Bug 1580212, part 1 - Drop the equal sign from FISSION_WEB_REMOTE_TYPE_PREFIX and add it to ContentParent.h. r=kmag 2019-11-06 23:14:00 +00:00
mozapps Backed out changeset 96048cce4b80 (bug 1571656) for xpcshell failures at toolkit/components/places/tests/unifiedcomplete/test_autofill_origins.js on a CLOSED TREE 2019-11-06 22:59:45 +02:00
pluginproblem
profile Bug 1589134 - Move <script> tags out of <wizard>s r=bgrins 2019-11-05 21:08:50 +00:00
recordreplay Bug 1594042 - Improve logpoint performance, r=jlast. 2019-11-05 16:17:13 +00:00
system
themes Bug 1575075 - Add an audio toggle button in PiP to mute and unmute a video. r=mconley 2019-11-04 21:14:50 +00:00
xre Backed out changeset 955256297d6d (bug 1579367) for causing a top crash in Bug 1594404. a=backout 2019-11-06 23:19:09 +02:00
.eslintrc.js
l10n-registry.manifest
moz.build
moz.configure Bug 1593844 - Add moz.configure bits to specify a LUCETC binary r=froydnj 2019-11-06 22:33:11 +00:00
nss.configure
toolkit.mozbuild