Commit graph

127 commits

Author SHA1 Message Date
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
Roy Tam
a4875a589f Merge remote-tracking branch 'origin/master' into custom 2020-07-11 07:15:30 +08:00
Moonchild
02a893b998 [Basilisk] Issue #17 - Reinstate erroneously removed unload event listener
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.
2020-07-11 07:14:23 +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
5c4cee240f Merge remote-tracking branch 'origin/master' into custom 2020-06-06 07:27:53 +08:00
wolfbeast
d90086eff1 [Basilisk] [ui] Encode braille space 2020-06-06 07:24:45 +08:00
Roy Tam
924da4a2cc Merge remote-tracking branch 'origin/master' into custom 2020-04-18 07:25:50 +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
9d612014f8 Merge remote-tracking branch 'origin/master' into custom 2020-03-13 11:09:23 +08:00
athenian200
b31901aa3f [Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/base. 2020-03-13 10:43:36 +08:00
Roy Tam
a60c742310 Merge remote-tracking branch 'origin/master' into custom 2020-02-07 09:41:49 +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
Roy Tam
b53b2fdca6 Merge remote-tracking branch 'origin/master' into custom 2019-11-05 10:44:28 +08:00
wolfbeast
c7212a0d1a Issue #1252 - Remove fragile fast path.
This resolves #1252.
2019-11-05 10:43:39 +08:00
Mathwi
a0cdcc34b4 Help / About dialog box enhancements (#8)
* Replace Help / About Serpent window background

* Copy new web.whatsapp.com SSUAO from PM to Serpent

* Revert last commit & future-proof whatsapp SSUAO

1. Reverted previous commit as unnecessary. Web.whatsapp.com will work with a FF SSUAO as well as a Chrome one.
2. Changed FF rv for whatsapp.com from 61.0 to 68.0 so whatsapp will consider Basilisk & Serpent "up to date" for a while longer

* Fix file ext. to show "Serpent" wordmark

Style sheet was attempting to load about-wordmark.png but actual file is about-wordmark.svg

* Update about-wordmark.svg

* New royalty-free Help / About background image
2019-08-29 06:27:22 +08:00
Roy Tam
18869d3807 Merge remote-tracking branch 'origin/master' into custom 2019-08-17 13:34:39 +08:00
wolfbeast
188fdce00f Issue #1124: [Basilisk] Remove Dev Edition front-end tie-ins. 2019-08-17 13:32:34 +08:00
FranklinDM
41758fcea8 Issue #1158 - Reinstate tabcontainer variable
- This was erroneously removed in commit 1f5194b5f1deb0f36b36ed886d94ce5f8b62ca9d because it is still being used by surrounding code.
2019-07-06 06:45:38 +08:00
FranklinDM
0709a30e71 Issue #1158 - Remove extraneous closing brace
- This also adjusts code indentation
2019-07-06 06:45:35 +08:00
Roy Tam
6431b85501 Merge remote-tracking branch 'origin/master' into custom 2019-05-31 07:28:33 +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
Roy Tam
220b809fb9 Merge remote-tracking branch 'origin/master' into custom 2019-05-11 06:27:21 +08:00
Matt A. Tobin
c14d99f0ed Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.js for Extension compatibility 2019-05-11 06:22:44 +08:00
Ascrod
85caaf571c Update surrounding code for new Readerable module. Tag #361. 2019-05-11 06:21:58 +08:00
Roy Tam
1d71489799 Merge remote-tracking branch 'origin/master' into custom 2019-05-03 21:40:08 +08:00
wolfbeast
87dabd6682 Restore BROWSER_NEW_TAB_URL check in Basilisk.
This resolves #1066
2019-05-03 21:35:29 +08:00
Roy Tam
2cb30a238c Merge remote-tracking branch 'origin/master' into custom 2019-04-27 09:01:02 +08:00
adeshkp
c2c31f51af [minor] Fix a variable name in Basilisk error page
Related commit: e313e5e2ec (diff-115f6bd87b)
2019-04-27 08:56:20 +08:00
adeshkp
6a0abd1cd5 Remove SecurityUI telemetry. 2019-04-27 08:23:50 +08:00
Ascrod
5d978c380c Issue #991 Part 2: Basilisk 2019-04-27 08:21:41 +08:00
Roy Tam
838b5e4e48 Merge remote-tracking branch 'origin/master' into custom 2019-04-19 09:42:27 +08:00
Moonchild
1b9b6e7e75 Remove FxAccounts front-end module references 2019-04-19 09:40:12 +08:00
Matt A. Tobin
f73e1c9cf7 [BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean up 2019-04-19 09:39:01 +08:00
Matt A. Tobin
d398d1590c [BASILISK] Port PM Sync Client - Part 5: Port the original sync toolbar button and create a synced tabs toolbar button 2019-04-19 09:36:24 +08:00
Matt A. Tobin
fa30be0161 [BASILISK] Port PM Sync Client - Part 4: Tools menu items (Set Up Sync/Sync Now) 2019-04-19 09:36:23 +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
Matt A. Tobin
720e453480 [BASILISK] Port PM Sync Client - Part 2: Basic Integration with glue and preferences 2019-04-19 09:30:49 +08:00
Matt A. Tobin
648ed8edaf [BASILISK] Port PM Sync Client - Part 1: Initial transfer 2019-04-19 09:30:47 +08:00
Matt A. Tobin
a7c9827508 [BASILISK] Remove FxA infected Sync - Part 3: Remove about:accounts 2019-04-19 09:30:39 +08:00
Matt A. Tobin
0efe09389a [BASILISK] Remove FxA infected Sync - Part 2: Sync Client 2019-04-19 09:29:23 +08:00
Matt A. Tobin
b07b0d18b5 [BASILISK] Remove FxA infected Sync - Part 1: Remove or condition CUI and Integration Points 2019-04-19 09:29:22 +08:00
Matt A. Tobin
98ec471861 [BASILISK] Remove FxA Synced Tabs Sidebar 2019-04-19 09:29:20 +08:00
wolfbeast
77006c3f17 Remove fxAccountsEnabled checks.
Tag #812
2019-04-19 09:27:27 +08:00
wolfbeast
3685261ed4 Remove CloudSync
Tag #812
2019-04-19 09:27:23 +08:00
Roy Tam
ed1b356dfa Merge remote-tracking branch 'origin/master' into custom 2019-04-06 10:00:51 +08:00
wolfbeast
3dbc6ee1a4 Zap the robots.
Resolves #1036
2019-04-06 09:59:48 +08:00
Roy Tam
a10f2e94ad Revert "Issue #756 - Remove Contextual Identity from Basilisk"
This reverts commit ac50c95756.
2019-04-04 19:35:42 +08:00
Roy Tam
caab96c969 utilityOverlay: restore getBoolPref for compatibility 2019-03-30 06:49:19 +08:00
Gaming4JC
ac50c95756 Issue #756 - Remove Contextual Identity from Basilisk 2019-03-29 22:25:58 +08:00