Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Issue #17 - Reinstate erroneously removed unload event listener | Moonchild | 2020-07-10 | |
| | | | | | Looks like this was just lazily lumped in with WebExtension stuff and got removed as a result. This should prevent the autorefresh blocker from leaking. | |||
* | Merge pull request #19 from Lootyhoof/global-menu | Moonchild | 2020-07-10 | |
|\ | | | | | Add global menubar support for GTK | |||
| * | Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK | Lootyhoof | 2020-06-09 | |
| | | ||||
* | | Issue MoonchildProductions/UXP#1577 - Update client.mk to be more consistent ↵ | Matt A. Tobin | 2020-06-10 | |
| | | | | | | | | | | | | with the original platform version Again. | |||
* | | Update back-end branch pointerv2020.06.10 | wolfbeast | 2020-06-10 | |
| | | ||||
* | | Revert "Issue MoonchildProductions/UXP#1577 - Update client.mk to be more ↵ | wolfbeast | 2020-06-10 | |
|/ | | | | | | consistent with the original platform version" This reverts commit 1febb594dfd7127840ed1d67da9aaf4b3f2ff65d. | |||
* | Update back-end branch pointer | Moonchild | 2020-06-09 | |
| | ||||
* | Issue MoonchildProductions/UXP#1577 - Update client.mk to be more consistent ↵ | Matt A. Tobin | 2020-06-07 | |
| | | | | with the original platform version | |||
* | [ui] Encode braille space | wolfbeast | 2020-06-02 | |
| | ||||
* | Issue MoonchildProductions/UXP#1538 - remove speech recognition | Moonchild | 2020-05-20 | |
| | | | | | - Update back-end branch pointer - Remove recognition interface from package manifest | |||
* | [AM] Clean up addon-signing build leftovers.v2020.05.08 | wolfbeast | 2020-05-07 | |
| | ||||
* | Update back-end branch pointer | wolfbeast | 2020-05-07 | |
| | ||||
* | Merge pull request #14 from adeshkp/patch-1 | New Tobin Paradigm | 2020-04-25 | |
|\ | | | | | Remove identity from manifest | |||
| * | Issue MoonchildProductions/UXP#756 - Remove identity from manifest | adeshkp | 2020-04-26 | |
|/ | ||||
* | Update back-end branch pointerv2020.04.17 | wolfbeast | 2020-04-17 | |
| | ||||
* | Add app-specific moz.configure example line | wolfbeast | 2020-04-17 | |
| | ||||
* | Fix broken preferences advanced pane initializationv2020.04.15-2 | wolfbeast | 2020-04-15 | |
| | ||||
* | Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to ↵v2020.04.15 | Matt A. Tobin | 2020-04-14 | |
| | | | | | | MOZ_CAN_DRAW_IN_TITLEBAR except for AppConstants in CUI Also updates platform commit pointer to match | |||
* | Ensure AV1 is enabled in all builds by default. | wolfbeast | 2020-04-13 | |
| | ||||
* | Switch security storage db to SQL | wolfbeast | 2020-04-12 | |
| | ||||
* | Update back-end branch pointer | wolfbeast | 2020-04-11 | |
| | ||||
* | Change geolocation pref for official releases to https | wolfbeast | 2020-04-11 | |
| | ||||
* | Remove erroneously kept pre-release update disable pref. | wolfbeast | 2020-04-11 | |
| | ||||
* | Issue MoonchildProductions/UXP#1360 - Fix typo | wolfbeast | 2020-03-25 | |
| | ||||
* | Issue MoonchildProductions/UXP#1360 - Align basilisk FE with this change | wolfbeast | 2020-03-25 | |
| | ||||
* | Merge pull request #10 from JustOff/PR_ssuao_os_slice | Moonchild | 2020-03-16 | |
|\ | | | | | Use %OS_SLICE% macro in SSUAO to refine OS info | |||
| * | Issue MoonchildProductions/UXP#1473 - Use `%OS_SLICE%` macro in SSUAO to ↵ | JustOff | 2020-03-11 | |
| | | | | | | | | refine OS info | |||
* | | Update back-end branch pointer | wolfbeast | 2020-03-16 | |
| | | | | | | | | includes dependency for #10 | |||
* | | Merge pull request #9 from dbsoft/CatalinaBuildFixes | New Tobin Paradigm | 2020-03-13 | |
|\ \ | |/ |/| | Copy dylibs to the application bundle instead of symlinks. | |||
| * | Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle ↵ | Brian Smith | 2020-03-13 | |
|/ | | | | instead of symlinks. | |||
* | [SSUAO] Update YouTube overrides to switch to polymer v1v2020.03.11 | Matt A. Tobin | 2020-03-09 | |
| | | | | This did not get propagated over here for some reason | |||
* | Merge pull request #7 from athenian200/function-syntax | New Tobin Paradigm | 2020-03-09 | |
|\ | | | | | Remove named function syntax from Basilisk. | |||
| * | Fix typo. | athenian200 | 2020-03-07 | |
| | | ||||
| * | Fix typo. | athenian200 | 2020-03-06 | |
| | | ||||
| * | Merge branch 'master' of https://github.com/MoonchildProductions/Basilisk ↵ | athenian200 | 2020-03-06 | |
| |\ | | | | | | | | | | into function-syntax | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/sync. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/shell. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/sessionstore. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/search. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/preferences. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/places. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/newtab. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/migration. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components/feeds. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/components. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/modules. | |||
| * | | Issue MoonchildProductions/UXP#516 - Remove named function syntax from ↵ | athenian200 | 2020-03-06 | |
| | | | | | | | | | | | | basilisk/base. | |||
* | | | Issue MoonchildProductions/UXP#1470 - Removae update.locale from ↵ | Matt A. Tobin | 2020-03-06 | |
| |/ |/| | | | | | package-manifest | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/Basiliskv2020.03.04 | wolfbeast | 2020-03-04 | |
|\ \ | ||||
| * | | Issue MoonchildProductions/UXP#316 - Update install manifest for moved | wolfbeast | 2020-03-02 | |
| | | | | | | | | | | | | jsinspector interface |