Files
roytam1 53f8830caa import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1235610 - Add xpctall support for Bitrig and DragonFly. r=glandium (02b7d40eb3)
- Bug 1252072 - Prevent ASan instrumentation for unsafe xpcom functions. r=froydnj (881bfc18c0)
- Bug 1245099 - Fixed uninitialized variable warning. r=bsmedberg (6481aad0d5)
- Bug 1196370 - Remove the clang assembly workaround from bug 1028613. r=ehsan (b8b6f1a5e8)
- Bug 1234860 - move win32 NS_InvokeByIndex implementation to a separate assembly file; r=aklotz,ted.m (73ca54348f)
- Bug 1248534 (part 1) - Remove XPT encoding support. r=khuey. (e84c4dfd32)
- Bug 1248534 (part 2) - Remove unused XPT flags. r=khuey. (264be694d0)
- Bug 1248534 (part 3) - Remove almost all support for XPT annotations. r=khuey. (97a0d86e0b)
- Bug 1248534 (part 4) - Remove unused fields from XPTConstValue. r=khuey. (9eccf9eba5)
- Bug 1248534 (part 5) - Remove XPTDatapool. r=khuey. (139dab7a9f)
- Bug 1248534 (part 6) - Stack-allocate XPTState. r=khuey. (f32ce7cc9e)
- Bug 1249174 (part 7) - Only define XPTArena::name if XPT_ARENA_LOGGING is defined. r=khuey. (174a20c0a3)
- Bug 1248534 (part 8) - Remove useless XPT freeing code. r=khuey. (a5ade9739b)
- Bug 1248534 (part 9) - Remove XPT arena logging code. r=khuey. (a996dfad76)
- Bug 1251458 - Reinstate annotation handling in .xpt files. r=khuey. (fbe8d573bd)
- Bug 1249174 (part 1) - Don't store the unused XPTTypeDescriptorTags::argnum2 field in memory. r=khuey. (e1d12965eb)
- Bug 1253877 - Baldr: cast -1 to uint8 to avoid 'shifting negative' error on CLOSED TREE (r=bustage) (cdf8031264)
- Bug 1258599 - OdinMonkey: MIPS: Only reserving stack for argument registers on O32. r=huangwenjun06 (a77220a9fa)
- Bug 1253137 - Baldr: fold if_else into if to match ml-proto (r=sunfish) (54e89aafe3)
- Bug 1249174 (part 2) - Shrink xptiInterfaceEntry by reordering its fields. r=khuey. (c4d7c15e6e)
- Bug 1253137 - Baldr: update br_table syntax to match ml-proto (r=sunfish) (e7f253e4d8)
- Bug 1249174 (part 3) - Don't store the unused XPTInterfaceDirectoryEntry::name_space field in memory. r=khuey. (c308508e74)
- Bug 1249174 (part 4) - Don't store unused XPTHeader fields in memory. r=khuey. (2dfd238a54)
- Bug 1249174 (part 5) - Remove the useless BLK_HDR::size field. r=khuey. (1a362c278e)
- Bug 1249174 (part 6) - Shrink XPTTypeDescriptor. r=khuey. (5a313327fe)
- Bug 1249174 (part 7.5) - Avoid wasted space around XPT strings. r=khuey. (ac3653802c)
- Bug 1249174 (part 8) - Shrink XPTInterfaceDescriptor. r=khuey. (e9dc929d37)
- Bug 1253464 - Remove --enable-wrap-malloc/--with-wrap-malloc from js/src/old-configure.in. r=mshal (a5fe83ca0b)
- Bug 1253203 - Move parts of configure.py into sandboxed moz.configure. r=nalexander,r=chmanchester (928a6d3919)
- Bug 1253502 - Allow to pass a specific python interpreter to initialize virtualenvs. r=gps (7c20a57f36)
- Bug 1253502 - Move python virtualenv initialization to moz.configure. r=gps (1c0c8b3b8d)
- Bug 1253553 - Move --enable-artifact-builds, --disable-compile-environment and --enable-build-backend to moz.configure. r=nalexander,r=chmanchester (8c272c238d)
- bug 1248020 - add USE_YASM to moz.build. r=mshal (3b3753abdd)
- bug 1248020 - convert a bunch of moz.build files to use USE_YASM. r=mshal (e87fcc594b)
- Bug 1255585 - Prevent Python executable mis-match from constantly clobbering the virtualenv on OS X. r=gps (6cac756a66)
- Bug 1254795 - Add missing --enable flags to old.configure. r=glandium (0da4d48d63)
- Bug 1254410 - Include app-specific configure files according to --enable-application/--enable-project. r=chmanchester (272c6fe1a6)
- No bug - Fixup whitespaces in build/moz.configure/{init,old}.configure. r=me (938ba30400)
- small backport of 1846703 (ddd3e821ca)
- Bug 1251324 - Add a --disable-js-shell option to js/src/configure. r=chmanchester (58799a6a75)
- Bug 1254873 - Make --disable-js-shell the default for non-js-standalone builds. r=chmanchester (ccf5bf91d0)
- Bug 1255185 - Move --with-external-source-dir to moz.configure. r=chmanchester (67e1ccc6d1)
- Bug 1255185 - Move --with-external-source-dir to moz.configure. r=chmanchester Bug 1255305 - Uniformize CPU_ARCH between old-configure.in and js/src/old-configure.in. r=chmanchester (2c714db752)
- Bug 1254906 - Move --disable-shared-js and --disable-export-js to moz.configure. r=chmanchester (0be3239533)
- Bug 1255197 - Avoid cumulating dependencies in prepare_configure(). r=chmanchester (a7d9b2c0e3)
- Bug 1255667 - Don't read the mozconfig for the js configure. r=gps (bd4aef0604)
- Followup for bug 1255197 - Remove unused dependencies from prepare_configure. r=me (61686ddfed)
- Bug 1255312 - Limit the options we pass down to old-configure. r=chmanchester (d36d18fdac)
- Bug 1255433 - Store old-configure.vars as utf-8 or mbcs. r=gps (342f33d1ea)
- Bug 1255305 - Move the function finding a shell from old.configure to init.configure. r=chmanchester (f1d87090ce)
- Bug 1254188 - Baldr: handle recycled phis when closing a loop with a  value (r=bbouvier) (2cb0895472)
- Bug 1254167: Don't allow folding to full range for atomic accesses; r=sunfish (96a851efda)
- Bug 1256637: Set definition before returning early in EmitBrTable; r=luke (0fdb365e82)
- Bug 1255695 - BaldrMonkey: Implement unaligned accesses. r=luke (205b798249)
- Bug 1255305 - Generalize adding arguments to old-configure. r=chmanchester (e74110f4bd)
- Bug 1255305 - Move --host and --target to moz.configure. r=chmanchester (f100e51b9a)
- Bug 1256512 - Move TARGET_CPU and TARGET_OS to moz.configure. r=chmanchester (968a322857)
- Fixup for bug 1255667 - Use the absolute path of OLD_CONFIGURE. r=me (2fe68aa0b6)
- Bug 1256568 - Inject some variables set in mozconfig into moz.configure. r=gps (3201040414)
- Bug 1256507 - Remove --enable-xterm-updates. r=gps (0c0a24f563)
- Bug 1245860 - Add --with-nspr-prefix to the list of old configure options. r=ted (5e7f7f6339)
-  Bug 1254987 - Get the subconfigure working properly for mail/configure.in. r=glandium (6bbc3e63f5)
- don't commit old-configure generated files (984ba26dda)
- Bug 1256355 - Look for homebrew's autoconf213, and fix a typo. r=gps. (5936eaee96)
- Bug 1256574 - Make the part writing and executing config.status importable for c-c. r=gps (27cb73bcb5)
- Bug 1256568 - Move awk detection to moz.configure. r=gps (fa2d17df71)
- Followup for bug 1256568 - Improve the help message for options check_prog adds. r=gps (67a7c8db7f)
- Bug 1256568 - Move perl detection to moz.configure. r=gps (a4bb4f0313)
- Bug 1256568 - Move doxygen, zip, unzip, xargs, rpmbuild, genisoimage and dsymutil detection to moz.configure. r=gps (6d752e320a)
- Bug 1257413 - Fix check_prog() to properly fail when program is missing after bug 1256568. r=gps (2c35ee9dc2)
- Bug 1254729 - Remove about:devices from Fennec. r=nalexander (bbe4d56ac1)
- Bug 1247960 - Remove unused variable _current_makefile; r=ted (8d563a6dda)
- Bug 1256587 - Only check rpmbuild, genisoimage and dsymutil on the targets they are relevant for. r=gps (1134c1442d)
- Bug 1256990 - Move tar detection to moz.configure. r=chmanchester (ca6867fe4b)
- Bug 1256584 - Remove AC_PROG_INSTALL and AC_PROG_LN_S. r=gps (92b7daf17a)
- Bug 1257051 - Use separate target triplets for iOS and OSX. r=ted (fa6d3aa9df)
- Bug 1256988 - Move --with-gonk to moz.configure. r=chmanchester (ba84e37d5b)
- Bug 1256988 - Move MOZ_WIDGET_TOOLKIT to moz.configure. r=chmanchester (d081a9b281)
- Bug 1256988 - Replace tests on MOZ_ENABLE_GTK2 with tests on MOZ_WIDGET_TOOLKIT==gtk2. r=chmanchester (264369cc5d)
- Bug 1256988 - Replace tests on MOZ_ENABLE_GTK3 with tests on MOZ_WIDGET_TOOLKIT==gtk3. r=chmanchester (92311ba09c)
- Bug 1256988 - Replace tests on MOZ_ENABLE_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester (4b3cdb2fa3)
- Bug 1256988 - Remove MOZ_WIDGET_GTK2 define. r=chmanchester (b321506bfb)
- Bug 1223745 - Move generate headers in toolkit/mozapps/update/updater/Makefile.in to GENERATED_FILES. r=glandium (329de3f8fb)
- Bug 1241975 - port B2G branding Makefiles to moz.build; r=gps (7c23129dc8)
- Bug 1256988 - Replace tests on MOZ_WIDGET_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester (7ccebc9530)
- Bug 1256988 - Move MOZ_WIDGET_* defines to moz.configure. r=chmanchester (8b54aad4ec)
- Bug 1256988 - Remove NO_X11. r=chmanchester (472111ff33)
- Bug 1256988 - Skip the Xt library test for MOZ_WIDGET_TOOLKIT==qt. r=chmanchester (b988e98347)
- Bug 1256988 - Move X11 and MOZ_WIDGET_TOOLKIT-related things to moz.configure. r=chmanchester (d35bbbb251)
- Bug 1256988 - Move --with-gl-provider to moz.configure. r=chmanchester (abd1ca0fbf)
- Bug 1256988 - Move MOZ_PDF_PRINTING to moz.configure. r=chmanchester (641f9a7e43)
- Bug 1256988 - Move MOZ_INSTRUMENT_EVENT_LOOP to moz.configure. r=chmanchester (81ade1913d)
- Bug 1256988 - Move USE_FC_FREETYPE to moz.configure. r=chmanchester (05932151e9)
- fix with gtk in MOZ_WIDGET_TOOLKIT (8f72e0e1c0)
- Bug 1257104 - Move MOZ_APPLEMEDIA to moz.configure. r=ted (949f6d57f2)
- Bug 1257104 - Move --disable-wmf to moz.configure. r=ted (68e802523e)
- Bug 1257104 - Move --disable-ffmpeg to moz.configure. r=ted (2cb2286569)
- Bug 1257104 - Move --disable-fmp4 to moz.configure. r=ted (719f809f28)
- Bug 1257414 - Remove --with-libxul-sdk. r=gps (c29d31a276)
- Bug 1257415 - Move --with-l10n-base to moz.configure. r=gps (ccfa4e65aa)
- fix GAIA (47c4b8a912)
- Bug 1257416 - Move MOZTTDIR to moz.configure. r=gps (81c10a216d)
- Bug 1257648 - Always filter target/host triplets with config.sub. r=nalexander (7afd0e7018)
- Bug 1257434 - Move --enable-systrace to moz.configure. r=ted (8beed38d7f)
- Bug 1257434 - Move --enable-jprof to moz.configure. r=ted (6acb6377ab)
- Bug 1257434 - Move --enable-instruments to moz.configure. r=ted (e635bb6082)
- Bug 1257434 - Move --enable-callgrind to moz.configure. r=ted (c603df6d91)
- Bug 1257434 - Move --enable-dmd to moz.configure. r=ted (13f3246060)
- Bug 1257434 - Move --enable-vtune and --enable-profiling to moz.configure. r=ted (65ab1b5a06)
- Bug 1257685 - Always read a mozconfig when printing help from python configure. r=glandium (d40127fa14)
- Bug 1256966 - Move NIGHTLY_BUILD and RELEASE_BUILD to Python configure. r=glandium (4b2bf84a6b)
- bug 1257689 - move YASM check to moz.configure. r=mshal (1102d049c4)
- bug 1257607 - Add Version type to moz.configure. r=glandium (406c054c8a)
- bug 1255479 - make mach python-tests use TestResolver for discovery, make `mach test` work for python tests. r=nalexander (a56f90c397)
- Bug 1155760 - remove obsolete JAVA_{GEN_DIR,DIST_DIR,IFACES_PKG_NAME} definitions; r=nalexander (801675070b)
- Bug 1257434 - Move MOZ_ENABLE_PROFILER_SPS to moz.configure. r=ted (2ce4503054)
- bug 1257542 - check_prog template should sanity check that progs is not a string. r=glandium (56f083324c)
- shuffle things (9f35c8182c)
- Bug 1257468 - Move JS_STANDALONE to moz.configure. r=nalexander (8dc5ae47f3)
- more of Bug 1255813 - Remove build system support for Solaris, HPUX and AIX (bfe040b93b)
- Bug 1257005 - Don't use debug runtime in standalone SpiderMonkey builds; r=glandium (aede99b095)
- Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps (7132f10c04)
- Bug 1257468 - Move setting MOZ_BUILD_APP subst and define to moz.configure. r=nalexander (64dbeeb24b)
- Bug 1256622 - Allow to build spidermonkey from the top-level configure. r=gps (43e66c39f2)
- Bug 1256528 - Pass AUTOCONF down to old-configure. r=gps (d6875da3c8)
- Bug 1257104 - Move --enable-eme to moz.configure. r=ted (e2eee4d1d5)
- Bug 1254913 - Handle symbolic links in the path leading to moz.configure. r=nalexander (4a5da7937b)
- Bug 1257104 - Allow options with choices and possibly no given values. r=ted (cac6d65cdc)
- Bug 1257468 - Replace tests on BUILDING_JS with tests on MOZ_BUILD_APP==js. r=nalexander (c5715284c2)
- Bug 1244736 - Remove mach update-uuids and related code; r=froydnj (631f811236)
- Bug 1238121 - Properly guard Profiler's RAII classes r=BenWa f=mystor (a3db8e6bc9)
- Bug 1251787 - Remove remaining references to MOZILLA_XPCOMRT_API from tools. r=mstange (1632205437)
- align profiler (c2638ecf1f)
- Bug 1235502 - Fix -Wunreachable-code warning in tools/profiler/. r=BenWa (0d564937c9)
- force disable PROFILER_SPS because build breaks also on Linux (0db1fbf3ca)
- Bug 623183 - Build dump_syms on Windows when using VS2015; r=ted (bcde011207)
- fix build, bit of 1148463 (f6806f4038)
- Bug 1217867 - Prevent duplicated setupInParent calls when debugging same e10s tab with multiple clients. r=jryans (620d7f3928)
- Bug 1198877 - Fix settings supports for mulet's simulators. r=jryans (4ae7fc68f0)
- Bug 1169643 - Stop preventing reloading crashed tabs when devtools are opened. r=jryans (94ea45ac60)
- Bug 1221846 - Properly close the tasktracer property in the GeckoSampler JSON blob. r=BenWa (dca640fb03)
- Bug 1239498 - Use Stackwalk64 on win x64. r=jrmuizel (50ffe8a649)
- Bug 950936 - Add disable autohide button in browser toolbox to help debug panel/popups. r=bgrins (8f84b98f84)
- Bug 1214352 - Enable scratchpad in tab toolboxes. r=jryans (eebab5c1c5)
- Bug 1246514 - Switch toolbox-options.xul to HTML. r=bgrins (bfaf463cba)
- Bug 1258269: Declare logging string-literals in exception_handler.cc as 'const char[]' to fix build warning & for consistency. r=ted (a9454e735f)
- Bug 1254120 - Remove toolkit/crashreporter/test/Makefile.in; r=ted (bda0f6e6a4)
- Bug 1247270 - Ensure reloading every devtools-related documents when hitting the reload shortcut. r=jryans (fdcadb8866)
- Bug 1247985 - Convert DevTools open probes to count, enable for release. r=mratcliffe p=bsmedberg (854d82bfdd)
- Bug 1248435 - Add telemetry probes for reload addon installation and reload action. r=jryans data-review=bsmedberg (7570625275)
- Bug 1225217 - vpx: restore linux avx2 code in libvpx. r=kinetik (0435026461)
- Bug 1241050 - Ensure reloading the developer toolbar when using the reload addon. r=jwalker (d17980acf1)
-  parts of Bug 1151175 - Update libvpx update.py for 1.4.0. (8700fa48ab)
- Bug 1249858 - Add property exposing whether performing an artifact build; r=glandium (9309d7a760)
- Bug 1253436 - Write out a machine readable file with binaries metadata; r=glandium (242b44f067)
- Bug 1249858 - Stop processing IPDL and WebIDL files during artifact builds; r=glandium (1037841766)
- Bug 1249858 - Do not generate unified C++ files during artifact builds; r=glandium (ccff01fc5b)
- Bug 1253436 - Remove unused imports; r=glandium (32a153e80c)
- Bug 1157420, mach should generate VS2013 project files and use a better dir structure; r=froydnj (ba6b1a24f2)
- Bug 1229541 - Assume config.substs.get() already returns a list in VS mach build-backend backend. r=glandium (56f92f56f1)
- Bug 1249590 - Bullet-proofing AsyncShutdown wrt exceptions;r=froydnj (7e512f1029)
- Bug 1021151 - avoid memory leak in NS_GENERIC_AGGREGATED_CONSTRUCTOR_INIT, use nsAutoPtr instead of naked ptr. r=Ehsan (d0eb754af2)
- Bug 1255223 - Null crash when logging weak maps. r=mccr8. (0d02b4b469)
- Bug 1250134 - assert mJSRuntime when IsGrayJS() is true. r=mccr8 (a3987102ed)
- Bug 1254131: Fix non-unified wasm build. r=luke (cacb86e4d0)
- Just warn about missing CoreMedia (590ae24062)
- Bug 1246929 - Skip installing functions and properties on builtins for the self-hosting global. r=Waldo (aa04041de9)
- Bug 986294 - Remove Proxy.create from addon-sdk. r=mossop (da3d6c40ea)
- Bug 1243805 - Replace Proxy.create with new Proxy in devtools l10n code. r=jryans (9886f857be)
- Bug 1245141 - Use new Proxy for AddonManager.addonTypes. r=mossop (6cc8dd0870)
- Bug 1253866 - Remove Proxy.create from crash tests. r=bz (76a421cf97)
- Bug 892903 - Remove Proxy.create and Proxy.createFunction. r=efaust (7b572deb10)
- Bug 1049041 - Remove scary warning about mutating [[Prototype]]. r=efaust. (367ac3f6c5)
- Bug 1257445 - #ifdef on __GLIBC__ for sched_getcpu, which is a glibc feature. r=jimb (171a1729c1)
- Followup for bug 1257445 - Remove the AutoStopwatch::getCPU implementation using sched_getcpu. r=jimb (221f52d4c4)
- Bug 1178317 - eliminate large static constructor from ShimInterfaceInfo.cpp; r=poiru (aa66704aee)
- Bug 1247580 P1 Allow old nsIX509Cert serialized objects to be read off disk. r=bz (1f8bc280a6)
- Bug 1247580 P2 Add gtest to ensure we can continue to deserialize old security info strings. r=bz (323059ac29)
- Bug 864842 - Show error for browsing Windows drive without media, r=michal (1e438bdf2f)
- Bug 1233283 - Remove unless tmp from ReadDir in nsLocalFileWin. r=froydnj (1565d1cc14)
- Bug 1258498: Use fallible allocation in nsScriptableInputStream::ReadBytes. r= froydnj (eebcb8050d)
- Bug 1236108: Add temp directory for sandboxed content processes to directory r=bsmedberg (8384b33c10)
- Bug 1255362 - Null-check GetContainer() before using it in image-related ConfigureLayer() methods. r=mstange a=Tomcat (beab7149f1)
- Bug 1205473 - Add a state bit to optimize building event regions. r=mattwoodrow (c8b1eb9839)
- Bug 1222886 - Remove unused nsCSSParser::{SetStyleSheet,SetChildLoader,SetQuirkMode} methods. r=bzbarsky (c9c6621083)
- Bug 1247327. Fix WebGL acceptance rates in telemetry. r=milan (de10319664)
- Bug 1254247 - Ignore implicit Expr wrappers due to temporary cleanup in MUST_USE analysis, r=ehsan (8a82e3f718)
- Bug 1254807 - Disambiguate ArrayType for clang trunk static analysis builds; r=jrmuizel (b66c5d68c8)
- Bug 1251587 - Add Windows support to the clang plugin; r=jrmuizel (1c3315fc90)
- Bug 1246334 - Add support for building the clang plugin using clang-cl; r=glandium (bd10930b4c)
- Bug 1253187 - Remove some warnings in clang-plugin tests, r=ehsan (b8e34c2d68)
- Bug 1182727 - Part 15: Build the clang-plugin C test in C11 mode; r=mystor (d0485ed2d0)
- Bug 1182727 - Part 14: Remove the old files that are not needed any more; r=rail (c1ee9d2760)
- Bug 1186517 - Fix SDKProcessor API version detection; r=snorp (4114e1f5a6)
- Bug 1210585 - Avoid fields with same name in class and superclass; r=snorp (3725e92bd0)
- Bug 1186517 - Adjust white spacing in generated files; r=me (8ed50e1b61)
- Bug 1178850 - Make mozilla::jni::Param more intuitive to use; r=snorp (1e0fd30478)
- Bug 1192079 - Use unqualified names when possible; r=snorp (a251ae7d67)
- Bug 1249664 - Save dropped-down state in nsPresState. r=dbaron (734c3ee18b)
- Bug 1256745 - Cancel the DidPaint timer in SetShell(nullptr). r=mattwoodrow (d2a4202512)
- Bug 1238846 (part 1) - Remove some dead code in nsLayoutUtils. r=mattwoodrow. (e6af806e52)
- Bug 1209574 - Generate C++ name for any Java class in chain of declared classes; r=snorp (59263176db)
- Bug 1209574 - Generate constants for non-accessible static final fields; r=snorp (35a2e8ac0f)
- Bug 1210585 - Use equals to compare Class instances; r=snorp (6818273628)
- Bug 1194360 - Remove use of inherited constructors; r=snorp (2b952bf8d1)
- Bug 1244875 - Update binding generator; r=snorp (659ded6d4e)
- Bug 1252414 - Handle lost_context for webgl ClearBuffer*. r=jgilbert (e6728605ff)
- Bug 1228687: ScopedResolveTexturesForDraw needs the context to be current, so make those calls earlier. r=jgilbert (6e731187c5)
- Bug 1247532 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in dom/canvas/. r=jgilbert (d7faec1848)
- Bug 1249483 - Stop filling A with 1.0 on readback from no-alpha. - r=jrmuizel (9bf71fb220)
2024-03-10 20:59:56 +08:00
..