summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPMatt A. Tobin2020-03-31-1/+1
|\
| * Merge pull request #1502 from athenian200/nss348_solarisMoonchild2020-03-31-1/+1
| |\ | | | | | | Un-bust building of NSS after update to 3.48 on Solaris.
| | * Issue #1501 - Un-bust building of NSS after update to 3.48 on Solaris.athenian2002020-03-30-1/+1
| | |
* | | Explicitly remove dist/bin before mozbuild's install_manifests get a hold of itMatt A. Tobin2020-03-31-0/+6
|/ /
* / Issue #1280 - Un-bust certerror pages and ForgetAboutSitewolfbeast2020-03-31-47/+13
|/
* Issue #1280 - Stop requesting HPKP state from within devtools.wolfbeast2020-03-30-2/+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
* Revert "Only state the stop notification for JSDownloads in ↵Matt A. Tobin2020-03-29-3/+1
| | | | | | nsWebBrowserPersist::EndDownload" This reverts commit aa28523a553f5e2553c781081eb21715aedb7eaf.
* Merge pull request #1500 from MoonchildProductions/1280Moonchild2020-03-29-3697/+32
|\ | | | | Remove HPKP
| * Issue #1280 - Part 2: Remove HPKP tests.wolfbeast2020-03-28-1040/+0
| |
| * Issue #1280 - Part 1: Remove HPKP components.wolfbeast2020-03-28-2657/+32
| | | | | | | | | | This also removes leftover plumbing for storing preload information in SiteSecurityService since no service still uses it.
* | Merge pull request #1494 from JustOff/PR_osslice_non_windowsMoonchild2020-03-28-5/+22
|\ \ | | | | | | Fix building `%OS_SLICE%` on non-Windows platforms
| * | Issue #1473 - Fix building `%OS_SLICE%` on non-Windows platformsJustOff2020-03-24-5/+22
| | |
* | | Merge pull request #1472 from JMadgwick/masterMoonchild2020-03-28-15/+39
|\ \ \ | | | | | | | | Fix building on sparc64 Linux
| * | | Issue #1471 - Fix building on sparc64 LinuxJMadgwick2020-03-09-15/+39
| | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPMatt A. Tobin2020-03-28-16/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2020-03-28-1/+1
| |\ \ \ \
| | * | | | Update README.mdNew Tobin Paradigm2020-03-28-1/+1
| | | |_|/ | | |/| |
| * | | | Issue #1497 Revert "Check if there are any unpreprocessed files"wolfbeast2020-03-28-10/+0
| | | | | | | | | | | | | | | | | | | | This reverts PR #429
| * | | | Issue #1497 Revert "MoonchildProductions#1251 - Part 19"wolfbeast2020-03-28-8/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | "Make the unpreprocessed file script work on Solaris." This reverts commit e51afbcc2fe7360bbcf5654f6e31752c48098ca0.
* / / / Teach config.guess to know if we want to build 32 or 64 bit builds on WindowsMatt A. Tobin2020-03-28-0/+7
|/ / /
* | | Issue #1498 - Part 6: Remove STS preloadlist pref.wolfbeast2020-03-27-10/+0
| | |
* | | Issue #1498 - Part 5: Update SSService CID and correct mismatch.wolfbeast2020-03-27-4/+4
| | |
* | | Issue #1498 - Part 4: Remove clearPreloads.wolfbeast2020-03-27-21/+0
| | | | | | | | | | | | Also tag #1280
* | | Issue #1498 - Part 3: Remove support for storing "knockout" values.wolfbeast2020-03-27-10/+4
| | |
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2020-03-27-0/+242
|\ \ \
| * | | Issue #1499 - Re-import ExtensionStorage.jsmMatt A. Tobin2020-03-26-0/+242
| | | |
* | | | Issue #1498 - Part 1: Stop persisting preload states.wolfbeast2020-03-27-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since we don't use preloading anymore for either HPKP or HSTS, we no longer need persistent storage in the profile for preload states. Tag #1280 also
* | | | Issue #1498 - Part 1: Stop using HSTS preload lists.wolfbeast2020-03-27-103881/+8
|/ / /
* | | Take nsSiteSecurityService out of UNIFIED_SOURCESMatt A. Tobin2020-03-25-1/+4
| | | | | | | | | | | | It exceeded the obj file sections limit because of the HSTS preload list so it cannot be built in UNIFIED mode.
* | | Issue #447 - Update HSTS preload listwolfbeast2020-03-24-9018/+14842
| |/ |/|
* | Merge pull request #1492 from dbsoft/PopupWindowFixesNew Tobin Paradigm2020-03-21-20/+51
|\ \ | | | | | | Disable workaround for popup windows on newer versions of Mac OS
| * | Issue #1491 - Part 2: Disable a workaround on macOS 10.14+ for an Apple bug ↵Brian Smith2020-03-21-20/+27
| | | | | | | | | | | | 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-21-0/+24
|/ /
* | Merge pull request #1487 from MoonchildProductions/1467Moonchild2020-03-20-7/+59
|\ \ | | | | | | Make UXP applications capable of using SQLite for NSS instead of DBM
| * | Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.wolfbeast2020-03-19-15/+15
| | | | | | | | | | | | Rename the build config option accordingly.
| * | Issue #1467 - Part 3: Use UTF-8 file paths for NSS-SQL database.wolfbeast2020-03-17-2/+11
| | |
| * | Issue #1467 - Part 2: Make the PBKDF rounds adaptive to choice of NSS dbwolfbeast2020-03-17-5/+12
| | |
| * | Issue #1467 - Part 1b: Fix type and make moz.configure happy.wolfbeast2020-03-17-1/+2
| | |
| * | Issue #1467 - Part 1: Set up conditional NSS-SQL builds.wolfbeast2020-03-16-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-03-19-13/+25
| | |
* | | [DOM] Make sure to exit fullscreen mode if popups are opened or focused.wolfbeast2020-03-18-0/+15
| | |
* | | [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-03-18-302/+4
| | | | | | | | | | | | It's a lot of code with no measurable effect.
* | | [network] Cherry-pick various sctp lib upstream fixes.wolfbeast2020-03-18-9/+24
|/ /
* | Issue #1355 - Make addition of cell border display items depend onwolfbeast2020-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_priorityMoonchild2020-03-15-7/+19
|\ \ | | | | | | Give dynamic SSUAO rules priority over static ones
| * | Issue #1482 - Give dynamic SSUAO rules priority over static onesJustOff2020-03-15-7/+19
| | |
* | | Merge pull request #1486 from MoonchildProductions/1485Moonchild2020-03-15-29/+77
|\ \ \ | | | | | | | | Fix incorrect grid cell sizing to min/max space.
| * | | Issue #1485 - Fix incorrect grid cell sizing to min/max space.wolfbeast2020-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_OBJDIRMatt A. Tobin2020-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