summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Teach moz.configure about --enable-precompiled-startupcachewolfbeast2018-06-01-0/+1
|
* Add build config option to disable startup cache precompilation.wolfbeast2018-06-01-9/+26
| | | | This resolves #418.
* Merge pull request #427 from Ascrod/masterMoonchild2018-06-01-2/+0
|\ | | | | Remove duplicate ifdefs in browser-safebrowsing.js
| * Remove duplicate ifdefs in browser-safebrowsing.jsAscrod2018-05-31-2/+0
|/
* Merge pull request #423 from Ascrod/SocialMoonchild2018-06-01-0/+0
|\ | | | | Remove unused social icons.
| * Remove unused social icons.Ascrod2018-05-31-0/+0
| |
* | Merge pull request #421 from JustOff/PR_utilityOverlay_ShellServiceMoonchild2018-06-01-7/+5
|\ \ | | | | | | [PALEMOON] Use ShellService.jsm to get the shell service in utilityOverlay.js
| * | [PALEMOON] Use ShellService.jsm to get the shell service in utilityOverlay.jsJustOff2018-05-31-7/+5
| | |
* | | Pre-process blocklists.jswolfbeast2018-06-01-1/+1
| |/ |/|
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-05-31-1/+0
|\|
| * Merge pull request #419 from janekptacijarabaci/build_warnings_1Moonchild2018-05-31-1/+0
| |\ | | | | | | Build - Fix throws a warning: 'rv': unreferenced local variable
| | * Build - throws a warning: 'rv': unreferenced local variablejanekptacijarabaci2018-05-31-1/+0
| |/ | | | | | | PR #412
* / Rewrite restoreDimensions to account for mismatched CSS/device pixel sizes.wolfbeast2018-05-31-19/+51
|/ | | | | | | | | This resolves the situation where the device pixels per css px does not match the screen DPI. In that case, the restored width and height would be adjusted if the window width (css px) would be larger than the screen width (dev pixels). This patch converts everything to css px before checking if the dimensions fit the screen. This resolves #411.
* Merge pull request #415 from JustOff/PR_default_themeMoonchild2018-05-31-3/+1
|\ | | | | Fix default theme issues from #414
| * [PALEMOON] Package `chrome.manifest` for default theme across all platformsJustOff2018-05-30-2/+0
| |
| * [PALEMOON] Fix missed `notifyPluginCrashed.png` on windows and linuxJustOff2018-05-30-1/+1
| |
* | Merge pull request #416 from Ascrod/SocialMoonchild2018-05-31-2882/+16
|\ \ | |/ |/| Remove the Social API
| * Remove Social API.Ascrod2018-05-30-2882/+16
|/
* Enable blocking of top-level data: navigation.wolfbeast2018-05-30-2/+2
|
* Merge pull request #412 from g4jc/hsts_priming_removal_backportMoonchild2018-05-30-1812/+26
|\ | | | | Remove support and tests for HSTS priming from the tree. Fixes #384
| * Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-1812/+26
| |
* | Reinstate tabMinWidth and tabMaxWidth prefs.wolfbeast2018-05-30-2/+16
| | | | | | | | This resolves #410.
* | [WebExAM] Use extensions.minCompatibleAppVersion instead of ↵Matt A. Tobin2018-05-29-2/+2
| | | | | | | | extensions.minCompatiblePlatformVersion for update.json
* | Fix sec pref locations and enable HPKP checking by default.wolfbeast2018-05-29-10/+11
| | | | | | | | Some prefs were incorrectly in all.js (ocsp and hpkp)
* | Disable HPKP telemetry in Pale Moon.wolfbeast2018-05-29-0/+2
| |
* | Merge pull request #407 from JustOff/PR_webapps_cleanupMoonchild2018-05-29-31/+0
|\ \ | | | | | | Remove unused webapps icons from Pale Moon
| * | Remove unused webapps icons files from Pale MoonJustOff2018-05-29-0/+0
| | |
| * | Remove unused webapps icons from Pale MoonJustOff2018-05-29-31/+0
|/ /
* | Limit PNG image dimensions.wolfbeast2018-05-29-3/+15
| |
* | Merge pull request #405 from janekptacijarabaci/pm_themes_icons_1Moonchild2018-05-29-0/+6
|\ \ | | | | | | Restore throbber images to global skin.
| * | [PALEMOON] [frontend vs backend] Remove unused webapps-*.png ↵janekptacijarabaci2018-05-29-7/+0
| | | | | | | | | | | | | | | | | | (chrome://global/skin/icons/webapps-*.png) Issue #121
| * | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵janekptacijarabaci2018-05-29-0/+0
| | | | | | | | | | | | | | | | | | osx/global/icons) Issue #121
| * | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵janekptacijarabaci2018-05-29-0/+0
| | | | | | | | | | | | | | | | | | osx/global/icons) Issue #121
| * | [PALEMOON] [frontend vs backend] Added iconsjanekptacijarabaci2018-05-29-0/+13
|/ / | | | | | | Issue #121
* | Merge pull request #404 from janekptacijarabaci/pm_global-scope_1Moonchild2018-05-29-39/+43
|\ \ | | | | | | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const with var in Pale Moon and TychoAM
| * | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope ↵janekptacijarabaci2018-05-28-39/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858
* | | [WebExAM] Deduplicate toolkit/mozapps/webextensionsMatt A. Tobin2018-05-28-794/+20
| | |
* | | [WebExAM] Follow up to 351cf2703Matt A. Tobin2018-05-28-4/+4
| | |
* | | Fix typo in 8b9fe0e3582a0578720dc38b4ede57eac90e4594wolfbeast2018-05-28-1/+1
| | |
* | | Merge branch 'update.json'Matt A. Tobin2018-05-28-5/+14
|\ \ \
| * | | [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of ↵Matt A. Tobin2018-05-28-5/+14
| | | | | | | | | | | | | | | | Toolkit
* | | | Port libopus upstream patch.Pale Moon2018-05-28-1/+1
|/ / / | | | | | | | | | Based on https://git.xiph.org/?p=opus.git;a=commitdiff;h=70a3d641b
* | | Merge pull request #399 from MoonchildProductions/revert-395-buildsystem-workMoonchild2018-05-28-131/+2
|\ \ \ | | | | | | | | Revert "Always build with SSE2 support & display an error if not available"
| * | | Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28-131/+2
|/ / /
* | | Merge pull request #398 from MoonchildProductions/revert-397-buildsystem-workMoonchild2018-05-28-10/+6
|\ \ \ | |/ / |/| | Revert "Only display SSE2 error dialog on 32-bit Linux"
| * | Revert "Only display SSE2 error dialog on 32-bit Linux"Moonchild2018-05-28-10/+6
|/ /
* | Merge pull request #397 from trav90/buildsystem-workMoonchild2018-05-28-6/+10
|\ \ | | | | | | Only display SSE2 error dialog on 32-bit Linux
| * | Only display SSE2 error dialog on 32-bit Linuxtrav902018-05-27-6/+10
|/ / | | | | | | All 64bit CPU's support SSE2 so there's no reason to have this code on 64-bit builds.
* | Make Pale Moon Windows8WindowFrameColor compatible with global scope.wolfbeast2018-05-27-3/+3
| | | | | | | | This resolves #396.
* | Merge pull request #395 from trav90/buildsystem-workMoonchild2018-05-27-2/+131
|\ \ | | | | | | Always build with SSE2 support & display an error if not available