summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Remove and clean up more code.wolfbeast2019-06-18-88/+26
* Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.wolfbeast2019-06-18-77/+70
* Clean up and rename MoveBoxedOrUnboxedDenseElements.wolfbeast2019-06-18-22/+19
* Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash.wolfbeast2019-06-17-23/+33
* Fix typo in ArrayShiftMoveElementswolfbeast2019-06-17-1/+1
* Remove functors for array natives.wolfbeast2019-06-12-230/+59
* Remove unboxed array context option and shell flag.wolfbeast2019-06-12-25/+0
* Remove unused LIR temp register for unboxed arrays.wolfbeast2019-06-12-28/+12
* Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-06-12-96/+57
* Inline combined methods for NativeObject and UnboxedArrayObject accesses.wolfbeast2019-06-10-224/+115
* Merge branch 'master' into remove-unboxedwolfbeast2019-06-08-14510/+17013
|\
| * Remove e10s force-enable/-disable prefs and a11y considerations forwolfbeast2019-06-07-93/+3
| * Improve `origin-clean` algorithm based on our previous changes.wolfbeast2019-06-05-0/+6
| * Revert "Improve origin-clean algorithm"wolfbeast2019-06-04-41/+39
| * 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
| | * 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
| | * Fix #1091 deprotwolfbeast2019-05-29-0/+2
| | * Perform a size check when dealing with clipboard data to be sure.wolfbeast2019-05-29-6/+10
| | * Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2019-05-28-8368/+16300
| | |\
| | | * Update HSTS preload listwolfbeast2019-05-28-8368/+16300
| | * | Improve efficiency of (C++) heap allocations related towolfbeast2019-05-28-14/+24
| | * | 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 a...Matt A. Tobin2019-05-29-1/+1
| * | 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 show/h...Matt A. Tobin2019-05-25-1/+1
| * Merge pull request #1122 from adeshkp/remove-newtab-basiliskNew Tobin Paradigm2019-05-25-5067/+16
| |\
| | * 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
| * | 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
| * | Merge pull request #1119 from win7-7/NodeInfoManager-local-cacheMoonchild2019-05-25-2/+32
| |\ \
| | * | NodeInfoManager should use a local cachewin7-72019-05-25-2/+32
| | |/
| * | Merge pull request #1121 from win7-7/nsHtml5PortabilitylocalEqualsBuffer-prMoonchild2019-05-25-10/+10
| |\ \
| | * | use memcmp for nsIAtom Equals to improve performance parser/html win7-72019-05-25-1/+1
| | * | use memcmp for nsIAtom Equals to improve performance xpcom/ds win7-72019-05-25-9/+9
| | |/
| * | [media] Rewrite AudioConverter::DownmixAudiowolfbeast2019-05-25-46/+62
| * | [Basilisk/Pale Moon] Update region.properties.wolfbeast2019-05-25-19/+12
| * | Avoid some useless ForgetSkippable handling while we're already dealingwolfbeast2019-05-25-0/+5
| * | [IndexedDB] Call SendFailureResult if the actor has been destroyed.wolfbeast2019-05-25-20/+26
| * | [js, ARM] Always check error return from BufferOffset::diffB.Lars T Hansen2019-05-25-2/+10