Commit graph

110 commits

Author SHA1 Message Date
roytam1
ecd3cd8676 Merge remote-tracking branch 'origin/tracking' into custom 2023-10-18 11:48:06 +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
roytam1
4f9068fe23 [Basilisk] some files in my tree still need preprocessing 2023-10-06 11:23:14 +08:00
roytam1
879ab0d7dc Merge remote-tracking branch 'origin/tracking' into custom 2023-10-06 10:48:24 +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
roytam1
2a32b18f46 [Basilisk] ported PM version of tab caption fading to here 2023-03-09 16:31:24 +08:00
roytam1
393b7aac8c [Basilisk] search: remove telemetry 2022-05-01 16:16:47 +08:00
roytam1
897bcc3b20 Merge remote-tracking branch 'origin/tracking' into custom 2022-04-28 12:15:29 +08:00
Moonchild
0691dfb5ba [Basilisk] Issue MoonchildProductions/GRE#3029 - Fix search after telemetry removal. 2022-04-28 12:01:38 +08:00
roytam1
e2613c0177 Merge remote-tracking branch 'origin/tracking' into custom 2022-04-28 11:59:07 +08:00
Moonchild
653cba3202 [Basilisk] Issue MoonchildProductions/GRE#3029 - Remove telemetry from FE 2022-04-28 11:58:17 +08:00
roytam1
223f5ace9a pref-ui: make sanitize sub-dialog resizable 2022-02-03 23:25:17 +08:00
roytam1
2c79eebb23 Merge remote-tracking branch 'origin/master' into custom 2021-05-05 10:32:33 +08:00
FranklinDM
0be821b7c1 [Basilisk] Issue #39 - Warn before opening many URI nodes in tabs 2021-04-30 09:50:10 +08:00
roytam1
f9ded55f98 Merge remote-tracking branch 'origin/master' into custom 2021-03-25 09:26:26 +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
roytam1
e075f1b671 Merge remote-tracking branch 'origin/master' into custom 2020-12-21 15:13:46 +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
roytam1
4903a8dfa9 Merge remote-tracking branch 'origin/master' into custom 2020-10-30 09:27:13 +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
roytam1
56aaf6a15a Merge remote-tracking branch 'origin/master' into custom 2020-09-25 22:18:48 +08:00
Moonchild
f8c9d784db [Basilisk] [downloads] Stop using referrers as sources 2020-09-25 22:14:31 +08:00
Roy Tam
a4875a589f Merge remote-tracking branch 'origin/master' into custom 2020-07-11 07:15:30 +08:00
Lootyhoof
be8bea50ff [Basilisk] Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK 2020-07-11 07:09:11 +08:00
Roy Tam
bd1e07b203 Merge remote-tracking branch 'origin/master' into custom 2020-05-09 07:01:19 +08:00
wolfbeast
f51880be1f [Basilisk] [AM] Clean up addon-signing build leftovers. 2020-05-09 07:00:34 +08:00
Roy Tam
924da4a2cc Merge remote-tracking branch 'origin/master' into custom 2020-04-18 07:25:50 +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
Roy Tam
9b8c8db3c7 [Basilisk] pref: fix missed change in rev 3ea239bc83 2020-04-13 09:27:18 +08:00
Roy Tam
4ecaa49dd0 Merge remote-tracking branch 'origin/master' into custom 2020-04-03 09:57:28 +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
Roy Tam
9d612014f8 Merge remote-tracking branch 'origin/master' into custom 2020-03-13 11:09:23 +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