Commit graph

617 commits

Author SHA1 Message Date
Matt A. Tobin
248573ed91 Properly fix crash in nsDownloadManager when repeatedly pausing and resuming a download
This applies only to applications that do not use JSDownloads and is based on Bug 1224326
2020-04-03 09:30:02 +08:00
JMadgwick
1640ee7bc6 Issue #1471 - Fix building on sparc64 Linux
Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64.
This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204.
2020-04-03 09:26:50 +08:00
Matt A. Tobin
6b2664c8c5 Issue #1499 - Re-import ExtensionStorage.jsm 2020-04-03 09:21:07 +08:00
wolfbeast
8778ddfc52 Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.
Rename the build config option accordingly.
2020-04-03 09:14:07 +08:00
wolfbeast
7e3528b551 Issue #1467 - Part 2: Make the PBKDF rounds adaptive to choice of NSS db 2020-04-03 09:13:58 +08:00
Matt A. Tobin
ecbe2bbe25 Issue #1470 - Part 3: Remove now unused update.locale
This requires changes to package-manifest in all applications
2020-03-13 10:16:47 +08:00
Matt A. Tobin
f5579fc786 Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to UpdateUtils.UpdateChannel in telemetry modules 2020-03-13 10:16:45 +08:00
Matt A. Tobin
f38c12f0b4 Issue #1470 - Part 1: Refactor UpdateUtils.jsm 2020-03-13 10:16:43 +08:00
New Tobin Paradigm
9532e6f02e Remove exposed bug from UpdateUtils.jsm 2020-03-05 09:38:34 +08:00
Matt A. Tobin
57552faa1d Issue #251 - Move --disable-dbm to ac configure
Also Tag #1467
2020-03-05 09:38:24 +08:00
Matt A. Tobin
05780821f3 Issue #1053 - Remove android preprocessor directive from toolkit/locales/jar.mn 2020-02-27 07:35:23 +08:00
Matt A. Tobin
678b1ea2ec Issue #1053 - Remove android support from toolkit
Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
2020-02-27 07:32:40 +08:00
Matt A. Tobin
3063a156fb Bug 1339444 - Remove unused resource://gre/modules/sqlite/sqlite_internal.js 2020-02-27 07:32:38 +08:00
Matt A. Tobin
e5bacc6f6e Issue #439 - Remove tests from toolkit/ 2020-02-27 07:32:33 +08:00
Matt A. Tobin
95d5dcd8c5 Reclassify heapsnapshot and nsJSInspector as not part of devtools
This resolves Issue #316
2020-02-27 07:31:01 +08:00
wolfbeast
92d49e3b00 Issue #1383 - Remove "Copy raw data to clipboard" button
This resolves #1383
2020-02-21 07:04:56 +08:00
Matt A. Tobin
11efe7888c Issue #1454 - Add MOZ_PKG_SPECIAL to UpdateUtils 2020-02-21 07:04:54 +08:00
Matt A. Tobin
44da82db2a Issue #1320 - Stop appending cpu arch to the end of %BUILD_TARGET% on Windows in UpdateUtils.jsm 2020-02-18 07:15:11 +08:00
wolfbeast
113362d3b3 Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.
This adds an addition to the environment set up for child processes
(plugin container) so that it may still be able to pass the omni
parameters there as-needed.
2020-02-15 07:03:45 +08:00
wolfbeast
a70bdf58db Revert "Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var."
This reverts commit 2bdbca39b210e3f13ae42ccae36935d30b36eb31.
2020-02-15 07:03:43 +08:00
wolfbeast
e58f92ba6e Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var. 2020-02-14 22:46:06 +08:00
Matt A. Tobin
71bc312d95 Issue #65 - Correct nsHelperAppDlg.js for bad preprocessing conversion 2020-02-13 07:17:34 +08:00
Matt A. Tobin
65b6f50bf4 Issue #65 - Don't split in the middle of assignment statements in createProfileWizard.js 2020-02-08 07:14:46 +08:00
Matt A. Tobin
f66076f04c Issue #65 - Correct fallthough case in profileSelection.js 2020-02-08 07:14:44 +08:00
Matt A. Tobin
71eaa912b7 Issue #65 - Remove AppConstants from toolkit/components/passwordmgr 2020-02-08 07:14:41 +08:00
Matt A. Tobin
5b63deb851 Issue #65 - Remove AppConstants from toolkit/components/alerts 2020-02-08 07:14:39 +08:00
Matt A. Tobin
afa0dd0701 Issue #65 - Remove AppConstants from toolkit/components/places 2020-02-08 07:14:37 +08:00
Matt A. Tobin
ce0c0ee950 Issue #65 - Remove AppConstants from toolkit/components/apppicker 2020-02-08 07:14:35 +08:00
Matt A. Tobin
6dbe4aff96 Issue #65 - Remove AppConstants from toolkit/components/thumbnails 2020-02-08 07:14:33 +08:00
Matt A. Tobin
e0ad4cf19a Issue #65 - Remove AppConstants from toolkit/components/printing 2020-02-08 07:14:31 +08:00
Matt A. Tobin
d28907df2a Issue #65 - Remove AppConstants from toolkit/components/satchel 2020-02-08 07:14:28 +08:00
Matt A. Tobin
0cd01bac24 Issue #65 - Remove AppConstants from toolkit/components/jsdownloads 2020-02-08 07:14:26 +08:00
Matt A. Tobin
f1210b0d9a Issue #65 - Remove AppConstants from toolkit/mozapps/downloads 2020-02-08 07:14:24 +08:00
Matt A. Tobin
905663865e Issue #65 - Remove AppConstants from toolkit/mozapps/extensions 2020-02-08 07:14:20 +08:00
Matt A. Tobin
f77d815b53 Issue #65 - Remove AppConstants from toolkit/mozapps/update 2020-02-08 07:12:32 +08:00
Matt A. Tobin
b358ba2a2c Issue #65 - Remove AppConstants from toolkit/profile 2020-02-08 07:12:30 +08:00
Matt A. Tobin
b244d44891 Issue #1390 - Remove secondscreen modules from toolkit 2020-02-07 08:00:27 +08:00
Matt A. Tobin
cc403750d3 Issue #65 - Remove AppConstants from toolkit/modules
Except for secondscreen
2020-02-07 07:55:51 +08:00
Matt A. Tobin
cf41a9dd87 Issue #65 - Remove AppConstants from toolkit/content 2020-02-07 07:52:36 +08:00
wolfbeast
fced04faa2 Issue #1342 - Remove support for system libvpx 2020-02-07 07:52:18 +08:00
wolfbeast
7f94258c9a Issue #1342 - Remove support for system linbpng 2020-02-07 07:52:11 +08:00
Roy Tam
65ca6d8036 Revert "[WebRequest] Remove AddonManagerPermissions leftovers" 2020-02-07 07:49:44 +08:00
wolfbeast
0070369171 Issue #1342 - Remove support for system NSPR/NSS 2020-01-31 07:44:03 +08:00
wolfbeast
690fb97392 [WebRequest] Remove AddonManagerPermissions leftovers
This was added as part of the WebExtension sec issue CVE-2017-5389.
Since we no longer have this interface, it needed to be removed to
prevent errors in the WebRequest channel callback.
2020-01-31 07:43:09 +08:00
wolfbeast
25ae10aaec Issue #1342 - Remove support for system libevent 2020-01-24 09:36:30 +08:00
Matt A. Tobin
2aca38b372 Issue #1359 - Pointlessly rename greprefs.. again. 2020-01-24 09:28:10 +08:00
wolfbeast
47e85541f1 Fix comments for NSS PBKDF setup (no code change) 2020-01-17 09:17:04 +08:00
Matt A. Tobin
70be4df40f No Issue - Execute the precomplete command on *nix AltPackaging
Windows does not need this as mar generation is dependent on the NSIS Installer which already contains the call
2019-12-10 10:50:31 +08:00
Matt A. Tobin
a4b95f5c0a Issue #1306 - Move bundled fonts to toolkit 2019-12-02 15:46:26 +08:00
wolfbeast
6fe976071e No issue - Clean up libxul mozbuild a little
- Remove delayload dlls from which there are no imports
- Remove leftover MOZ_RUST config bit.
2019-12-02 15:45:59 +08:00