Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Preferences - Saved Passwords - "Remove" button should not be active if ↵ | janekptacijarabaci | 2018-06-24 | -1/+1 |
| | | | | there are no items | |||
* | Merge pull request #538 from trav90/code-cleanup | Moonchild | 2018-06-24 | -50/+0 |
|\ | | | | | Remove GCC 4.8 workaround in libopus | |||
| * | Remove GCC 4.8 workaround in libopus | trav90 | 2018-06-23 | -50/+0 |
|/ | | | | This patch removes a workaround when building for ARM platforms using GCC 4.8 (which we no longer support). | |||
* | Merge pull request #537 from janekptacijarabaci/build_error_1 | Moonchild | 2018-06-24 | -2/+2 |
|\ | | | | | Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml" | |||
| * | Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml" | janekptacijarabaci | 2018-06-23 | -2/+2 |
|/ | ||||
* | Merge pull request #532 from ↵ | Moonchild | 2018-06-23 | -6/+8 |
|\ | | | | | | | | | janekptacijarabaci/toolkit_create-new-profile_error_1 Toolkit - Fix throws an error from "Create a New Profile" | |||
| * | Toolkit - Fix throws an error from Create a New Profile | janekptacijarabaci | 2018-06-23 | -6/+8 |
| | | | | | | | | Issue #531 | |||
* | | Fix about:rights dependencies for Safe Browsing. | wolfbeast | 2018-06-23 | -2/+3 |
| | | | | | | | | This resolves #533. | |||
* | | Merge pull request #535 from janekptacijarabaci/about_telemetry_error_1 | Moonchild | 2018-06-23 | -0/+4 |
|\ \ | |/ |/| | Fix throws an error on "about:telemetry" | |||
| * | Fix throws an error on "about:telemetry" | janekptacijarabaci | 2018-06-23 | -0/+4 |
|/ | ||||
* | Merge pull request #530 from Lootyhoof/close-icon | Moonchild | 2018-06-23 | -5/+66 |
|\ | | | | | Add new close icons and make current icons Basilisk-specific | |||
| * | Add new close icons and make current icons Basilisk-specific | Lootyhoof | 2018-06-22 | -5/+66 |
| | | ||||
* | | Improve newtab styling | wolfbeast | 2018-06-22 | -11/+13 |
| | | | | | | | | | | | | - De-duplicate controls - Improve title text position - Improve pinned site indicator | |||
* | | Merge pull request #528 from g4jc/remove_browser_ui_telemetry | Moonchild | 2018-06-22 | -1006/+0 |
|\ \ | | | | | | | backport mozbug 1453667: Remove BrowserUITelemetry from Basilisk application | |||
| * | | Remove BrowserUITelemetry from Basilisk application | Gaming4JC | 2018-06-21 | -1006/+0 |
| |/ | ||||
* | | Merge pull request #525 from MoonchildProductions/newtab-page-work | Moonchild | 2018-06-22 | -821/+1370 |
|\ \ | |/ |/| | Newtab page work | |||
| * | 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 #526 from trav90/HSTS-preload-list | New Tobin Paradigm | 2018-06-21 | -1865/+2637 |
|\ \ | | | | | | | Update HSTS preload list | |||
| * | | Update HSTS preload list | trav90 | 2018-06-21 | -1865/+2637 |
|/ / | | | | | | | Tag #447 | |||
* | | Fix SSL status ambiguity. | wolfbeast | 2018-06-20 | -9/+45 |
| | | | | | | | | | | - Adds CipherSuite string with the full suite - Changes CipherName to be the actual cipher name instead of the (erroneous) full suite like Firefox does. | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-06-20 | -3/+3 |
|\ \ | ||||
| * \ | Merge pull request #523 from JustOff/PR_locale_regressions | Moonchild | 2018-06-20 | -3/+3 |
| |\ \ | | | | | | | | | Fix misc regressions in en-US locale | |||
| | * | | Fix misc regressions in en-US locale | JustOff | 2018-06-20 | -3/+3 |
| | |/ | ||||
* | / | The Tomato's #507. | wolfbeast | 2018-06-20 | -0/+2 |
|/ / | ||||
* / | Remove Google logo from about:home search bar internals. | wolfbeast | 2018-06-20 | -127/+0 |
|/ | ||||
* | 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 |
| | |