summaryrefslogtreecommitdiffstats
path: root/application/basilisk/base/content
Commit message (Collapse)AuthorAgeLines
* Remove Basilisk from the Unified XUL Platform repositoryMatt A. Tobin2019-12-16-48231/+0
| | | | Development will proceed at https://github.com/MoonchildProductions/Basilisk
* Issue #1259 - Part 6. Remobe Adobe EME from Basilisk frontendadeshkp2019-11-10-17/+1
|
* Issue #1252 - Remove fragile fast path.wolfbeast2019-11-04-11/+0
| | | | This resolves #1252.
* Issue #1124: [Basilisk] Remove Dev Edition front-end tie-ins.wolfbeast2019-08-14-146/+0
|
* Issue #1158 - Reinstate `tabcontainer` variableFranklinDM2019-07-05-0/+2
| | | | - This was erroneously removed in commit 1f5194b5f1deb0f36b36ed886d94ce5f8b62ca9d because it is still being used by surrounding code.
* Issue #1158 - Remove extraneous closing braceFranklinDM2019-07-05-14/+13
| | | | - This also adjusts code indentation
* Issue #246 - Remove more of compact mode and newtab junk from Basiliskadeshkp2019-05-25-80/+4
|
* Issue #246 - Revert "Revert "Remove unwanted newtab page code""adeshkp2019-05-25-3471/+7
| | | | | | | | | | Page thumbnails hiccups seem to have resolved, so it can be landed again. This reverts commit 51792b31a36b9539fdd1b4b85abe486c1652b6c4. Conflicts: application/basilisk/modules/DirectoryLinksProvider.jsm
* Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.js for ↵Matt A. Tobin2019-05-09-0/+10
| | | | Extension compatibility
* Merge pull request #1080 from Ascrod/readerviewMoonchild2019-05-06-2/+4
|\ | | | | Reader Updates
| * Update surrounding code for new Readerable module. Tag #361.Ascrod2019-04-27-2/+4
| |
* | Restore BROWSER_NEW_TAB_URL check in Basilisk.wolfbeast2019-05-02-1/+1
| | | | | | | | This resolves #1066
* | [minor] Fix a variable name in Basilisk error pageadeshkp2019-04-24-1/+1
| | | | | | Related commit: https://github.com/MoonchildProductions/UXP/commit/e313e5e2ec19355988c3d59745c202f4604670d3#diff-115f6bd87bbdaa1f6445547dac684c9c
* | Merge pull request #1051 from adeshkp/remove-telemetry-security_uiNew Tobin Paradigm2019-04-23-55/+0
|\ \ | | | | | | Remove SecurityUI telemetry.
| * | Remove SecurityUI telemetry.adeshkp2019-04-21-55/+0
| |/
* | Issue #1049 - Show sync status via label of sync-buttonMatt A. Tobin2019-04-21-3/+12
| |
* | [PHOENIX] Fix missing default from lastSync in browser-syncui.js in Pale ↵Matt A. Tobin2019-04-21-5/+1
|/ | | | Moon and replace the tryblock in Basilisk
* Merge branch 'master' into default-prefAscrod2019-04-18-5403/+329
|\
| * Remove FxAccounts front-end module referencesMoonchild2019-04-18-2/+0
| |
| * [BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean upMatt A. Tobin2019-04-17-19/+8
| |
| * [BASILISK] Port PM Sync Client - Part 5: Port the original sync toolbar ↵Matt A. Tobin2019-04-16-1/+16
| | | | | | | | button and create a synced tabs toolbar button
| * [BASILISK] Port PM Sync Client - Part 4: Tools menu items (Set Up Sync/Sync Now)Matt A. Tobin2019-04-16-2/+20
| |
| * [BASILISK] Restore Tabs from Other Devices history menu item and Add First ↵Matt A. Tobin2019-04-13-3/+16
| | | | | | | | Sync Progress
| * Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-08-108/+0
| |\
| * | [BASILISK] Port PM Sync Client - Part 2: Basic Integration with glue and ↵Matt A. Tobin2019-03-31-0/+38
| | | | | | | | | | | | preferences
| * | [BASILISK] Port PM Sync Client - Part 1: Initial transferMatt A. Tobin2019-03-31-0/+470
| | |
| * | [BASILISK] Remove FxA infected Sync - Part 3: Remove about:accountsMatt A. Tobin2019-03-30-1247/+0
| | |
| * | [BASILISK] Remove FxA infected Sync - Part 2: Sync ClientMatt A. Tobin2019-03-30-3370/+0
| | |
| * | [BASILISK] Remove FxA infected Sync - Part 1: Remove or condition CUI and ↵Matt A. Tobin2019-03-30-900/+1
| | | | | | | | | | | | Integration Points
| * | [BASILISK] Remove FxA Synced Tabs SidebarMatt A. Tobin2019-03-30-60/+0
| | |
| * | Merge branch 'master' into Sync-weavewolfbeast2019-03-29-486/+31
| |\ \
| * | | Remove fxAccountsEnabled checks.wolfbeast2019-03-13-32/+5
| | | | | | | | | | | | | | | | Tag #812
| * | | Remove CloudSyncwolfbeast2019-03-13-25/+0
| | | | | | | | | | | | | | | | Tag #812
* | | | Issue #991 Part 2: BasiliskAscrod2019-04-13-40/+9
| |_|/ |/| |
* | | Zap the robots.wolfbeast2019-04-05-108/+0
| |/ |/| | | | | Resolves #1036
* | Merge pull request #834 from g4jc/remove_contextidMoonchild2019-03-25-469/+24
|\ \ | | | | | | Issue #756 - Remove Contextual Identity
| * | Issue #756 - Remove Contextual Identity from BasiliskGaming4JC2019-03-18-469/+24
| |/
* / Remove obsolete getPref helpers.Ascrod2019-03-24-17/+7
|/
* Make the Auth prompt DOS protection a browser-element opt-in feature.wolfbeast2019-03-01-2/+7
|
* Update Basilisk FE code with HTTP Auth DoS protection.wolfbeast2019-02-28-1/+12
|
* Remove webextensions conditional code from Basilisk.wolfbeast2019-02-13-30/+0
| | | | Tag issue #936
* Merge pull request #959 from FranklinDM/fullscreenpatch-v2Moonchild2019-02-04-25/+10
|\ | | | | Use 'mousemove' events for hiding the Navigation Toolbar in Full Screen
| * [Basilisk] Use mousemove events instead of MousePosTracker for hiding the ↵FranklinDM2019-02-02-25/+10
| | | | | | | | | | | | navigation bar in fullscreen * Tag #336
* | Stub out FxA context menu functions.wolfbeast2018-12-17-80/+2
| | | | | | | | Tag #812
* | Remove non-functional removal summary from quota dialog.wolfbeast2018-12-10-32/+0
| |
* | Restore quota view/warnings to Basilisk.wolfbeast2018-12-10-0/+391
| |
* | [BASILISK] Make CUI's PanelUI work with Weave.wolfbeast2018-12-02-31/+12
| |
* | [BASILISK] Make Basilisk front-end use Weavewolfbeast2018-12-01-29/+8
|/
* align Basilisk sidebar context menu behaviour with Pale Moonyami2018-10-20-0/+15
|
* Issue #832 Part 1: Remove modules, chrome, and preferences.Ascrod2018-10-11-28/+0
|