Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reinstate erroneously removed line. | wolfbeast | 2018-06-22 | -0/+1 |
| | ||||
* | Prevent the Quickdial page from stealing focus from the address bar. | wolfbeast | 2018-06-22 | -18/+4 |
| | ||||
* | Be more explicit about which browser content object is focused and when. | wolfbeast | 2018-06-22 | -10/+19 |
| | ||||
* | Update jar manifest for removed files. | wolfbeast | 2018-06-22 | -2/+0 |
| | ||||
* | Remove unused files. | wolfbeast | 2018-06-22 | -3259/+0 |
| | ||||
* | Issue #517 Part 7: Remove enhanced/sponsored links styling and page code | wolfbeast | 2018-06-21 | -183/+6 |
| | ||||
* | Issue #517 Part 6: Restyle for Pale Moon. | wolfbeast | 2018-06-21 | -589/+221 |
| | | | | | This splits out common rules for different OSes to themes/shared and applies new styling to the newtab page. | |||
* | Fix typo. | wolfbeast | 2018-06-21 | -1/+1 |
| | ||||
* | Issue #517 Part 5b: Remove configuration styles + leftovers. | wolfbeast | 2018-06-21 | -211/+0 |
| | ||||
* | Issue #517 Part 5: Remove configuration menu | wolfbeast | 2018-06-21 | -159/+1 |
| | ||||
* | Issue #517: Remove leftover contentSearch include. | wolfbeast | 2018-06-21 | -1/+0 |
| | ||||
* | Issue #517 Part 4: Fix tile pinning | wolfbeast | 2018-06-20 | -18/+115 |
| | ||||
* | Issue #517 Part 3b: Remove compact style pref | wolfbeast | 2018-06-20 | -6/+0 |
| | ||||
* | Issue #517 Part 3: Remove compact style | wolfbeast | 2018-06-20 | -19/+1 |
| | ||||
* | Issue #517 Part 1: Fix newtab Search | wolfbeast | 2018-06-20 | -68/+217 |
| | ||||
* | Issue #517 Part 1: Import newtab page from Basilisk (sans directory service ↵ | wolfbeast | 2018-06-19 | -314/+4821 |
| | | | | provider module) | |||
* | Merge pull request #520 from ↵ | Moonchild | 2018-06-19 | -8/+8 |
|\ | | | | | | | | | janekptacijarabaci/pm_permissions_clean-up_name-functions_1 [PALEMOON] Remove named function syntax in aboutPermissions.js | |||
| * | [PALEMOON] Remove named function syntax in aboutPermissions.js | janekptacijarabaci | 2018-06-19 | -8/+8 |
| | | | | | | | | Issue #516 | |||
* | | Merge pull request #519 from janekptacijarabaci/pm_permissions_2 | Moonchild | 2018-06-19 | -1/+2 |
|\| | | | | | [PALEMOON] Fix "Permissions Manager" and "Remove All Cookies" | |||
| * | [PALEMOON] Fix "Permissions Manager" and "Remove All Cookies" | janekptacijarabaci | 2018-06-19 | -1/+2 |
| | | | | | | | | Follow up #273 | |||
* | | Merge pull request #518 from janekptacijarabaci/pm_permissions_1 | Moonchild | 2018-06-19 | -1/+1 |
|\| | | | | | [PALEMOON] Fix "Permissions Manager" and get cookies | |||
| * | [PALEMOON] Fix "Permissions Manager" and cookies | janekptacijarabaci | 2018-06-19 | -1/+1 |
| | | | | | | | | Follow up #273 | |||
* | | Fix typo in newtab transformations.js | wolfbeast | 2018-06-19 | -1/+1 |
| | | ||||
* | | Stop using old-style promises module in about:newtab. | wolfbeast | 2018-06-19 | -50/+40 |
| | | | | | | | | | | | | | | - Rewrite to arrow functions. - Stop using .defer and .promised Tag #517. | |||
* | | Merge pull request #515 from JustOff/PR_devtools_strings | Moonchild | 2018-06-19 | -24/+40 |
|\ \ | |/ |/| | Correct the browser and platform names in DevTools | |||
| * | Add extra `Firefox` -> `browser` changes in `webide.properties` | JustOff | 2018-06-18 | -1/+1 |
| | | ||||
| * | Correct the browser and platform names in `devtools\client` | JustOff | 2018-06-18 | -23/+39 |
|/ | ||||
* | Merge pull request #509 from ↵ | Moonchild | 2018-06-18 | -22/+53 |
|\ | | | | | | | | | janekptacijarabaci/context-menu_save-link-as_principal_1 Added "nsIContentPolicy::TYPE_SAVEAS_DOWNLOAD": The context menu - "Save Link As" feature should use the loading principal instead of the system principal | |||
| * | nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, ↵ | janekptacijarabaci | 2018-06-18 | -14/+15 |
| | | | | | | | | rewrite uuid | |||
| * | nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained ↵ | janekptacijarabaci | 2018-06-18 | -2/+9 |
| | | | | | | | | in nsContentBlocker.cpp | |||
| * | Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next files | janekptacijarabaci | 2018-06-17 | -1/+4 |
| | | ||||
| * | Rewrite uuid for ContentPolicy | janekptacijarabaci | 2018-06-17 | -3/+3 |
| | | ||||
| * | [PALEMOON] Fix "loadingPrincipal" in nsContextMenu.js | janekptacijarabaci | 2018-06-17 | -1/+1 |
| | | ||||
| * | Remove a comment in nsContextMenu.js | janekptacijarabaci | 2018-06-17 | -10/+0 |
| | | ||||
| * | Fix typo in nsContentPolicyUtils.h | janekptacijarabaci | 2018-06-17 | -1/+1 |
| | | ||||
| * | Bug 1430758 - No CSP directive for nsIContentPolicy::TYPE_SAVEAS_DOWNLOAD | janekptacijarabaci | 2018-06-17 | -0/+3 |
| | | ||||
| * | Bug 1398229 - Save-link-as feature should use the loading principal - ↵ | janekptacijarabaci | 2018-06-17 | -2/+25 |
| | | | | | | | | implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD | |||
| * | Bug 1398229 - Save-link-as feature should use the loading principal - ↵ | janekptacijarabaci | 2018-06-17 | -2/+6 |
| | | | | | | | | context menu using nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD | |||
* | | Merge pull request #514 from janekptacijarabaci/pm_findbar_4 | Moonchild | 2018-06-18 | -53/+48 |
|\ \ | | | | | | | [PALEMOON] Fix Findbar: The context menu - "View Page Source" | |||
| * | | [PALEMOON] Findbar - added the listener also to tabbrowser.xml, remove ↵ | janekptacijarabaci | 2018-06-18 | -23/+47 |
| | | | | | | | | | | | | | | | | | | "_fastFind", a better focus() for the method "updateCurrentBrowser" Issue #513 | |||
| * | | [PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in the ↵ | janekptacijarabaci | 2018-06-18 | -30/+1 |
|/ / | | | | | | | | | | | gBrowser) Issue #513 | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-06-17 | -16/+23 |
|\| | ||||
| * | Merge pull request #500 from trav90/uaoverrides-basilisk | Moonchild | 2018-06-16 | -0/+2 |
| |\ | | | | | | | [BASILISK] Add UA overrides for YouTube Live | |||
| | * | [BASILISK] Add UA overrides for YouTube Live | trav90 | 2018-06-15 | -0/+2 |
| | | | ||||
| * | | Merge pull request #501 from trav90/uaoverrides-palemoon | Moonchild | 2018-06-16 | -5/+0 |
| |\ \ | | | | | | | | | [PALEMOON] Remove UA override for Google Fonts | |||
| | * | | [PALEMOON] Remove UA override for Google Fonts | trav90 | 2018-06-15 | -5/+0 |
| | |/ | ||||
| * | | Merge pull request #503 from janekptacijarabaci/pm_findbar_4_sanitize | Moonchild | 2018-06-16 | -7/+17 |
| |\ \ | | | | | | | | | [PALEMOON] Sanitize - "Form and search history" sanitize also the Findbar text and history (Ctrl-Z) | |||
| | * | | [PALEMOON] Sanitize - "Form and search history" sanitize also the Findbar ↵ | janekptacijarabaci | 2018-06-15 | -7/+17 |
| | |/ | | | | | | | | | | | | | | | | text and history (Ctrl-Z) Issue #502 | |||
| * | | Merge pull request #504 from ↵ | Moonchild | 2018-06-16 | -4/+4 |
| |\ \ | | | | | | | | | | | | | | | | | janekptacijarabaci/devtools_locales_scratchpad_typos-in-comments_1 Fix typos in comments - scratchpad.properties | |||
| | * | | Fix typos in comments - scratchpad.properties | janekptacijarabaci | 2018-06-15 | -4/+4 |
| | |/ |