summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* [js] Handle functions with rest parameters in isObservableArgumentSlot.RELBASE_2020040828.9-platform-oldJan de Mooij2020-04-08
|
* [Docshell] Ensure nsDocShell::mContentViewer is released properly.wolfbeast2020-04-08
|
* Issue #1505 - Rebuild application version stringwolfbeast2020-04-05
| | | | | | | To respond dynamically to the pref change, the mAppVersion string needs to be rebuilt. Includes some minor improvements for corner cases and removes leftover b2g junk.
* Issue #1507 - Remove nsRefreshDriver's use of high res system timers.wolfbeast2020-04-05
| | | | | | | Since we are using vsync for timing anyway in the layout refresh driver, there is no need to bump the system timer resolution down to 1 ms. This resolves #1507.
* Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/wolfbeast2020-04-05
|
* Issue #65 - Fix unprocessed directives in WebRequest.jsmJustOff2020-04-05
|
* Issue #1499 - Re-import ExtensionStorage.jsmMatt A. Tobin2020-03-27
|
* Revert "Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS info"RELBASE_20200324wolfbeast2020-03-24
| | | | This reverts commit 3c8bc3da7cd537680288e8b870c21e1ae789a541.
* Revert "Issue #1482 - Give dynamic SSUAO rules priority over static ones"wolfbeast2020-03-24
| | | | This reverts commit a20f208834b87dfdd10dee3267056a8492a2b649.
* Issue #1491 - Part 2: Disable a workaround on macOS 10.14+ for an Apple bug ↵Brian Smith2020-03-22
| | | | described in Mozilla bug 378645 involving popup windows that was fixed by Apple.
* Issue #1491 - Part 1: Update nsCocoaFeatures for newer versions of MacOS X.Brian Smith2020-03-22
|
* [devtools] Properly escape method arguments for curl.wolfbeast2020-03-19
|
* Revert "Issue #1445 - Clarify the status of extensions in the Add-On manager"wolfbeast2020-03-19
| | | | This reverts commit f107de8a9051489a7cb786ff0106d8f3ab046ca8.
* Revert "Issue #1446 - Only allow extension add-on types for Firefox compat ↵wolfbeast2020-03-19
| | | | | | mode." This reverts commit e8417acbff563634f11f25461d953b951caac056.
* Revert "Issue #1446 - Only match extension add-on types for target ↵wolfbeast2020-03-19
| | | | | | applications." This reverts commit 4889e6dbbd2e13e778e7a244e7834ffc881e7a80.
* Revert "Issue #1445 - Use the detailed string also in the list entries."wolfbeast2020-03-19
| | | | This reverts commit ac68f8cf6c0a03a4a190ab2b560b01eeb14fa561.
* Revert "Issue #1445 - remove redundant nativeIndicator"wolfbeast2020-03-19
| | | | This reverts commit 2073a7f1c98d37b03648a4b33619e5b03f8dfeda.
* Revert "Issue #1445 - Add a link to details on using Firefox extensions in ↵wolfbeast2020-03-19
| | | | | | Pale Moon" This reverts commit c220c30bbb25015d85bd243a6445ca84401297a9.
* Revert "Issue #1445 - strings cleanup"wolfbeast2020-03-19
| | | | This reverts commit 461a9e86b22277285553f0e75bcce353c55bf69d.
* [DOM] Make sure to exit fullscreen mode if popups are opened or focused.wolfbeast2020-03-18
|
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-03-18
| | | | It's a lot of code with no measurable effect.
* [network] Cherry-pick various sctp lib upstream fixes.wolfbeast2020-03-18
|
* Issue #1355 - Make addition of cell border display items depend onwolfbeast2020-03-16
| | | | | | | | whether they should be drawn. This reduces the size of display lists for tables by only adding display list items that are actually going to be visibly drawn, which will help overall performance of table drawing.
* Merge pull request #1484 from JustOff/PR_ssuao_priorityMoonchild2020-03-15
|\ | | | | Give dynamic SSUAO rules priority over static ones
| * Issue #1482 - Give dynamic SSUAO rules priority over static onesJustOff2020-03-15
| |
* | Merge pull request #1486 from MoonchildProductions/1485Moonchild2020-03-15
|\ \ | | | | | | Fix incorrect grid cell sizing to min/max space.
| * | Issue #1485 - Fix incorrect grid cell sizing to min/max space.wolfbeast2020-03-13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were actually two separate logical errors in this method: The first part is that "origSizes.isSome()" is simply a bogus requirement for applying min/max-sizes here. I'm still keeping the optimization of not needlessly copying the mSizes array (as originally intended) since it's a quite common case. The second bug is that min/max-sizes were only applied under the "if (fr != 0.0f)" block. This is bogus since the calculated 'fr' value depends on 'aAvailableSize' which might change by applying min/max-sizes and thus 'fr' could become non-zero in the second round. To fix, this patch just moves "applyMinMax" block out one level.
* / Issue #1477 - Fix finding config.guess on builds not using MOZ_OBJDIRMatt A. Tobin2020-03-13
|/ | | | | * So far this seems to only affect Macintosh builds but other unix builds may be affected. Windows doesn't seem to be. * This maintains consistency with other one-off file invocations and backwards compatibility with older comm setups
* Merge pull request #1481 from MoonchildProductions/1480Moonchild2020-03-11
|\ | | | | Skip abspos, fixed, float and placeholders for outline.
| * Issue #1480 - Skip abspos, fixed, float and placeholders for outline.wolfbeast2020-03-11
| |
* | Merge pull request #1479 from JustOff/PR_uau_cleanupMoonchild2020-03-11
|\ \ | | | | | | Remove no longer used function and modules from UserAgentUpdates.jsm
| * | Issue #1053 - Remove no longer used function and modules from ↵JustOff2020-03-11
|/ / | | | | | | `UserAgentUpdates.jsm`
* | Merge pull request #1476 from JustOff/PR_ssuao_os_sliceNew Tobin Paradigm2020-03-10
|\ \ | |/ |/| Add `%OS_SLICE%` macro to SSUAO to refine OS info
| * Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS infoJustOff2020-03-10
| |
* | Minor update to UXP coding style guideline.wolfbeast2020-03-10
| |
* | Update README.mdNew Tobin Paradigm2020-03-09
| |
* | Issue #1474 - Prevent the cp detection from starting if preffed off.wolfbeast2020-03-07
| | | | | | | | | | | | | | | | When setting up connectivity, e.g. with new network detection, the pref wouldn't be checked (or honored), resulting in spurious startup calls despite being preffed off. This fixes that. Resolves #1474
* | Update UXP coding style guide JS guide.wolfbeast2020-03-07
| |
* | Update UXP coding style guide JS guide.wolfbeast2020-03-06
| |
* | Merge branch 'updateutils-work'Matt A. Tobin2020-03-06
|\ \
| * | Issue #1470 - Part 3: Remove now unused update.localeMatt A. Tobin2020-03-05
| | | | | | | | | | | | This requires changes to package-manifest in all applications
| * | Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to ↵Matt A. Tobin2020-03-05
| | | | | | | | | | | | UpdateUtils.UpdateChannel in telemetry modules
| * | Issue #1470 - Part 1: Refactor UpdateUtils.jsmMatt A. Tobin2020-03-05
| |/
* / Update UXP coding style guide with JS guide.wolfbeast2020-03-06
|/
* Remove exposed bug from UpdateUtils.jsmNew Tobin Paradigm2020-03-04
|
* Revert "Issue #190 - Part 1: Remove XP_IOS conditional code"Matt A. Tobin2020-02-28
| | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02.
* Issue #190 - Part 1: Remove XP_IOS conditional codeMatt A. Tobin2020-02-28
|
* Issue #1053 - Remove android-only skia-npapiMatt A. Tobin2020-02-28
|
* Issue #1053 - Remove android support from nsNSSComponent.cppMatt A. Tobin2020-02-28
|
* Issue #251 - Move --disable-dbm to ac configureMatt A. Tobin2020-02-28
| | | | Also Tag #1467