summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1518 from MoonchildProductions/shadowdom-mergeMoonchild2020-04-17-6/+9
|\ | | | | Incremental shadowdom-merge
| * Bug 1377978 - Make nsRange use uint32_t to offsetMatt A. Tobin2020-04-17-6/+9
| | | | | | | | Tag #1375
* | Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use.wolfbeast2020-04-16-14/+0
|/
* Issue #1516 - Part 1: Add a global build define to determine if the client ↵Matt A. Tobin2020-04-14-5/+2
| | | | can draw in the titlebar and update consumers of the local define
* Take files out of preprocessing that no longer require itMatt A. Tobin2020-04-07-15/+7
|
* Follow up to d0eee8f01 - Run precomplete cmd during package stagingMatt A. Tobin2020-04-07-1/+1
|
* Align mar generation on Windows with other platformsMatt A. Tobin2020-04-07-4/+1
| | | | This makes mar generation dependent on packaging not installer
* Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/wolfbeast2020-04-03-1/+1
|
* Issue #65 - Fix unprocessed directives in WebRequest.jsmJustOff2020-04-01-1/+1
|
* Issue #1280 - Un-bust certerror pages and ForgetAboutSitewolfbeast2020-03-31-4/+3
|
* Properly fix crash in nsDownloadManager when repeatedly pausing and resuming ↵Matt A. Tobin2020-03-29-1/+4
| | | | | | a download This applies only to applications that do not use JSDownloads and is based on Bug 1224326
* Merge pull request #1472 from JMadgwick/masterMoonchild2020-03-28-1/+1
|\ | | | | Fix building on sparc64 Linux
| * Issue #1471 - Fix building on sparc64 LinuxJMadgwick2020-03-09-1/+1
| | | | | | | | | | 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.
* | Issue #1499 - Re-import ExtensionStorage.jsmMatt A. Tobin2020-03-26-0/+242
| |
* | Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.wolfbeast2020-03-19-1/+1
| | | | | | | | Rename the build config option accordingly.
* | Issue #1467 - Part 2: Make the PBKDF rounds adaptive to choice of NSS dbwolfbeast2020-03-17-5/+12
| |
* | Issue #1470 - Part 3: Remove now unused update.localeMatt A. Tobin2020-03-05-5/+0
| | | | | | | | This requires changes to package-manifest in all applications
* | Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to ↵Matt A. Tobin2020-03-05-3/+3
| | | | | | | | UpdateUtils.UpdateChannel in telemetry modules
* | Issue #1470 - Part 1: Refactor UpdateUtils.jsmMatt A. Tobin2020-03-05-229/+85
|/
* Remove exposed bug from UpdateUtils.jsmNew Tobin Paradigm2020-03-04-6/+0
|
* Revert "Issue #190 - Part 1: Remove XP_IOS conditional code"Matt A. Tobin2020-02-28-0/+24
| | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02.
* Issue #190 - Part 1: Remove XP_IOS conditional codeMatt A. Tobin2020-02-28-24/+0
|
* Issue #251 - Move --disable-dbm to ac configureMatt A. Tobin2020-02-28-18/+0
| | | | Also Tag #1467
* No Issue - Always build marionette until it can be tracked down and killedMatt A. Tobin2020-02-26-1/+1
|
* Issue #1053 - Remove android preprocessor directive from toolkit/locales/jar.mnMatt A. Tobin2020-02-25-2/+0
|
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25-2315/+105
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Bug 1339444 - Remove unused resource://gre/modules/sqlite/sqlite_internal.jsMatt A. Tobin2020-02-25-331/+0
|
* Issue #439 - Remove tests from toolkit/Matt A. Tobin2020-02-25-246988/+95
|
* Reclassify heapsnapshot and nsJSInspector as not part of devtoolsMatt A. Tobin2020-02-22-2/+3
| | | | This resolves Issue #316
* Issue #1383 - Remove "Copy raw data to clipboard" buttonwolfbeast2020-02-20-47/+0
| | | | This resolves #1383
* Merge pull request #1455 from JustOff/issue1445_details_urlMoonchild2020-02-19-0/+10
|\ | | | | Add a link to details on using Firefox extensions in Pale Moon
| * Issue #1445 - Add a link to details on using Firefox extensions in Pale MoonJustOff2020-02-19-0/+10
| |
* | Issue #1454 - Add MOZ_PKG_SPECIAL to UpdateUtilsMatt A. Tobin2020-02-19-0/+5
|/
* Issue #1445 - strings cleanupJustOff2020-02-19-4/+1
|
* Issue #1445 - remove redundant nativeIndicatorwolfbeast2020-02-19-21/+0
| | | | This resolves #1445
* Issue #1320 - Stop appending cpu arch to the end of %BUILD_TARGET% on ↵Matt A. Tobin2020-02-17-3/+0
| | | | Windows in UpdateUtils.jsm
* Issue #1445 - Use the detailed string also in the list entries.wolfbeast2020-02-17-1/+1
|
* Issue #1446 - Only match extension add-on types for target applications.wolfbeast2020-02-17-6/+9
| | | | This resolves #1446
* Issue #1446 - Only allow extension add-on types for Firefox compat mode.wolfbeast2020-02-17-2/+2
|
* Issue #1445 - Clarify the status of extensions in the Add-On managerwolfbeast2020-02-16-3/+51
| | | | This resolves #1445.
* Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.wolfbeast2020-02-14-34/+38
| | | | | | 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.
* Revert "Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var."wolfbeast2020-02-14-38/+34
| | | | This reverts commit 2bdbca39b210e3f13ae42ccae36935d30b36eb31.
* Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.wolfbeast2020-02-14-34/+38
|
* Issue #65 - Correct nsHelperAppDlg.js for bad preprocessing conversionMatt A. Tobin2020-02-09-34/+36
|
* Merge pull request #1394 from MoonchildProductions/appconst-workMoonchild2020-02-07-399/+428
|\ | | | | The rest of removing AppConstants for Platform
| * Issue #65 - Don't split in the middle of assignment statements in ↵Matt A. Tobin2020-02-07-3/+2
| | | | | | | | createProfileWizard.js
| * Issue #65 - Correct fallthough case in profileSelection.jsMatt A. Tobin2020-02-07-1/+1
| |
| * Issue #65 - Remove AppConstants from toolkit/components/passwordmgrMatt A. Tobin2020-02-06-18/+20
| |
| * Issue #65 - Remove AppConstants from toolkit/components/alertsMatt A. Tobin2020-02-06-5/+9
| |
| * Issue #65 - Remove AppConstants from toolkit/components/placesMatt A. Tobin2020-02-06-3/+7
| |