Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert "Issue #1445 - Clarify the status of extensions in the Add-On manager" | wolfbeast | 2020-03-19 | -51/+3 |
| | | | | This reverts commit f107de8a9051489a7cb786ff0106d8f3ab046ca8. | |||
* | Revert "Issue #1446 - Only allow extension add-on types for Firefox compat ↵ | wolfbeast | 2020-03-19 | -2/+2 |
| | | | | | | mode." This reverts commit e8417acbff563634f11f25461d953b951caac056. | |||
* | Revert "Issue #1446 - Only match extension add-on types for target ↵ | wolfbeast | 2020-03-19 | -9/+6 |
| | | | | | | applications." This reverts commit 4889e6dbbd2e13e778e7a244e7834ffc881e7a80. | |||
* | Revert "Issue #1445 - Use the detailed string also in the list entries." | wolfbeast | 2020-03-19 | -1/+1 |
| | | | | This reverts commit ac68f8cf6c0a03a4a190ab2b560b01eeb14fa561. | |||
* | Revert "Issue #1445 - remove redundant nativeIndicator" | wolfbeast | 2020-03-19 | -0/+21 |
| | | | | This reverts commit 2073a7f1c98d37b03648a4b33619e5b03f8dfeda. | |||
* | Revert "Issue #1445 - Add a link to details on using Firefox extensions in ↵ | wolfbeast | 2020-03-19 | -10/+0 |
| | | | | | | Pale Moon" This reverts commit c220c30bbb25015d85bd243a6445ca84401297a9. | |||
* | Revert "Issue #1445 - strings cleanup" | wolfbeast | 2020-03-19 | -1/+4 |
| | | | | This reverts commit 461a9e86b22277285553f0e75bcce353c55bf69d. | |||
* | [DOM] Make sure to exit fullscreen mode if popups are opened or focused. | wolfbeast | 2020-03-18 | -0/+15 |
| | ||||
* | [js] Remove pointless MakeMRegExpHoistable optimization. | wolfbeast | 2020-03-18 | -302/+4 |
| | | | | It's a lot of code with no measurable effect. | |||
* | [network] Cherry-pick various sctp lib upstream fixes. | wolfbeast | 2020-03-18 | -9/+24 |
| | ||||
* | Issue #1355 - Make addition of cell border display items depend on | wolfbeast | 2020-03-16 | -4/+112 |
| | | | | | | | | 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_priority | Moonchild | 2020-03-15 | -7/+19 |
|\ | | | | | Give dynamic SSUAO rules priority over static ones | |||
| * | Issue #1482 - Give dynamic SSUAO rules priority over static ones | JustOff | 2020-03-15 | -7/+19 |
| | | ||||
* | | Merge pull request #1486 from MoonchildProductions/1485 | Moonchild | 2020-03-15 | -29/+77 |
|\ \ | | | | | | | Fix incorrect grid cell sizing to min/max space. | |||
| * | | Issue #1485 - Fix incorrect grid cell sizing to min/max space. | wolfbeast | 2020-03-13 | -29/+77 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_OBJDIR | Matt A. Tobin | 2020-03-13 | -0/+7 |
|/ | | | | | * 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/1480 | Moonchild | 2020-03-11 | -2/+12 |
|\ | | | | | Skip abspos, fixed, float and placeholders for outline. | |||
| * | Issue #1480 - Skip abspos, fixed, float and placeholders for outline. | wolfbeast | 2020-03-11 | -2/+12 |
| | | ||||
* | | Merge pull request #1479 from JustOff/PR_uau_cleanup | Moonchild | 2020-03-11 | -30/+0 |
|\ \ | | | | | | | Remove no longer used function and modules from UserAgentUpdates.jsm | |||
| * | | Issue #1053 - Remove no longer used function and modules from ↵ | JustOff | 2020-03-11 | -30/+0 |
|/ / | | | | | | | `UserAgentUpdates.jsm` | |||
* | | Merge pull request #1476 from JustOff/PR_ssuao_os_slice | New Tobin Paradigm | 2020-03-10 | -1/+4 |
|\ \ | |/ |/| | Add `%OS_SLICE%` macro to SSUAO to refine OS info | |||
| * | Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS info | JustOff | 2020-03-10 | -1/+4 |
| | | ||||
* | | Minor update to UXP coding style guideline. | wolfbeast | 2020-03-10 | -1/+7 |
| | | ||||
* | | Update README.md | New Tobin Paradigm | 2020-03-09 | -0/+3 |
| | | ||||
* | | Issue #1474 - Prevent the cp detection from starting if preffed off. | wolfbeast | 2020-03-07 | -4/+4 |
| | | | | | | | | | | | | | | | | 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. | wolfbeast | 2020-03-07 | -0/+35 |
| | | ||||
* | | Update UXP coding style guide JS guide. | wolfbeast | 2020-03-06 | -6/+13 |
| | | ||||
* | | Merge branch 'updateutils-work' | Matt A. Tobin | 2020-03-06 | -239/+88 |
|\ \ | ||||
| * | | Issue #1470 - Part 3: Remove now unused update.locale | Matt A. Tobin | 2020-03-05 | -7/+0 |
| | | | | | | | | | | | | This requires changes to package-manifest in all applications | |||
| * | | Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to ↵ | Matt A. Tobin | 2020-03-05 | -3/+3 |
| | | | | | | | | | | | | UpdateUtils.UpdateChannel in telemetry modules | |||
| * | | Issue #1470 - Part 1: Refactor UpdateUtils.jsm | Matt A. Tobin | 2020-03-05 | -229/+85 |
| |/ | ||||
* / | Update UXP coding style guide with JS guide. | wolfbeast | 2020-03-06 | -8/+202 |
|/ | ||||
* | Remove exposed bug from UpdateUtils.jsm | New Tobin Paradigm | 2020-03-04 | -6/+0 |
| | ||||
* | Revert "Issue #190 - Part 1: Remove XP_IOS conditional code" | Matt A. Tobin | 2020-02-28 | -6/+79 |
| | | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02. | |||
* | Issue #190 - Part 1: Remove XP_IOS conditional code | Matt A. Tobin | 2020-02-28 | -79/+6 |
| | ||||
* | Issue #1053 - Remove android-only skia-npapi | Matt A. Tobin | 2020-02-28 | -734/+0 |
| | ||||
* | Issue #1053 - Remove android support from nsNSSComponent.cpp | Matt A. Tobin | 2020-02-28 | -61/+17 |
| | ||||
* | Issue #251 - Move --disable-dbm to ac configure | Matt A. Tobin | 2020-02-28 | -18/+18 |
| | | | | Also Tag #1467 | |||
* | Remove unused mailnews.mozbuild | Matt A. Tobin | 2020-02-28 | -16/+0 |
| | ||||
* | Mork is not dependent on dbm and never was. | Matt A. Tobin | 2020-02-28 | -6/+5 |
| | ||||
* | Correct typo in mailnews/base/src/moz.build | Matt A. Tobin | 2020-02-28 | -1/+1 |
| | ||||
* | Issue #1319 - Remove EARLY_BETA_OR_EARLIER condition | Matt A. Tobin | 2020-02-28 | -32/+1 |
| | ||||
* | Issue #1465 - Implement optional catch binding. | wolfbeast | 2020-02-27 | -76/+118 |
| | ||||
* | Revert "Issue #1355 - Better way to create display items for column backgrounds" | wolfbeast | 2020-02-26 | -1054/+830 |
| | | | | This reverts commit 44c47c50388f526c2d134e16d5debebe94a0faf8. | |||
* | Revert "Layout\reftests\table-background\reftest.list should have only ↵ | wolfbeast | 2020-02-26 | -15/+15 |
| | | | | | | additions to the end of it." This reverts commit efdc2af8ab06c50b85e584ef15deab73b66bec6d. | |||
* | [DOM] Add a null check | wolfbeast | 2020-02-26 | -1/+1 |
| | ||||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | Matt A. Tobin | 2020-02-26 | -815/+1039 |
|\ | ||||
| * | Merge pull request #1463 from win7-7/column-backgrounds-pr | Moonchild | 2020-02-26 | -815/+1039 |
| |\ | | | | | | | Better way to create display items for column backgrounds | |||
| | * | Layout\reftests\table-background\reftest.list should have only additions to ↵ | win7-7 | 2020-02-26 | -15/+15 |
| | | | | | | | | | | | | | | | | | | the end of it. Layout\reftests\table-background\reftest.list should have only additions to the end of it. Revert incorrect additions. | |||
| | * | Issue #1355 - Better way to create display items for column backgrounds | win7-7 | 2020-02-25 | -830/+1054 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part 1: Remove current table item, as it's never set. Part 2: Get rid of generic table painting code, and handle each class separately. Part 4: Hoist outline skipping into col(group) frame code. Part 5: Skip box-shadow for table column and column groups. Part 6: Store column and column group backgrounds separately, and then append them before the rest of the table contents. Part 7: Pass rects in display list coordinates to AppendBackgroundItemsToTop. Part 8: Create column and column group background display items as part of the cell's BuildDisplayList. Part 9: Used cached values instead of calling nsDisplayListBuilder::ToReferenceFrame when possible, since it can be expensive when the requested frame isn't the builder's current frame. Part 10: Make sure we build display items for table parts where only the normal position is visible, since we may need to create background items for ancestors at that position. Part 11: Create an AutoBuildingDisplayList when we create background items for table columns and column groups, so that we initialize the invalidation state correctly. |