summaryrefslogtreecommitdiffstats
path: root/application/basilisk/components
Commit message (Collapse)AuthorAgeLines
* Remove Basilisk from the Unified XUL Platform repositoryMatt A. Tobin2019-12-16-178751/+0
| | | | Development will proceed at https://github.com/MoonchildProductions/Basilisk
* Issue #1124: [Basilisk] Remove Dev Edition front-end tie-ins.wolfbeast2019-08-14-21/+2
|
* Issue #1124: Remove Firefox Developer Edition code.wolfbeast2019-08-14-133/+1
| | | | Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
* Remove "Delete this page" and "Forget about this site" from livemarks.janekptacijarabaci2019-08-12-3/+7
| | | | | | These context menu entries should not be present on live bookmarks because they make no sense for feed entries. This resolves #663.
* Merge pull request #1185 from FranklinDM/bk_newaddon-missingMoonchild2019-07-15-1/+1
|\ | | | | [BASILISK] A prompt should be shown for new foreign add-ons on startup
| * [BASILISK] A prompt should be shown for new foreign add-ons on start upFranklinDM2019-07-15-1/+1
| | | | | | | | | | - Follow up to: 2cbbc5de4596ef3436685fa3316eeed9af700249 and #937 - Should be `RecentWindow.getMostRecentBrowserWindow()` instead of `this.getMostRecentBrowserWindow()`.
* | Remove WebIDE devtools component.wolfbeast2019-07-13-5/+0
|/ | | | This resolves #1123
* Issue #246 - Remove more of compact mode and newtab junk from Basiliskadeshkp2019-05-25-2/+0
|
* Issue #246 - Revert "Revert "Remove unwanted newtab page code""adeshkp2019-05-25-3/+0
| | | | | | | | | | Page thumbnails hiccups seem to have resolved, so it can be landed again. This reverts commit 51792b31a36b9539fdd1b4b85abe486c1652b6c4. Conflicts: application/basilisk/modules/DirectoryLinksProvider.jsm
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-8/+0
| | | | MOZ_FENNEC
* Sort out search serviceMatt A. Tobin2019-04-23-0/+5072
| | | | The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
* Merge branch 'master' into default-prefAscrod2019-04-18-2538/+3667
|\
| * [BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui ↵Matt A. Tobin2019-04-17-1/+3
| | | | | | | | when it is disabled, duh.
| * [BASILISK] Restore Tabs from Other Devices history menu item and Add First ↵Matt A. Tobin2019-04-13-0/+9
| | | | | | | | Sync Progress
| * Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-08-6/+0
| |\
| * | [BASILISK] Port PM Sync Client - Part 2: Basic Integration with glue and ↵Matt A. Tobin2019-03-31-748/+129
| | | | | | | | | | | | preferences
| * | [BASILISK] Port PM Sync Client - Part 1: Initial transferMatt A. Tobin2019-03-31-0/+3512
| | |
| * | [BASILISK] Remove FxA infected Sync - Part 3b: nsModuleMatt A. Tobin2019-03-30-1/+0
| | |
| * | [BASILISK] Remove FxA infected Sync - Part 3: Remove about:accountsMatt A. Tobin2019-03-30-4/+0
| | |
| * | [BASILISK] Remove FxA infected Sync - Part 1: Remove or condition CUI and ↵Matt A. Tobin2019-03-30-255/+21
| | | | | | | | | | | | Integration Points
| * | [BASILISK] Remove FxA Synced Tabs SidebarMatt A. Tobin2019-03-30-1523/+0
| | |
| * | Merge branch 'master' into Sync-weavewolfbeast2019-03-29-782/+14
| |\ \
| * | | Remove fxAccountsEnabled checks.wolfbeast2019-03-13-24/+8
| | | | | | | | | | | | | | | | Tag #812
* | | | Issue #991 Part 2: BasiliskAscrod2019-04-13-106/+26
| |_|/ |/| |
* | | Zap the robots.wolfbeast2019-04-05-6/+0
| |/ |/| | | | | Resolves #1036
* | Issue #756 - Remove Contextual Identity from BasiliskGaming4JC2019-03-18-782/+14
|/
* Remove conditional MOZ_MAINTENANCE_SERVICE codewolfbeast2019-02-20-32/+0
| | | | Tag #145
* Move "No proxy for" control down to clarify it is a global effect.wolfbeast2019-02-14-3/+3
| | | | | Follow-up to the behavior change in commit 6567bb631a78033b6b4cc32bc93e07d837652276
* Remove webextensions conditional code from Basilisk.wolfbeast2019-02-13-10407/+0
| | | | Tag issue #936
* Never let "localhost" get sent to a proxy.wolfbeast2019-02-07-1/+1
| | | | Also make "No proxy for" editable always when usable.
* [BASILISK] Align browser glue with TychoAM for enableable add-ons.wolfbeast2019-01-28-20/+20
|
* Add nullcheck for addons (pre-installed webextensions return null)wolfbeast2019-01-28-2/+2
| | | | Tag #937.
* Restore quota view/warnings to Basilisk.wolfbeast2018-12-10-5/+13
|
* [BASILISK] Make CUI's PanelUI work with Weave.wolfbeast2018-12-02-2/+3
|
* [BASILISK] Make Basilisk front-end use Weavewolfbeast2018-12-01-74/+1
|
* [BASILISK] Enable the "legacy" panels for the sync preferences.wolfbeast2018-11-30-107/+2
|
* Issue #832 Part 1: Remove modules, chrome, and preferences.Ascrod2018-10-11-2956/+0
|
* [BASILISK] Protect against nsIPrincipal.origin throwing for about:blank ↵JustOff2018-10-06-1/+8
| | | | iframes and custom protocols
* [BASILISK] Skip notifications for background tabs when restoring a sessionJustOff2018-09-16-2/+6
|
* Basilisk: Fix locale error on migration.xul on LinuxGaming4JC2018-08-21-4/+2
|
* Basilisk: Remove TelemetryStopwatchGaming4JC2018-08-19-76/+0
|
* Prevent suppressing executable warnings using the "don't ask me this again" ↵wolfbeast2018-07-02-2/+1
| | | | | | | | | | checkbox. A hidden preference matching the behavior of "browser.download.manager.alertOnEXEOpen" is kept, but is renamed in order to recover cases where the checkbox was used accidentally. While there, simplify the `confirmLaunchExecutable` function by converting from promises to async function. Since Basilisk moved this prompting to toolkit, we also clean up some unused duplicate strings from application/basilisk while we're there. This resolves #581
* Revert "Remove unwanted newtab page code"wolfbeast2018-06-29-0/+3
| | | | This reverts commit 277fa0afdc50b707b3227ca327c29766cdcd20f1.
* Remove unwanted newtab page codewolfbeast2018-06-24-3/+0
| | | | | - Get rid of "enhanced" suggested/sponsored tiles in about:newtab - Remove "compact view"
* Preferences - Show Cookies - <tree onselect>/"onCookieSelected" is not fired ↵janekptacijarabaci2018-06-24-1/+3
| | | | twice
* Preferences - Show Cookies - "Remove Selected" button should not be active ↵janekptacijarabaci2018-06-24-1/+3
| | | | if there are no items
* Remove BrowserUITelemetry from Basilisk applicationGaming4JC2018-06-21-28/+0
|
* Fix incorrect preprocessor defines for safebrowsingJustOff2018-06-12-11/+11
|
* [BASILISK] Hide tracking protection title from aboutPrivateBrowsing if ↵JustOff2018-06-10-0/+2
| | | | safebrowsing isn't built
* [BASILISK] Hide tracking protection description from aboutPrivateBrowsing if ↵JustOff2018-06-10-1/+1
| | | | safebrowsing isn't built