summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Regenerate the HSTS preload listtrav902018-06-07-64270/+42907
|
* Restore clearly-delimited format for the HSTS preload listtrav902018-06-06-65/+23
|
* Increase concurrent lookups to 15 when generating HSTS preload listtrav902018-06-05-1/+1
|
* Update HSTS preload list generation scripttrav902018-06-05-5/+4
| | | | | | | | Previous behavior: if an entry was in the previously-used list, and there would be an error connecting to or processing the host, it would adopt it using the previous status, with a new minimum required max age TTL. New behavior: if an entry is in the previously-used list, and there is an error connecting to or processing the host, it will be dropped from the preload list. The old behavior would allow entries to persist on the HSTS preload list when they drop off the 'net. Considering domain churn, it would cause issues for new owners for having a persisted HSTS entry preloaded in the browser. Bonus: it keeps our HSTS preload list lean.
* Port our stricter cookie gating.wolfbeast2018-06-05-13/+25
| | | | This addresses the critical section of #449.
* Merge pull request #440 from janekptacijarabaci/pm_url_2Moonchild2018-06-05-42/+51
|\ | | | | [PALEMOON] Fix "Open Web Location" (Ctrl-L/Alt-D) when nav toolbar hidden
| * Remove an unnecessary comment when closing the dialogjanekptacijarabaci2018-06-04-1/+0
| | | | | | | | Issue #434
| * Style clean up + fix typojanekptacijarabaci2018-06-04-5/+3
| | | | | | | | Issue #434
| * [PALEMOON] Fix "Open Web Location" (Ctrl-L/Alt-D) when nav toolbar hiddenjanekptacijarabaci2018-06-03-44/+56
| | | | | | | | Issue #434
* | Merge pull request #442 from SpockMan02/patch-2Moonchild2018-06-05-1/+1
|\ \ | | | | | | Fix a file path for macOS
| * | Fix a file path for macOSSpockFan022018-06-05-1/+1
|/ / | | | | Tag #286
* | Fix Basilisk Mac window menu include path.wolfbeast2018-06-05-1/+1
| | | | | | | | Tag #286
* | Fix incorrect Pale Moon installer locale paths.PM28.0.0a3_Unstablewolfbeast2018-06-04-4/+4
| |
* | Merge branch 'move-basilisk'wolfbeast2018-06-04-81/+80
|\ \
| * | Issue #303 Part 3: Update themes for the new Basilisk location.wolfbeast2018-06-04-9/+9
| | | | | | | | | | | | This also addresses #286.
| * | Issue #303 Part 2: Update build files for the new locationwolfbeast2018-06-04-30/+29
| | |
| * | Issue #303 Part 1: Move basilisk files from /browser to /application/basiliskwolfbeast2018-06-04-0/+0
| | |
* | | [PALEMOON] Bump version to Alpha 3wolfbeast2018-06-04-1/+1
|/ /
* | Merge pull request #441 from janekptacijarabaci/pm_findbar_1Moonchild2018-06-03-9/+60
|\ \ | | | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys
| * | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keysjanekptacijarabaci2018-06-03-9/+60
| |/ | | | | | | Issue #430
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-06-03-33/+57
|\ \
| * \ Merge pull request #436 from Ascrod/readerviewNew Tobin Paradigm2018-06-03-33/+57
| |\ \ | | | | | | | | Update Readability from mozilla-central release branch (FF 60.0).
| | * | Update Readability from mozilla-central release branch (FF 60.0).Ascrod2018-06-02-33/+57
| | | |
* | | | Revert "Reinstate tabMinWidth and tabMaxWidth prefs."wolfbeast2018-06-03-16/+2
| | | | | | | | | | | | | | | | This reverts commit 6e8846622a79549542adaca58d741d9263daf686.
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-06-03-318/+11
|\| | |
| * | | Merge pull request #433 from Ascrod/UITourMoonchild2018-06-03-317/+0
| |\ \ \ | | | | | | | | | | Remove SelfSupportBackend module.
| | * | | Remove SelfSupportBackend module.Ascrod2018-06-01-317/+0
| | | | |
| * | | | Merge pull request #429 from JustOff/PR_unpreprocessed_filesMoonchild2018-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 aloneJustOff2018-06-02-1/+2
| | | | | |
| | * | | | Refine the file extensions even moreJustOff2018-06-01-1/+1
| | | | | |
| | * | | | Update the list of directives and file extensions for checkJustOff2018-06-01-3/+5
| | | | | |
| | * | | | Check if there are any unpreprocessed filesJustOff2018-06-01-0/+7
| | | | | |
| * | | | | [PALEMOON] Package helper.exe so Windows Shell Service actually works on a ↵Matt A. Tobin2018-06-02-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | packaged product
* / | | | 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.