summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Silence the -Wuninitialized warning in mozjemalloctrav902018-09-08-1/+4
| | | | GCC 7+ warns about too many false positives.
* RTCCertificate.cpp: output truncated before the last format charactertrav902018-09-07-1/+1
| | | | Fixes compiler warnings when building with GCC 7+
* Merge pull request #753 from trav90/buildsystem-workMoonchild2018-09-07-0/+8
|\ | | | | [GCC] Add -Wno-noexcept-type to the js build flags
| * [GCC] Add -Wno-noexcept-type to the js build flagstrav902018-09-06-0/+8
|/
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-09-07-56/+80
|\
| * Merge pull request #747 from JustOff/PR_NewtabUrlMoonchild2018-09-05-56/+80
| |\ | | | | | | Update 'browser.newtab.url' when it's used for new tabs and 'browser.startup.homepage' changes
| | * Use the default value from 'browser.startup.homepage' instead of the ↵JustOff2018-09-03-2/+7
| | | | | | | | | | | | hardcoded 'http://start.palemoon.org/'
| | * Update 'browser.newtab.url' when it's used for new tabs and ↵JustOff2018-09-03-55/+74
| | | | | | | | | | | | 'browser.startup.homepage' changes
* | | Bump goanna version for SVG handling updatewolfbeast2018-09-07-1/+1
|/ /
* | Merge branch 'Bug_1357432'wolfbeast2018-09-05-0/+0
|\ \ | | | | | | | | | | | | Empty code commit (meta only) Code changes in ae432c63672cd4c24204b9dd4a92470a710d2d98
| * | Part 4. Reftest for using local-ref as xlink:href value.wolfbeast2018-09-05-0/+17
| | |
| * | Part 3. Resolve local-ref in SVGUseElement::LookupHref by ↵wolfbeast2018-09-05-2/+7
| | | | | | | | | | | | nsSVGEffects::GetBaseURLForLocalRef.
| * | Part 2. Implement nsSVGEffects::GetBaseURLForLocalRef to export ↵wolfbeast2018-09-05-17/+43
| | | | | | | | | | | | | | | | | | | | | local-ref-url-resolving logic. ResolveURLUsingLocalRef is designed to be internally used by nsSVGEffects::Get-{SVGEffect}-URI functions. Since we also need it in SVGUseElement::LookupHref, make it public in nsSVGEffects.
| * | Part 1. Duplicate IsLocalRefURL to nsContentUtils to reuse this function.wolfbeast2018-09-04-0/+23
| | | | | | | | | | | | | | | | | | | | | `IsLocalRefURL` is originally designed to be used by URLValue only. Since we need this function in SVGUseElement::LookupHref too, duplicate it to nsContentUtils as a util function. This is a duplication because CSSValue uses stringbuffers and not nsStrings. While Bug 1356060 - "Just use nsString in URLValueData" converts this use from stringbuffer to nsString, it builds on a bunch of vartype refactoring (nsString vs. nsAString, etc.) which is too much of a headache to deal with just to deduplicate this simple function.
| * | Revert "Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. ↵wolfbeast2018-09-04-25/+18
| | | | | | | | | | | | | | | | | | (port-rewrite)" This reverts commit 19f010c62022e269f99066a8d90e3522fe31adaf.
| * | Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. ↵wolfbeast2018-09-04-18/+25
| | | | | | | | | | | | | | | | | | | | | (port-rewrite) `IsLocalRefURL` is originally designed to be used by URLValue only. Since we need this function in SVGUseElement::LookupHref too, move it to nsContentUtils as a util function.
* | | Write out serialized search engine files when rebuilding cache.wolfbeast2018-09-05-0/+5
| | | | | | | | | | | | | | | This makes sure that any in-browser edits of search engines (searchplugins) are made permanent on disk. Ref: https://forum.palemoon.org/viewtopic.php?f=13&t=20296 (Ketmar)
* | | Bug 1357432 (#750)Moonchild2018-09-05-19/+90
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. (port-rewrite) `IsLocalRefURL` is originally designed to be used by URLValue only. Since we need this function in SVGUseElement::LookupHref too, move it to nsContentUtils as a util function. * Revert "Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. (port-rewrite)" This reverts commit 19f010c62022e269f99066a8d90e3522fe31adaf. * Part 1. Duplicate IsLocalRefURL to nsContentUtils to reuse this function. `IsLocalRefURL` is originally designed to be used by URLValue only. Since we need this function in SVGUseElement::LookupHref too, duplicate it to nsContentUtils as a util function. This is a duplication because CSSValue uses stringbuffers and not nsStrings. While Bug 1356060 - "Just use nsString in URLValueData" converts this use from stringbuffer to nsString, it builds on a bunch of vartype refactoring (nsString vs. nsAString, etc.) which is too much of a headache to deal with just to deduplicate this simple function. * Part 2. Implement nsSVGEffects::GetBaseURLForLocalRef to export local-ref-url-resolving logic. ResolveURLUsingLocalRef is designed to be internally used by nsSVGEffects::Get-{SVGEffect}-URI functions. Since we also need it in SVGUseElement::LookupHref, make it public in nsSVGEffects. * Part 3. Resolve local-ref in SVGUseElement::LookupHref by nsSVGEffects::GetBaseURLForLocalRef. * Part 4. Reftest for using local-ref as xlink:href value.
* | Remove all C++ telemetry autotimerswolfbeast2018-09-04-119/+37
|\ \ | | | | | | | | | Tag #21
| * | Remove all C++ telemetry autotimerswolfbeast2018-09-04-119/+37
| | |
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-09-04-2957/+48
|\ \ \ | | |/ | |/|
| * | Merge pull request #745 from MoonchildProductions/Kill-TelemetryMoonchild2018-09-03-2957/+48
| |\| | | | | | | Remove all C++ Telemetry Accumulation calls.
| | * Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-2957/+48
| |/ | | | | | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* / Add extra check for assembler buffer space.wolfbeast2018-09-04-1/+2
|/
* [ffvpx] Update readmetrav902018-09-02-6/+1
| | | | | - Remove non-applicable comment about AVX2. - Update config documentation for 32-bit darwin.
* Remove FxA migrator.wolfbeast2018-09-02-275/+0
| | | | This resolves #637
* [PALEMOON] Update the taskbar preview per tab module for UXP.wolfbeast2018-09-02-239/+375
| | | | | | | | | - Use placesutils for favicons - Switch to the PageThumbs service for thumbnails (like QuickDial) - Make thumb requests asynchronous - Update canvas handling This resolves #731
* Remove support for TLS session caches in TLSServerSocket.wolfbeast2018-09-01-43/+15
| | | | This resolves #738
* Revert "Switch to using a single memory allocation arena"wolfbeast2018-09-01-1/+1
| | | | This reverts commit 4ceb21241eacac2911f2fed846359215870f121f.
* Revert "Bug 1388020. r=nical, a=RyanVM"wolfbeast2018-08-30-41/+6
| | | | This reverts commit e7189e33f533f9b974b22c2110b522a13bc4c7f6.
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-08-30-3/+7
|\
| * Merge pull request #741 from trav90/media-workMoonchild2018-08-30-3/+7
| |\ | | | | | | Don't build ffvpx on 32-bit platforms (except Windows)
| | * Don't build ffvpx on 32-bit platforms (except Windows)trav902018-08-26-3/+7
| | | | | | | | | | | | | | | | | | Our in-tree FFmpeg doesn't support optimized assembly code very well on 32-bit *nix systems, which causes performance issues during video playback. Essentially, this commit restores the behavior from Pale Moon 27 on 32-bit Linux builds (for video playback rely on the system-installed FFmpeg packages or libvpx if FFmpeg packages can't be found).
* | | Revert "Bug 1444668 - Avoid allocating large AssemblerBuffers. r=luke, ↵wolfbeast2018-08-30-49/+9
|/ / | | | | | | | | | | r=bbouvier, a=RyanVM" This reverts commit 9472136272f01b858412f2d9d7854d2daa82496f.
* | Fix incorrect code removal in ipc.wolfbeast2018-08-29-0/+27
| | | | | | | | Follow-up to a930db1c9e8444ed89754c5a79085d59c7295952
* | Sync disabled state of number control regardless of appearance.wolfbeast2018-08-29-2/+2
| |
* | Update HSTS preload listtrav902018-08-27-2462/+4464
| | | | | | | | Tag #447
* | Update installer strings for Pale Moon to match toolkit nsis installer.wolfbeast2018-08-27-7/+12
|/ | | | This resolves #735
* Merge pull request #733 from JustOff/PR_locale_changed_refreshMoonchild2018-08-26-15/+54
|\ | | | | Refresh nsStringBundleService and nsHttpHandler when the browser locale is changed
| * Refresh nsStringBundleService and nsHttpHandler when the browser locale is ↵JustOff2018-08-25-15/+54
| | | | | | | | changed
* | Add missing }wolfbeast2018-08-25-0/+1
| |
* | Switch to using a single memory allocation arenawolfbeast2018-08-25-1/+1
| |
* | Add a horizontal scroll action option for mouse wheel.wolfbeast2018-08-25-3/+10
|/ | | | Resolves #732
* Introduce ui.menu.allow_content_scrollwolfbeast2018-08-24-1/+13
| | | | | When true, overrides the OS convention to prevent scrolling of content when contextual menus are open. This resolves #730.
* Merge pull request #727 from JustOff/PR_VK_F6Moonchild2018-08-23-12/+2
|\ | | | | [PALEMOON] Fix document navigation using F6
| * [PALEMOON] Fix document navigation using F6JustOff2018-08-23-12/+2
|/
* Stop pointless recording of telemetry datawolfbeast2018-08-23-4/+4
| | | | Also clear the telemetry URLs and metas "just in case" so nothing can go anywhere even in the case of PEBCAK.
* Fix code of conduct version ref link.wolfbeast2018-08-22-1/+1
|
* Merge pull request #720 from JustOff/PR_ShouldAddToSessionHistoryMoonchild2018-08-22-1/+7
|\ | | | | Update ShouldAddToSessionHistory() rules for "about:newtab" and "about:logopage"
| * Explicitly specify parentheses in a mixed boolean expression in ↵JustOff2018-08-22-2/+2
| | | | | | | | ShouldAddToSessionHistory()