Gopher support initial commit (OverbiteFF plugin ported to browser itself)

This commit is contained in:
wuggy 2026-09-19 07:41:29 -07:00
commit 1ea8fc9d0f
73 changed files with 3739 additions and 0 deletions

16
browser/gopher/moz.build Normal file
View file

@ -0,0 +1,16 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
JAR_MANIFESTS += ['jar.mn']
FINAL_TARGET_FILES.components += [
'components/about.js',
'components/gopher.manifest',
'components/protocol.js',
]
FINAL_TARGET_FILES['defaults/preferences'] += [
'defaults/preferences/overbiteff.js',
]