Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #441 from janekptacijarabaci/pm_findbar_1 | Moonchild | 2018-06-03 | -9/+60 |
|\ | | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys | |||
| * | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys | janekptacijarabaci | 2018-06-03 | -9/+60 |
| | | | | | | | | Issue #430 | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-06-03 | -33/+57 |
|\ \ | ||||
| * \ | Merge pull request #436 from Ascrod/readerview | New Tobin Paradigm | 2018-06-03 | -33/+57 |
| |\ \ | | | | | | | | | Update Readability from mozilla-central release branch (FF 60.0). | |||
| | * | | Update Readability from mozilla-central release branch (FF 60.0). | Ascrod | 2018-06-02 | -33/+57 |
| | | | | ||||
* | | | | Revert "Reinstate tabMinWidth and tabMaxWidth prefs." | wolfbeast | 2018-06-03 | -16/+2 |
| | | | | | | | | | | | | | | | | This reverts commit 6e8846622a79549542adaca58d741d9263daf686. | |||
* | | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-06-03 | -318/+11 |
|\| | | | ||||
| * | | | Merge pull request #433 from Ascrod/UITour | Moonchild | 2018-06-03 | -317/+0 |
| |\ \ \ | | | | | | | | | | | Remove SelfSupportBackend module. | |||
| | * | | | Remove SelfSupportBackend module. | Ascrod | 2018-06-01 | -317/+0 |
| | | | | | ||||
| * | | | | Merge pull request #429 from JustOff/PR_unpreprocessed_files | Moonchild | 2018-06-03 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | | | Check if there are any unpreprocessed files in '@MOZ_OBJDIR@/dist/bin' | |||
| | * | | | | Don't search for directives that are never used alone | JustOff | 2018-06-02 | -1/+2 |
| | | | | | | ||||
| | * | | | | Refine the file extensions even more | JustOff | 2018-06-01 | -1/+1 |
| | | | | | | ||||
| | * | | | | Update the list of directives and file extensions for check | JustOff | 2018-06-01 | -3/+5 |
| | | | | | | ||||
| | * | | | | Check if there are any unpreprocessed files | JustOff | 2018-06-01 | -0/+7 |
| | | | | | | ||||
| * | | | | | [PALEMOON] Package helper.exe so Windows Shell Service actually works on a ↵ | Matt A. Tobin | 2018-06-02 | -1/+1 |
| | |_|/ / | |/| | | | | | | | | | | | | | packaged product | |||
* / | | | | Always build with SSE2 support when using GCC | trav90 | 2018-06-03 | -2/+2 |
|/ / / / | ||||
* | / / | Add a check to prevent a crash when CSP directives are used with chrome content | Matt A. Tobin | 2018-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/UITour | Moonchild | 2018-06-02 | -3381/+2 |
|\ \ \ | | | | | | | | | Remove UITour | |||
| * | | | Remove unused code from SelfSupportBackend module. | Ascrod | 2018-06-01 | -8/+0 |
| | | | | ||||
| * | | | Remove unneeded if condition from SelfSupportBackend module. | Ascrod | 2018-06-01 | -5/+2 |
| | | | | ||||
| * | | | Remove unused customization tip prefs. | Ascrod | 2018-05-31 | -3/+0 |
| | | | | ||||
| * | | | Remove tracking protection tour. | Ascrod | 2018-05-31 | -90/+0 |
| | | | | ||||
| * | | | Remove UITour and customize tips. | Ascrod | 2018-05-31 | -3276/+1 |
| |/ / | ||||
* | | | Merge pull request #431 from trav90/updater-work | Moonchild | 2018-06-02 | -2/+2 |
|\ \ \ | | | | | | | | | [PALEMOON] Enable update prefs in Unstable branding for Linux | |||
| * | | | [PALEMOON] Enable update prefs in Unstable branding for Linux | trav90 | 2018-06-01 | -2/+2 |
| | | | | ||||
* | | | | Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check. | wolfbeast | 2018-06-01 | -11/+11 |
|/ / / | ||||
* | | | Partially revert safebrowsing commits to fix "tracking protection". | wolfbeast | 2018-06-01 | -3/+1 |
| | | | | | | | | | | | | This resolves #425. | |||
* | | | Teach moz.configure about --enable-precompiled-startupcache | wolfbeast | 2018-06-01 | -0/+1 |
| |/ |/| | ||||
* | | Add build config option to disable startup cache precompilation. | wolfbeast | 2018-06-01 | -9/+26 |
| | | | | | | | | This resolves #418. | |||
* | | Merge pull request #427 from Ascrod/master | Moonchild | 2018-06-01 | -2/+0 |
|\ \ | | | | | | | Remove duplicate ifdefs in browser-safebrowsing.js | |||
| * | | Remove duplicate ifdefs in browser-safebrowsing.js | Ascrod | 2018-05-31 | -2/+0 |
|/ / | ||||
* | | Merge pull request #423 from Ascrod/Social | Moonchild | 2018-06-01 | -0/+0 |
|\ \ | | | | | | | Remove unused social icons. | |||
| * | | Remove unused social icons. | Ascrod | 2018-05-31 | -0/+0 |
| |/ | ||||
* | | Merge pull request #421 from JustOff/PR_utilityOverlay_ShellService | Moonchild | 2018-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.js | JustOff | 2018-05-31 | -7/+5 |
| | | | ||||
* | | | Pre-process blocklists.js | wolfbeast | 2018-06-01 | -1/+1 |
| |/ |/| | ||||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-05-31 | -1/+0 |
|\| | ||||
| * | Merge pull request #419 from janekptacijarabaci/build_warnings_1 | Moonchild | 2018-05-31 | -1/+0 |
| |\ | | | | | | | Build - Fix throws a warning: 'rv': unreferenced local variable | |||
| | * | Build - throws a warning: 'rv': unreferenced local variable | janekptacijarabaci | 2018-05-31 | -1/+0 |
| |/ | | | | | | | PR #412 | |||
* / | Rewrite restoreDimensions to account for mismatched CSS/device pixel sizes. | wolfbeast | 2018-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_theme | Moonchild | 2018-05-31 | -3/+1 |
|\ | | | | | Fix default theme issues from #414 | |||
| * | [PALEMOON] Package `chrome.manifest` for default theme across all platforms | JustOff | 2018-05-30 | -2/+0 |
| | | ||||
| * | [PALEMOON] Fix missed `notifyPluginCrashed.png` on windows and linux | JustOff | 2018-05-30 | -1/+1 |
| | | ||||
* | | Merge pull request #416 from Ascrod/Social | Moonchild | 2018-05-31 | -2882/+16 |
|\ \ | |/ |/| | Remove the Social API | |||
| * | Remove Social API. | Ascrod | 2018-05-30 | -2882/+16 |
|/ | ||||
* | Enable blocking of top-level data: navigation. | wolfbeast | 2018-05-30 | -2/+2 |
| | ||||
* | Merge pull request #412 from g4jc/hsts_priming_removal_backport | Moonchild | 2018-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 #384 | Gaming4JC | 2018-05-26 | -1812/+26 |
| | | ||||
* | | Reinstate tabMinWidth and tabMaxWidth prefs. | wolfbeast | 2018-05-30 | -2/+16 |
| | | | | | | | | This resolves #410. | |||
* | | [WebExAM] Use extensions.minCompatibleAppVersion instead of ↵ | Matt A. Tobin | 2018-05-29 | -2/+2 |
| | | | | | | | | extensions.minCompatiblePlatformVersion for update.json |