summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update tzdata resource fileswolfbeast2019-06-15-974/+999
|
* Update `update-tzdata.sh` to use git instead of svn, and not try towolfbeast2019-06-15-21/+19
| | | | auto-commit with hg.
* Update ICU to 58.3wolfbeast2019-06-15-3278/+3434
| | | | | | | - This adds the new Japanese ascension era (Reiwa) - This updates timezone data to 2019a - Updated script for git instead of SVN - Regenerated locale data
* Add Yandex (ru) search pluginwolfbeast2019-06-12-0/+14
|
* Add Atomics.notify instead of Atomics.wake according to revised spec.wolfbeast2019-06-12-34/+30
| | | | | - Keep .wake as an alias until we're certain it can be removed. - Enable SAB memory
* Remove e10s force-enable/-disable prefs and a11y considerations forwolfbeast2019-06-07-93/+3
| | | | | | starting in e10s mode. This resolves #1130
* Improve `origin-clean` algorithm based on our previous changes.wolfbeast2019-06-05-0/+6
| | | | | - Instead of trying the failing refactored Mozilla way, simply add a check where needed building on what was put in place previously.
* Revert "Improve origin-clean algorithm"wolfbeast2019-06-04-41/+39
| | | | This reverts commit e69b3f567c4b8957cc09ba4359e84939f77781c5.
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPMatt A. Tobin2019-05-29-8420/+16368
|\
| * [WebGL] Enable size limit on Linux.wolfbeast2019-05-29-1/+1
| | | | | | | | | | | | Some drivers on Linux are not supportive of very large allocation sizes (esp. applicable to Linux x86 builds of UXP applications) and could cause issues. Treat this the same way we already do on Mac/Darwin.
| * Treat *.jnlp as an executable class file, like *.jarwolfbeast2019-05-29-0/+1
| |
| * Make nsFind::Find actually use a string type as input.wolfbeast2019-05-29-22/+4
| | | | | | | | Futureproofing follow-up to b89570e31cfb84449241e363a595540b8810c217
| * Fix #1091 deprotwolfbeast2019-05-29-0/+2
| |
| * Perform a size check when dealing with clipboard data to be sure.wolfbeast2019-05-29-6/+10
| | | | | | | | Follow-up to 0b6d9a47051be9ef4d064c6f7c60717da91d0bc2
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2019-05-28-8368/+16300
| |\
| | * Update HSTS preload listwolfbeast2019-05-28-8368/+16300
| | | | | | | | | | | | Tag #447
| * | Improve efficiency of (C++) heap allocations related towolfbeast2019-05-28-14/+24
| | | | | | | | | | | | | | | | | | BytecodeEmitter::code. While there, also add some sanity checks and clean up code.
| * | Tweak some NSPR variables for Darwin.Jed Davis2019-05-28-0/+2
| | |
| * | Make extra sure Compositables don't refer back to layers after reassignment.wolfbeast2019-05-28-5/+19
| | |
| * | Disallow res external protocol handler.wolfbeast2019-05-28-0/+1
| | |
| * | Ensure we AddRef prior to early return in MediaType::Assign.wolfbeast2019-05-28-4/+4
| |/
* | [Pale Moon] Update the check for updates menu item logic for already staged ↵Matt A. Tobin2019-05-29-1/+1
| | | | | | | | automatic updates
* | Show the update UI instantly instead of after 10 minutes of inactivityMatt A. Tobin2019-05-29-9/+4
|/
* Improve origin-clean algorithmwolfbeast2019-05-27-39/+41
|
* Port an upstream Skia fix.wolfbeast2019-05-27-2/+3
|
* [places] Prevent some abuse of smart queries.wolfbeast2019-05-26-4/+14
|
* [Pale Moon] Fix event.stopPropagation is not defined when clicking the ↵Matt A. Tobin2019-05-25-1/+1
| | | | show/hide tiles on about:newtab
* Merge pull request #1122 from adeshkp/remove-newtab-basiliskNew Tobin Paradigm2019-05-25-5067/+16
|\ | | | | Remove code for sponsored "enhanced" tiles in NewTab page
| * Issue #246 - Remove "enhanced" newtab code from Pale Moonadeshkp2019-05-25-69/+2
| |
| * Issue #246 - Remove "enhanced" newtab code from toolkitadeshkp2019-05-25-41/+1
| |
| * Issue #246 - Remove more of compact mode and newtab junk from Basiliskadeshkp2019-05-25-229/+6
| |
| * Issue #246 - Revert "Revert "Remove unwanted newtab page code""adeshkp2019-05-25-4728/+7
| | | | | | | | | | | | | | | | | | | | Page thumbnails hiccups seem to have resolved, so it can be landed again. This reverts commit 51792b31a36b9539fdd1b4b85abe486c1652b6c4. Conflicts: application/basilisk/modules/DirectoryLinksProvider.jsm
* | Bump platform version for primarily #1112 and #1061wolfbeast2019-05-25-1/+1
| |
* | Add commit message style guidelines (#1117)New Tobin Paradigm2019-05-25-0/+42
| | | | | | | | | | | | | | | | * Add commit message style guidelines * Revise commit message style perposal * Grammar * Last bit * Use a space
* | Merge pull request #1119 from win7-7/NodeInfoManager-local-cacheMoonchild2019-05-25-2/+32
|\ \ | | | | | | NodeInfoManager should use a local cache
| * | NodeInfoManager should use a local cachewin7-72019-05-25-2/+32
| |/ | | | | issue #1111
* | Merge pull request #1121 from win7-7/nsHtml5PortabilitylocalEqualsBuffer-prMoonchild2019-05-25-10/+10
|\ \ | | | | | | Use memcmp in nsHtml5Portability::localEqualsBuffer
| * | use memcmp for nsIAtom Equals to improve performance parser/html win7-72019-05-25-1/+1
| | | | | | | | | issue MoonchildProductions#1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
| * | use memcmp for nsIAtom Equals to improve performance xpcom/ds win7-72019-05-25-9/+9
| |/ | | | | issue #1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
* | [media] Rewrite AudioConverter::DownmixAudiowolfbeast2019-05-25-46/+62
| | | | | | | | | | - Structure the code better - Directly downmix to mono from multichannel
* | [Basilisk/Pale Moon] Update region.properties.wolfbeast2019-05-25-19/+12
| | | | | | | | | | | | - Fix incorrect goanna prefix - Remove dead/insecure 30boxes service for webcal - Add preset order for Ecosia
* | Avoid some useless ForgetSkippable handling while we're already dealingwolfbeast2019-05-25-0/+5
| | | | | | | | with snow-white objects.
* | [IndexedDB] Call SendFailureResult if the actor has been destroyed.wolfbeast2019-05-25-20/+26
| | | | | | | | | | | | | | | | | | | | Normally we wouldn't need to send any notifications if the actor was already destroyed, but it can be a VersionChangeOp which needs to notify its parent operation (OpenDatabaseOp) about the failure. So SendFailureResult needs to be called even when the actor was destroyed. Normal operations redundantly check if the actor was destroyed in SendSuccessResult and SendFailureResult, therefore it's ok to call it in all cases here.
* | [js, ARM] Always check error return from BufferOffset::diffB.Lars T Hansen2019-05-25-2/+10
| | | | | | | | | | | | | | We were missing error checks at two points. In one case an error return is meaningful; in another case it is not, as the problem should have been guarded against at a higher level by emitting far jump islands soon enough during pasteup of compiled code.
* | [libpng] Backport an upstream libpng patch.wolfbeast2019-05-25-2/+1
| |
* | Make nsFind::Find handle empty string searches.wolfbeast2019-05-25-0/+5
|/
* Merge pull request #1115 from win7-7/NS_Atomize-cacheMoonchild2019-05-25-21/+74
|\ | | | | Add NS_Atomize cache for main thread use
| * change for nsNodeInfoManager.cppwin7-72019-05-25-1/+1
| | | | | | based to patch for https://bugzilla.mozilla.org/show_bug.cgi?id=1352235 v1 add main thread only cache.
| * Add missing NS_AtomizeMainThread(nameToUse);win7-72019-05-24-1/+1
| | | | | | nsCOMPtr<nsIAtom> nameAtom = NS_AtomizeMainThread(nameToUse);
| * make HTML parser to use faster atomization in main threadwin7-72019-05-24-1/+1
| |