diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/brotli/moz.build | 6 | ||||
-rw-r--r-- | modules/fdlibm/moz.build | 1 | ||||
-rw-r--r-- | modules/fdlibm/src/moz.build | 1 | ||||
-rw-r--r-- | modules/libbz2/moz.build | 1 | ||||
-rw-r--r-- | modules/libbz2/src/moz.build | 1 | ||||
-rw-r--r-- | modules/libjar/moz.build | 1 | ||||
-rw-r--r-- | modules/libjar/nsJAR.cpp | 1 | ||||
-rw-r--r-- | modules/libjar/nsJARChannel.cpp | 1 | ||||
-rw-r--r-- | modules/libjar/zipwriter/moz.build | 1 | ||||
-rw-r--r-- | modules/libmar/moz.build | 1 | ||||
-rw-r--r-- | modules/libmar/sign/moz.build | 1 | ||||
-rw-r--r-- | modules/libmar/src/moz.build | 1 | ||||
-rw-r--r-- | modules/libmar/tests/moz.build | 1 | ||||
-rw-r--r-- | modules/libmar/tool/moz.build | 1 | ||||
-rw-r--r-- | modules/libmar/verify/moz.build | 1 | ||||
-rw-r--r-- | modules/libpref/Preferences.cpp | 1 | ||||
-rw-r--r-- | modules/libpref/goanna.js | 4 | ||||
-rw-r--r-- | modules/libpref/init/all.js | 25 | ||||
-rw-r--r-- | modules/libpref/moz.build | 1 | ||||
-rw-r--r-- | modules/libpref/nsPrefBranch.cpp | 1 | ||||
-rw-r--r-- | modules/woff2/moz.build | 1 | ||||
-rw-r--r-- | modules/xz-embedded/moz.build | 1 | ||||
-rw-r--r-- | modules/zlib/moz.build | 1 | ||||
-rw-r--r-- | modules/zlib/src/moz.build | 1 |
24 files changed, 15 insertions, 41 deletions
diff --git a/modules/brotli/moz.build b/modules/brotli/moz.build index 3dec54a48..b2b87b40a 100644 --- a/modules/brotli/moz.build +++ b/modules/brotli/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -26,6 +25,9 @@ SOURCES += [ 'dec/state.c', ] +if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + NO_VISIBILITY_FLAGS = True + # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True @@ -37,6 +39,8 @@ CFLAGS += ['-DBROTLI_BUILD_PORTABLE'] Library('brotli') +FINAL_LIBRARY = 'gkmedias' + HostProgram('brotli') HOST_SOURCES += SOURCES diff --git a/modules/fdlibm/moz.build b/modules/fdlibm/moz.build index 5d34af511..f8d8f81d0 100644 --- a/modules/fdlibm/moz.build +++ b/modules/fdlibm/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/fdlibm/src/moz.build b/modules/fdlibm/src/moz.build index be5bf3d9b..541f84039 100644 --- a/modules/fdlibm/src/moz.build +++ b/modules/fdlibm/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libbz2/moz.build b/modules/libbz2/moz.build index f59ee5f25..221f63b7c 100644 --- a/modules/libbz2/moz.build +++ b/modules/libbz2/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libbz2/src/moz.build b/modules/libbz2/src/moz.build index f43bec6da..3b0c2d344 100644 --- a/modules/libbz2/src/moz.build +++ b/modules/libbz2/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libjar/moz.build b/modules/libjar/moz.build index b018d6486..3f03ee268 100644 --- a/modules/libjar/moz.build +++ b/modules/libjar/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libjar/nsJAR.cpp b/modules/libjar/nsJAR.cpp index 0b0444a81..96e18e1d3 100644 --- a/modules/libjar/nsJAR.cpp +++ b/modules/libjar/nsJAR.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/modules/libjar/nsJARChannel.cpp b/modules/libjar/nsJARChannel.cpp index ee60602da..ddcbfae2c 100644 --- a/modules/libjar/nsJARChannel.cpp +++ b/modules/libjar/nsJARChannel.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* vim: set sw=4 ts=8 et tw=80 : */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/modules/libjar/zipwriter/moz.build b/modules/libjar/zipwriter/moz.build index e874867c6..ade5904d3 100644 --- a/modules/libjar/zipwriter/moz.build +++ b/modules/libjar/zipwriter/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libmar/moz.build b/modules/libmar/moz.build index 01bf543b3..0b405f2ff 100644 --- a/modules/libmar/moz.build +++ b/modules/libmar/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libmar/sign/moz.build b/modules/libmar/sign/moz.build index e31ff50ab..5e394054e 100644 --- a/modules/libmar/sign/moz.build +++ b/modules/libmar/sign/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libmar/src/moz.build b/modules/libmar/src/moz.build index 61c96fbd5..5662d81ad 100644 --- a/modules/libmar/src/moz.build +++ b/modules/libmar/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libmar/tests/moz.build b/modules/libmar/tests/moz.build index 9642553e8..5fff530f5 100644 --- a/modules/libmar/tests/moz.build +++ b/modules/libmar/tests/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libmar/tool/moz.build b/modules/libmar/tool/moz.build index 05f31d918..22f97f43a 100644 --- a/modules/libmar/tool/moz.build +++ b/modules/libmar/tool/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libmar/verify/moz.build b/modules/libmar/verify/moz.build index a2a6b03ec..21f6ab71c 100644 --- a/modules/libmar/verify/moz.build +++ b/modules/libmar/verify/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libpref/Preferences.cpp b/modules/libpref/Preferences.cpp index 840406635..2bf7c93e6 100644 --- a/modules/libpref/Preferences.cpp +++ b/modules/libpref/Preferences.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/modules/libpref/goanna.js b/modules/libpref/goanna.js index d59110b6a..ed592af05 100644 --- a/modules/libpref/goanna.js +++ b/modules/libpref/goanna.js @@ -4,9 +4,5 @@ #include ../../toolkit/components/telemetry/datareporting-prefs.js #endif #ifdef MOZ_SERVICES_HEALTHREPORT -#if MOZ_WIDGET_TOOLKIT == android -#include ../../mobile/android/chrome/content/healthreport-prefs.js -#else #include ../../toolkit/components/telemetry/healthreport-prefs.js #endif -#endif diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 314beac37..0a3a6d697 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -580,7 +580,7 @@ pref("media.mediasource.webm.enabled", true); pref("media.mediasource.webm.audio.enabled", true); #ifdef MOZ_AV1 -pref("media.av1.enabled", false); +pref("media.av1.enabled", true); #endif // Use new MediaFormatReader architecture for plain ogg. @@ -1260,10 +1260,7 @@ pref("privacy.trackingprotection.pbmode.enabled", false); pref("dom.event.contextmenu.enabled", true); pref("dom.event.clipboardevents.enabled", true); -/* pref("dom.webcomponents.enabled", false); -pref("dom.webcomponents.customelements.enabled", false); -*/ pref("javascript.enabled", true); // Enable Array.prototype.values @@ -1275,7 +1272,7 @@ pref("javascript.options.strict.debug", false); pref("javascript.options.unboxed_objects", false); pref("javascript.options.baselinejit", true); pref("javascript.options.ion", true); -pref("javascript.options.ion.inlining", false); +pref("javascript.options.ion.inlining", true); pref("javascript.options.asmjs", true); pref("javascript.options.wasm", true); // wasm jit crashes in 32bit builds because of 64bit casts so @@ -2486,6 +2483,9 @@ pref("layout.css.isolation.enabled", true); // Is support for CSS Filters enabled? pref("layout.css.filters.enabled", true); +// Is support for scrollbar-width property enabled? +pref("layout.css.scrollbar-width.enabled", false); + // Set the threshold distance in CSS pixels below which scrolling will snap to // an edge, when scroll snapping is set to "proximity". pref("layout.css.scroll-snap.proximity-threshold", 200); @@ -2710,14 +2710,12 @@ pref("layout.idle_period.required_quiescent_frames", 2); pref("layout.idle_period.time_limit", 1); // Is support for the Web Animations API enabled? -// Before enabling this by default, make sure also CSSPseudoElement interface -// has been spec'ed properly, or we should add a separate pref for -// CSSPseudoElement interface. See Bug 1174575 for further details. -#ifdef RELEASE_OR_BETA -pref("dom.animations-api.core.enabled", false); -#else pref("dom.animations-api.core.enabled", true); -#endif + +pref("dom.animations-api.timelines.enabled", false); +pref("dom.animations-api.implicit-keyframes.enabled", false); +pref("dom.animations-api.compositing.enabled", false); +pref("dom.animations-api.getAnimations.enabled", false); // Is support for the Element.animate() function (a subset of the Web Animations // API) enabled? @@ -5340,9 +5338,6 @@ pref("dom.audiochannel.mutedByDefault", false); // HTML <dialog> element pref("dom.dialog_element.enabled", false); -// Enable <details> and <summary> tags. -pref("dom.details_element.enabled", true); - // Secure Element API #ifdef MOZ_SECUREELEMENT pref("dom.secureelement.enabled", false); diff --git a/modules/libpref/moz.build b/modules/libpref/moz.build index 1c9a51650..1d3fd3957 100644 --- a/modules/libpref/moz.build +++ b/modules/libpref/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/libpref/nsPrefBranch.cpp b/modules/libpref/nsPrefBranch.cpp index 5173db06e..6107e64d8 100644 --- a/modules/libpref/nsPrefBranch.cpp +++ b/modules/libpref/nsPrefBranch.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/modules/woff2/moz.build b/modules/woff2/moz.build index cfb6f4a06..b21c89e17 100644 --- a/modules/woff2/moz.build +++ b/modules/woff2/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/xz-embedded/moz.build b/modules/xz-embedded/moz.build index 44490cdbe..fa1e5fc46 100644 --- a/modules/xz-embedded/moz.build +++ b/modules/xz-embedded/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/zlib/moz.build b/modules/zlib/moz.build index f59ee5f25..221f63b7c 100644 --- a/modules/zlib/moz.build +++ b/modules/zlib/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/modules/zlib/src/moz.build b/modules/zlib/src/moz.build index 7e993bda4..556130ff7 100644 --- a/modules/zlib/src/moz.build +++ b/modules/zlib/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. |