| Commit message (Expand) | Author | Age | Lines |
* | Merge pull request #466 from janekptacijarabaci/pm_sync_quota_1 | Moonchild | 2018-06-09 | -1/+8 |
|\ |
|
| * | [PALEMOON] Sync - fix quota.js (SyntaxError: missing ] after element list) | janekptacijarabaci | 2018-06-09 | -1/+8 |
* | | Use a pref for supported Sync server API levels | wolfbeast | 2018-06-09 | -0/+1 |
|/ |
|
* | Merge pull request #461 from trav90/HSTS | Moonchild | 2018-06-07 | -3/+3 |
|\ |
|
| * | [PALEMOON] Update the pref name for HSTS | trav90 | 2018-06-07 | -3/+3 |
* | | Merge pull request #459 from janekptacijarabaci/pm_findbar_2 | Moonchild | 2018-06-07 | -30/+63 |
|\ \ |
|
| * | | Using "function()" in browser.js - consistency with the surrounding code | janekptacijarabaci | 2018-06-07 | -3/+3 |
| * | | Fix a comment in browser.js (the FindBar - a tab vs the chrome window's context) | janekptacijarabaci | 2018-06-06 | -2/+3 |
| * | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start ... | janekptacijarabaci | 2018-06-06 | -30/+62 |
| |/ |
|
* | | string.contains() => string.includes() | wolfbeast | 2018-06-07 | -1/+1 |
* | | Set sync prefs. | wolfbeast | 2018-06-06 | -0/+8 |
* | | Fix for loop in Sync quota dialog. | wolfbeast | 2018-06-06 | -3/+8 |
* | | Merge pull request #458 from SpockMan02/patch-3 | Moonchild | 2018-06-06 | -2/+16 |
|\ \ |
|
| * | | Issue #448: Pale Moon: Include pinned tabs when warning about closing tabs wi... | SpockFan02 | 2018-06-06 | -2/+16 |
| |/ |
|
* / | Add a helper function in PlacesUIUtils.jsm to cater to HiDPI favicon display ... | wolfbeast | 2018-06-06 | -3/+33 |
|/ |
|
* | Merge pull request #440 from janekptacijarabaci/pm_url_2 | Moonchild | 2018-06-05 | -42/+51 |
|\ |
|
| * | Remove an unnecessary comment when closing the dialog | janekptacijarabaci | 2018-06-04 | -1/+0 |
| * | Style clean up + fix typo | janekptacijarabaci | 2018-06-04 | -5/+3 |
| * | [PALEMOON] Fix "Open Web Location" (Ctrl-L/Alt-D) when nav toolbar hidden | janekptacijarabaci | 2018-06-03 | -44/+56 |
* | | Fix incorrect Pale Moon installer locale paths.PM28.0.0a3_Unstable | wolfbeast | 2018-06-04 | -4/+4 |
* | | [PALEMOON] Bump version to Alpha 3 | wolfbeast | 2018-06-04 | -1/+1 |
* | | Merge pull request #441 from janekptacijarabaci/pm_findbar_1 | Moonchild | 2018-06-03 | -6/+27 |
|\ \ |
|
| * | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys | janekptacijarabaci | 2018-06-03 | -6/+27 |
| |/ |
|
* | | Revert "Reinstate tabMinWidth and tabMaxWidth prefs." | wolfbeast | 2018-06-03 | -16/+2 |
* | | [PALEMOON] Package helper.exe so Windows Shell Service actually works on a pa... | Matt A. Tobin | 2018-06-02 | -1/+1 |
* | | [PALEMOON] Enable update prefs in Unstable branding for Linux | trav90 | 2018-06-01 | -2/+2 |
|/ |
|
* | 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 | JustOff | 2018-05-31 | -7/+5 |
* | | Rewrite restoreDimensions to account for mismatched CSS/device pixel sizes. | wolfbeast | 2018-05-31 | -19/+51 |
|/ |
|
* | [PALEMOON] Package `chrome.manifest` for default theme across all platforms | JustOff | 2018-05-30 | -2/+0 |
* | Reinstate tabMinWidth and tabMaxWidth prefs. | wolfbeast | 2018-05-30 | -2/+16 |
* | Disable HPKP telemetry in Pale Moon. | wolfbeast | 2018-05-29 | -0/+2 |
* | Remove unused webapps icons files from Pale Moon | JustOff | 2018-05-29 | -0/+0 |
* | Remove unused webapps icons from Pale Moon | JustOff | 2018-05-29 | -31/+0 |
* | Merge pull request #404 from janekptacijarabaci/pm_global-scope_1 | Moonchild | 2018-05-29 | -22/+24 |
|\ |
|
| * | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const... | janekptacijarabaci | 2018-05-28 | -22/+24 |
* | | Revert "Always build with SSE2 support & display an error if not available" | Moonchild | 2018-05-28 | -61/+0 |
* | | Revert "Only display SSE2 error dialog on 32-bit Linux" | Moonchild | 2018-05-28 | -5/+3 |
|/ |
|
* | Only display SSE2 error dialog on 32-bit Linux | trav90 | 2018-05-27 | -3/+5 |
* | Make Pale Moon Windows8WindowFrameColor compatible with global scope. | wolfbeast | 2018-05-27 | -3/+3 |
* | Merge pull request #395 from trav90/buildsystem-work | Moonchild | 2018-05-27 | -0/+61 |
|\ |
|
| * | Tweak SSE/SSE2 GCC flags | trav90 | 2018-05-27 | -1/+1 |
| * | Display an error on Linux in the absence of SSE2 | trav90 | 2018-05-27 | -0/+61 |
* | | [PALEMOON] [frontend vs backend] Reduce size of PopupBlocking:UpdateBlockedPo... | janekptacijarabaci | 2018-05-27 | -55/+57 |
|/ |
|
* | Pale Moon - Fix white tab text for active tab on Mac | adeshkp | 2018-05-26 | -6/+6 |
* | Remove SPS profiler. | wolfbeast | 2018-05-24 | -4/+0 |
* | Merge pull request #379 from janekptacijarabaci/pm_places_livemark_add_1 | Moonchild | 2018-05-23 | -10/+22 |
|\ |
|
| * | [PALEMOON] [frontend vs backend] Places - fix: adding a livemark doesn't work... | janekptacijarabaci | 2018-05-23 | -10/+22 |
* | | Remove the Dark Matter Detector (DMD) Memeory debugger component. | wolfbeast | 2018-05-23 | -3/+0 |
|/ |
|
* | palemoon/installer: Fix packaging when built --with-system-nss/nspr | Leorize | 2018-05-17 | -4/+4 |