summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [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
| |
| * 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
| * add main thread only cache for nsIAtoms to speed up atomization dom/basewin7-72019-05-24-16/+18
| | | | | | add main thread only cache for nsIAtoms to speed up atomization
* | Merge pull request #1114 from g4jc/disable-meta-cookieMoonchild2019-05-25-17/+32
|\ \ | | | | | | Disable <meta http-equiv=set-cookie>
| * | Issue #1102 - Disable <meta http-equiv=set-cookie>Gaming4JC2019-05-24-17/+32
|/ / | | | | | | Create a new pref 'dom.meta-set-cookie.enabled' which is set to 'false', disabling http-equiv meta cookies.
* | Fix architecture flag for PPC64wolfbeast2019-05-25-1/+1
| | | | | | | | Fixes #1092
* | Lots of time spent maintaining nsDisplayLayerEventRegions (#1116)win7-72019-05-24-0/+4
|/ | | | | | | | * Simplify the dispatch-to-content region Simplify the dispatch-to-content region in nsDisplayLayerEventRegions::AddFrame() and AddInactiveScrollPort() if it starts to get large. * tabs to spaces
* Merge pull request #1099 from adeshkp/remove-telemetry-funcMoonchild2019-05-24-11/+0
|\ | | | | Remove a stubbed telemetry function from app AUS.
| * 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
|\ \ | | | | | | Clicking a link with a target should open only 1 tab
| * | 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
| | | | | | | | | | | | | | | - This modifies `loadOneTab` and `addTab` to accept an opener - This code was adapted from Basilisk's copy of tabbrowser.xml without the refactored code changes (which is a lot more involved as it divides addTab's functions into multiple functions)
* | | Merge pull request #1108 from g4jc/svg_opentypeMoonchild2019-05-24-0/+69
|\ \ \ | | | | | | | | Support gzip-compressed SVGs in OpenType+SVG fonts
| * | | 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.
| * | Enable double buffering when using XRENDER.Mihai Moldovan2019-05-22-1/+14
|/ / | | | | | | | | | | | | | | | | This fixes flickering/bars/stripes showing up during quickly-updating operations on Intel hardware when using XRENDER. For more information, refer to the code comment. See #1061
* | Merge pull request #1091 from MoonchildProductions/remove-unboxedMoonchild2019-05-22-1511/+102
|\ \ | | | | | | Remove unboxed objects phase 1
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | A note about the Scalar Replacement Changes: The M{Load,Store}Unboxed* instructions in theory could be used to manipulate and analyze typed arrays. However, TypedArrays should already be excluded from eligibility because of the potential for cross-thread sharing in a SharedArrayBuffer world, and so the only support in Scalar Replacement here is for Unboxed Objects, meaning it can all be removed.
| * | Remove initial chunk of Unboxed Objects machinery part 2wolfbeast2019-05-15-12/+0
| | |