Commit graph

85 commits

Author SHA1 Message Date
Basilisk-Dev
4a95f9d418 [Basilisk] fix bug with preferences not working 2024-05-16 22:53:06 +08:00
Basilisk-Dev
51091fd760 [Basilisk] Add error handling to MIME type processing in prefs.
Port of MoonchildProductions/Pale-Moon#1959
2024-05-08 21:23:30 +08:00
Basilisk-Dev
c5baecf1fb [Basilisk] Issue #47 - add checkboxes to toggle WebRTC and WASM 2023-12-15 10:07:58 +08:00
Basilisk-Dev
30e47eb5bc [Basilisk] Issue #19 - Implement GlobalPrivacyControl 2023-10-18 11:49:14 +08:00
Moonchild
6cefc52d32 [Basilisk] Issue #2 - Remove Safebrowsing and TrackingProtection from the FE
This resolves #2
2023-10-18 11:29:58 +08:00
Basilisk-Dev
4c819bd3d5 [Basilisk] Dont preprocess files that dont need preprocessing 2023-10-06 10:42:03 +08:00
Basilisk-Dev
fa1cbb6658 [Basilisk] Issue #67 - stop using appconst in aboutSessionRestore.js 2023-10-06 10:41:07 +08:00
Basilisk-Dev
264cd17e94 [Basilisk] Remove some leftover crashreporter stuff 2023-10-06 10:29:54 +08:00
Basilisk-Dev
e73c73a426 [Basilisk] Remove unused functionality for reporting crashes to an external server 2023-10-06 10:27:35 +08:00
Basilisk-Dev
b5a13a2a38 [Basilisk] Remove last bits of telemetry 2023-10-06 10:24:33 +08:00
Basilisk-Dev
32e4115055 [Basilisk] Remove stubs and references. Remove some telemetry leftovers 2023-10-06 10:06:57 +08:00
Basilisk-Dev
4abf537287 [Basilisk] Port Pale Moon version of Tab fading Backport of roytam1/UXP commit 2a32b18f46.patch 2023-03-12 07:15:23 +08:00
Moonchild
0691dfb5ba [Basilisk] Issue MoonchildProductions/GRE#3029 - Fix search after telemetry removal. 2022-04-28 12:01:38 +08:00
Moonchild
653cba3202 [Basilisk] Issue MoonchildProductions/GRE#3029 - Remove telemetry from FE 2022-04-28 11:58:17 +08:00
FranklinDM
0be821b7c1 [Basilisk] Issue #39 - Warn before opening many URI nodes in tabs 2021-04-30 09:50:10 +08:00
Moonchild
d88f98c226 [Basilisk] Don't try to force x-icon image type for search engine icon.
If it's not actually an image, then throw a warning in the console and bail.
2021-03-25 09:19:37 +08:00
Moonchild
76fca5f990 [Basilisk] Issue #31 - Part 4: Use nsIScriptableDateFormat in cookie preferences. 2020-12-21 15:04:03 +08:00
Moonchild
443bc25ce0 [Basilisk] Issue #31 - Part 3: Use nsIScriptableDateFormat in places library window. 2020-12-21 15:03:49 +08:00
Moonchild
ad9127aad4 [Basilisk] Issue #31 - Part 2: Use nsIScriptableDateFormat in feeds. 2020-12-21 15:03:34 +08:00
Moonchild
b28dba9f03 [Basilisk] Nuke vim configuration lines from the front-end (no code changes)
See MoonchildProductions/UXP#1656
2020-10-30 09:25:40 +08:00
Moonchild
f8c9d784db [Basilisk] [downloads] Stop using referrers as sources 2020-09-25 22:14:31 +08:00
Lootyhoof
be8bea50ff [Basilisk] Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK 2020-07-11 07:09:11 +08:00
wolfbeast
f51880be1f [Basilisk] [AM] Clean up addon-signing build leftovers. 2020-05-09 07:00:34 +08:00
wolfbeast
f8881af66c [Basilisk] Fix broken preferences advanced pane initialization 2020-04-18 07:22:18 +08:00
Matt A. Tobin
3d445060ae [Basilisk] Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR except for AppConstants in CUI
Also updates platform commit pointer to match
2020-04-18 07:21:58 +08:00
wolfbeast
3dcb7aeb81 [Basilisk] Issue MoonchildProductions/UXP#1360 - Fix typo 2020-04-03 09:33:55 +08:00
wolfbeast
3ea239bc83 [Basilisk] Issue MoonchildProductions/UXP#1360 - Align basilisk FE with this change 2020-04-03 09:33:35 +08:00
athenian200
06905b4207 [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/sync. 2020-03-13 10:55:03 +08:00
athenian200
645127d522 [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/shell. 2020-03-13 10:54:45 +08:00
athenian200
00ca0f3592 [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/sessionstore. 2020-03-13 10:54:10 +08:00
athenian200
d2396e489d [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/search. 2020-03-13 10:47:46 +08:00
athenian200
7f04845e74 [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/preferences. 2020-03-13 10:47:24 +08:00
athenian200
1cceb703f1 [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/places. 2020-03-13 10:47:05 +08:00
athenian200
d546845b66 [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/newtab. 2020-03-13 10:46:46 +08:00
athenian200
0682c46bab [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/migration. 2020-03-13 10:46:11 +08:00
athenian200
7b4185d1ff [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/feeds. 2020-03-13 10:45:45 +08:00
athenian200
97f72c7def [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components. 2020-03-13 10:45:25 +08:00
Matt A. Tobin
bb4519ea4f [Basilisk] Issue MoonchildProductions/UXP#1390 - Remove application support for the Presentation API 2020-02-07 09:41:06 +08:00
wolfbeast
188fdce00f Issue #1124: [Basilisk] Remove Dev Edition front-end tie-ins. 2019-08-17 13:32:34 +08:00
wolfbeast
1f68992bee Issue #1124: Remove Firefox Developer Edition code.
Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
2019-08-17 13:32:31 +08:00
janekptacijarabaci
fe68fd519c Remove "Delete this page" and "Forget about this site" from livemarks.
These context menu entries should not be present on live bookmarks
because they make no sense for feed entries.
This resolves #663.
2019-08-17 13:31:54 +08:00
FranklinDM
936be91587 [BASILISK] A prompt should be shown for new foreign add-ons on start up
- Follow up to: 2cbbc5de4596ef3436685fa3316eeed9af700249 and #937
- Should be `RecentWindow.getMostRecentBrowserWindow()` instead of `this.getMostRecentBrowserWindow()`.
2019-07-19 10:04:06 +08:00
wolfbeast
8c1500707f Remove WebIDE devtools component.
This resolves #1123
2019-07-19 10:01:13 +08:00
adeshkp
5465d68447 Issue #246 - Remove more of compact mode and newtab junk from Basilisk 2019-05-31 07:20:38 +08:00
adeshkp
769ac1dbfc Issue #246 - Revert "Revert "Remove unwanted newtab page code""
Page thumbnails hiccups seem to have resolved, so it can be landed again.

This reverts commit 51792b31a36b9539fdd1b4b85abe486c1652b6c4.

Conflicts:

	application/basilisk/modules/DirectoryLinksProvider.jsm
2019-05-31 07:20:34 +08:00
Matt A. Tobin
97059c1b48 Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC 2019-04-27 08:51:55 +08:00
Matt A. Tobin
85045bf6be Sort out search service
The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
2019-04-27 08:27:19 +08:00
Ascrod
5d978c380c Issue #991 Part 2: Basilisk 2019-04-27 08:21:41 +08:00
Matt A. Tobin
03d07e3e28 [BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui when it is disabled, duh. 2019-04-19 09:39:38 +08:00
Matt A. Tobin
a35c549212 [BASILISK] Restore Tabs from Other Devices history menu item and Add First Sync Progress 2019-04-19 09:33:09 +08:00