summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.wolfbeast2020-04-14-15/+15
| | | | Rename the build config option accordingly.
* Issue #1467 - Part 3: Use UTF-8 file paths for NSS-SQL database.wolfbeast2020-04-14-2/+11
|
* Issue #1467 - Part 2: Make the PBKDF rounds adaptive to choice of NSS dbwolfbeast2020-04-14-5/+12
|
* Issue #1467 - Part 1b: Fix type and make moz.configure happy.wolfbeast2020-04-14-1/+2
|
* Issue #1467 - Part 1: Set up conditional NSS-SQL builds.wolfbeast2020-04-14-0/+35
| | | | | | | - Adds buildconfig option --enable-nss-sqlstore - Prefixes NSS dbinit with either sql: or dbm: depending on config - Pre-initializes mozStorage when NSS-SQL storage is used to prevent an sqlite3_config race in NSS Init
* [devtools] Properly escape method arguments for curl.wolfbeast2020-04-14-13/+25
|
* [DOM] Make sure to exit fullscreen mode if popups are opened or focused.wolfbeast2020-04-14-0/+15
|
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-04-14-302/+4
| | | | It's a lot of code with no measurable effect.
* [network] Cherry-pick various sctp lib upstream fixes.wolfbeast2020-04-14-9/+24
|
* Issue #1355 - Make addition of cell border display items depend onwolfbeast2020-04-14-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.
* Issue #1482 - Give dynamic SSUAO rules priority over static onesJustOff2020-04-14-7/+19
|
* Issue #1485 - Fix incorrect grid cell sizing to min/max space.wolfbeast2020-04-14-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_OBJDIRMatt A. Tobin2020-04-14-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
* Issue #1480 - Skip abspos, fixed, float and placeholders for outline.wolfbeast2020-04-14-2/+12
|
* Issue #1053 - Remove no longer used function and modules from ↵JustOff2020-04-14-30/+0
| | | | `UserAgentUpdates.jsm`
* Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS infoJustOff2020-04-14-1/+4
|
* Minor update to UXP coding style guideline.wolfbeast2020-04-14-1/+7
|
* Update README.mdNew Tobin Paradigm2020-04-14-0/+3
|
* Issue #1474 - Prevent the cp detection from starting if preffed off.wolfbeast2020-04-14-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.wolfbeast2020-04-14-0/+35
|
* Update UXP coding style guide JS guide.wolfbeast2020-04-14-6/+13
|
* Issue #1470 - Part 3: Remove now unused update.localeMatt A. Tobin2020-04-14-7/+0
| | | | This requires changes to package-manifest in all applications
* Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to ↵Matt A. Tobin2020-04-14-3/+3
| | | | UpdateUtils.UpdateChannel in telemetry modules
* Issue #1470 - Part 1: Refactor UpdateUtils.jsmMatt A. Tobin2020-04-14-229/+85
|
* Update UXP coding style guide with JS guide.wolfbeast2020-04-14-8/+202
|
* Remove exposed bug from UpdateUtils.jsmNew Tobin Paradigm2020-04-14-6/+0
|
* Issue #1053 - Remove android-only skia-npapiMatt A. Tobin2020-04-14-734/+0
|
* Issue #1053 - Remove android support from nsNSSComponent.cppMatt A. Tobin2020-04-14-61/+17
|
* Issue #251 - Move --disable-dbm to ac configureMatt A. Tobin2020-04-14-18/+18
| | | | Also Tag #1467
* Remove unused mailnews.mozbuildMatt A. Tobin2020-04-14-16/+0
|
* Mork is not dependent on dbm and never was.Matt A. Tobin2020-04-14-6/+5
|
* Correct typo in mailnews/base/src/moz.buildMatt A. Tobin2020-04-14-1/+1
|
* Issue #1319 - Remove EARLY_BETA_OR_EARLIER conditionMatt A. Tobin2020-04-14-32/+1
|
* Issue #1465 - Implement optional catch binding.wolfbeast2020-04-14-76/+118
|
* Revert "Issue #1355 - Better way to create display items for column backgrounds"wolfbeast2020-04-14-1054/+830
| | | | This reverts commit 44c47c50388f526c2d134e16d5debebe94a0faf8.
* Revert "Layout\reftests\table-background\reftest.list should have only ↵wolfbeast2020-04-14-15/+15
| | | | | | additions to the end of it." This reverts commit efdc2af8ab06c50b85e584ef15deab73b66bec6d.
* [DOM] Add a null checkwolfbeast2020-04-14-1/+1
|
* No Issue - Always build marionette until it can be tracked down and killedMatt A. Tobin2020-04-14-1/+1
|
* Layout\reftests\table-background\reftest.list should have only additions to ↵win7-72020-04-14-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 backgroundswin7-72020-04-14-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.
* Issue #1053 - Remove android preprocessor directive from toolkit/locales/jar.mnMatt A. Tobin2020-04-14-2/+0
|
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-04-14-102/+1545
| | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned.
* Revert #1137 - Remove unboxed arrayswolfbeast2020-04-14-630/+3543
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Revert "Issue #1382 - Remove invalid assertion."wolfbeast2020-04-14-9/+8
| | | | This reverts commit 9c6a8450b3e96442035b84025b0dd13be3a9e5f8.
* Revert #1142 - Remove unboxed objectswolfbeast2020-04-14-75/+3400
| | | | - accounting for removal of watch()/unwatch()
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-04-14-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-04-14-331/+0
|
* Issue #439 - Remove tests from toolkit/Matt A. Tobin2020-04-14-246988/+95
|
* Issue #1053 - Remove android support from dbMatt A. Tobin2020-04-14-8/+1
|
* Issue #1053 - Remove android support from docshellMatt A. Tobin2020-04-14-24/+0
|