summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* 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
* | [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
|\
| * change for nsNodeInfoManager.cppwin7-72019-05-25-1/+1
| * Add missing NS_AtomizeMainThread(nameToUse);win7-72019-05-24-1/+1
| * make HTML parser to use faster atomization in main threadwin7-72019-05-24-1/+1
| * remove unnecessary spaceswin7-72019-05-24-4/+0
| * add main thread only cache for nsIAtoms to speed up atomization xpcom/dswin7-72019-05-24-2/+57
| * add main thread only cache for nsIAtoms to speed up atomization dom/basewin7-72019-05-24-16/+18
* | Merge pull request #1114 from g4jc/disable-meta-cookieMoonchild2019-05-25-17/+32
|\ \
| * | Issue #1102 - Disable <meta http-equiv=set-cookie>Gaming4JC2019-05-24-17/+32
|/ /
* | Fix architecture flag for PPC64wolfbeast2019-05-25-1/+1
* | Lots of time spent maintaining nsDisplayLayerEventRegions (#1116)win7-72019-05-24-0/+4
|/
* Merge pull request #1099 from adeshkp/remove-telemetry-funcMoonchild2019-05-24-11/+0
|\
| * Remove a stubbed telemetry function from app AUS.adeshkp2019-05-22-11/+0
* | Merge pull request #1105 from FranklinDM/pm_uri_tabbrowser-workMoonchild2019-05-24-2/+13
|\ \
| * | Issue #1104 - Pass an opener to loadOneTab in the openURI functionFranklinDM2019-05-23-1/+3
| * | Issue #1104 - Set the browser's opener when adding a new tabFranklinDM2019-05-23-1/+10
* | | Merge pull request #1108 from g4jc/svg_opentypeMoonchild2019-05-24-0/+69
|\ \ \
| * | | Issue #1101 - Support gzip-compressed SVGs in OpenType+SVG fontsGaming4JC2019-05-23-0/+69
|/ / /
* | | Merge pull request #1100 from Ionic/bugfix/xrender-flickerMoonchild2019-05-22-1/+14
|\ \ \ | |_|/ |/| |
| * | Enable double buffering when using XRENDER.Mihai Moldovan2019-05-22-1/+14
|/ /
* | Merge pull request #1091 from MoonchildProductions/remove-unboxedMoonchild2019-05-22-1511/+102
|\ \
| * | Remove Unboxed Objects from vm/ - Part 2wolfbeast2019-05-16-64/+17
| * | Remove unboxed object code from jit, Part 1wolfbeast2019-05-16-627/+26
| * | Remove Unboxed Objects from vm/ Part 1 + fix deprotwolfbeast2019-05-16-15/+10
| * | Remove array headerwolfbeast2019-05-16-1/+0
| * | Remove unboxed object code from iteration.wolfbeast2019-05-15-32/+10
| * | Remove unboxed objects from GCwolfbeast2019-05-15-118/+3
| * | Remove Unboxed Objects in ScalarReplacementwolfbeast2019-05-15-112/+0
| * | Remove initial chunk of Unboxed Objects machinery part 2wolfbeast2019-05-15-12/+0
| * | remove unboxed code chunk (wip1)wolfbeast2019-05-14-507/+25
| * | Unhook Unboxed Objects optionwolfbeast2019-05-13-24/+12
* | | Merge pull request #1097 from FranklinDM/pm_external_sametab-workMoonchild2019-05-22-1/+0
|\ \ \ | | |/ | |/|
| * | Issue #971 - Fix browser.link.open_newwindow functionality in Pale MoonFranklinDM2019-05-22-1/+0
|/ /
* | Implement Symbol​.prototype​.descriptionwolfbeast2019-05-20-0/+33
* | Implement array.flat and array.flatMapwolfbeast2019-05-19-1/+120
* | Add nullcheck.wolfbeast2019-05-17-0/+4
* | Implement String.prototype.trimStart and trimEnd.wolfbeast2019-05-17-16/+22