summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
* [PALEMOON] Sync - fix quota.js (SyntaxError: missing ] after element list)janekptacijarabaci2018-06-09-1/+8
| | | | Issue #308
* Merge pull request #461 from trav90/HSTSMoonchild2018-06-07-3/+3
|\ | | | | Improve HSTS preload list generation
| * [PALEMOON] Update the pref name for HSTStrav902018-06-07-3/+3
| | | | | | | | This aligns the pref name for Pale Moon with what is used in the platform.
* | Merge pull request #459 from janekptacijarabaci/pm_findbar_2Moonchild2018-06-07-30/+63
|\ \ | | | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start of browser
| * | Using "function()" in browser.js - consistency with the surrounding codejanekptacijarabaci2018-06-07-3/+3
| | | | | | | | | | | | Issue #430
| * | Fix a comment in browser.js (the FindBar - a tab vs the chrome window's context)janekptacijarabaci2018-06-06-2/+3
| | | | | | | | | | | | Issue #430
| * | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start ↵janekptacijarabaci2018-06-06-30/+62
| |/ | | | | | | | | | | of browser Issue #430
* | string.contains() => string.includes()wolfbeast2018-06-07-1/+1
| |
* | Set sync prefs.wolfbeast2018-06-06-0/+8
| |
* | Fix for loop in Sync quota dialog.wolfbeast2018-06-06-3/+8
| |
* | Merge pull request #458 from SpockMan02/patch-3Moonchild2018-06-06-2/+16
|\ \ | | | | | | Issue #448: Pale Moon: Include pinned tabs when warning about closing…
| * | Issue #448: Pale Moon: Include pinned tabs when warning about closing tabs ↵SpockFan022018-06-06-2/+16
| |/ | | | | | | | | with more than one window This resolves #448.
* / Add a helper function in PlacesUIUtils.jsm to cater to HiDPI favicon display ↵wolfbeast2018-06-06-3/+33
|/ | | | with #-moz-resolution=w,h
* 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
* | 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-0/+386019
|\ \
| * | 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-26/+26
| | |
| * | Issue #303 Part 1: Move basilisk files from /browser to /application/basiliskwolfbeast2018-06-04-0/+386019
| | |
* | | [PALEMOON] Bump version to Alpha 3wolfbeast2018-06-04-1/+1
|/ /
* | Merge pull request #441 from janekptacijarabaci/pm_findbar_1Moonchild2018-06-03-6/+27
|\ \ | | | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys
| * | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keysjanekptacijarabaci2018-06-03-6/+27
| |/ | | | | | | Issue #430
* | Revert "Reinstate tabMinWidth and tabMaxWidth prefs."wolfbeast2018-06-03-16/+2
| | | | | | | | This reverts commit 6e8846622a79549542adaca58d741d9263daf686.
* | [PALEMOON] Package helper.exe so Windows Shell Service actually works on a ↵Matt A. Tobin2018-06-02-1/+1
| | | | | | | | packaged product
* | [PALEMOON] Enable update prefs in Unstable branding for Linuxtrav902018-06-01-2/+2
|/
* 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
| |
* | 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.
* [PALEMOON] Package `chrome.manifest` for default theme across all platformsJustOff2018-05-30-2/+0
|
* Reinstate tabMinWidth and tabMaxWidth prefs.wolfbeast2018-05-30-2/+16
| | | | This resolves #410.
* Disable HPKP telemetry in Pale Moon.wolfbeast2018-05-29-0/+2
|
* Remove unused webapps icons files from Pale MoonJustOff2018-05-29-0/+0
|
* Remove unused webapps icons from Pale MoonJustOff2018-05-29-31/+0
|
* Merge pull request #404 from janekptacijarabaci/pm_global-scope_1Moonchild2018-05-29-22/+24
|\ | | | | [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-22/+24
| | | | | | | | | | | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858
* | Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28-61/+0
| |
* | Revert "Only display SSE2 error dialog on 32-bit Linux"Moonchild2018-05-28-5/+3
|/
* Only display SSE2 error dialog on 32-bit Linuxtrav902018-05-27-3/+5
| | | | 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-0/+61
|\ | | | | Always build with SSE2 support & display an error if not available
| * Tweak SSE/SSE2 GCC flagstrav902018-05-27-1/+1
| |
| * Display an error on Linux in the absence of SSE2trav902018-05-27-0/+61
| |
* | [PALEMOON] [frontend vs backend] Reduce size of ↵janekptacijarabaci2018-05-27-55/+57
|/ | | | | | PopupBlocking:UpdateBlockedPopups messages Issue #392
* Pale Moon - Fix white tab text for active tab on Macadeshkp2018-05-26-6/+6
|
* Remove SPS profiler.wolfbeast2018-05-24-4/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.