summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | Always build with SSE2 support when using GCCtrav902018-06-03-2/+2
|/ / / /
* | / / Add a check to prevent a crash when CSP directives are used with chrome contentMatt A. Tobin2018-06-02-1/+6
| |/ / |/| | | | | | | | Chrome content uses System Principle and this kind of speculative preloading of CSP just won't work.
* | | Merge pull request #424 from Ascrod/UITourMoonchild2018-06-02-3381/+2
|\ \ \ | | | | | | | | Remove UITour
| * | | Remove unused code from SelfSupportBackend module.Ascrod2018-06-01-8/+0
| | | |
| * | | Remove unneeded if condition from SelfSupportBackend module.Ascrod2018-06-01-5/+2
| | | |
| * | | Remove unused customization tip prefs.Ascrod2018-05-31-3/+0
| | | |
| * | | Remove tracking protection tour.Ascrod2018-05-31-90/+0
| | | |
| * | | Remove UITour and customize tips.Ascrod2018-05-31-3276/+1
| |/ /
* | | Merge pull request #431 from trav90/updater-workMoonchild2018-06-02-2/+2
|\ \ \ | | | | | | | | [PALEMOON] Enable update prefs in Unstable branding for Linux
| * | | [PALEMOON] Enable update prefs in Unstable branding for Linuxtrav902018-06-01-2/+2
| | | |
* | | | Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check.wolfbeast2018-06-01-11/+11
|/ / /
* | | Partially revert safebrowsing commits to fix "tracking protection".wolfbeast2018-06-01-3/+1
| | | | | | | | | | | | This resolves #425.
* | | 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
| | |