From 6d614170cbfa958564eb5f824234ad5a9e484344 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 05:06:10 -0500 Subject: Revert "Add Basilisk" This reverts commit e72ef92b5bdc43cd2584198e2e54e951b70299e8. --- application/basilisk/base/content/browser-sets.inc | 382 --------------------- 1 file changed, 382 deletions(-) delete mode 100644 application/basilisk/base/content/browser-sets.inc (limited to 'application/basilisk/base/content/browser-sets.inc') diff --git a/application/basilisk/base/content/browser-sets.inc b/application/basilisk/base/content/browser-sets.inc deleted file mode 100644 index 7c066f410..000000000 --- a/application/basilisk/base/content/browser-sets.inc +++ /dev/null @@ -1,382 +0,0 @@ -# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -# 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/. - -#ifdef XP_UNIX -#ifndef XP_MACOSX -#define XP_GNOME 1 -#endif -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifdef XP_MACOSX - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifdef E10S_TESTING_ONLY - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifndef XP_MACOSX - -#endif - -# -# Search Command Key Logic works like this: -# -# Unix: Ctrl+K (cross platform binding) -# Ctrl+J (in case of emacs Ctrl-K conflict) -# Mac: Cmd+K (cross platform binding) -# Cmd+Opt+F (platform convention) -# Win: Ctrl+K (cross platform binding) -# Ctrl+E (IE compat) -# -# We support Ctrl+K on all platforms now and advertise it in the menu since it is -# our standard - it is a "safe" choice since it is near no harmful keys like "W" as -# "E" is. People mourning the loss of Ctrl+K for emacs compat can switch their GTK -# system setting to use emacs emulation, and we should respect it. Focus-Search-Box -# is a fundamental keybinding and we are maintaining a XP binding so that it is easy -# for people to switch to Linux. -# - -#ifdef XP_MACOSX - -#endif -#ifdef XP_WIN - -#endif -#ifdef XP_GNOME - - -#else - -#endif - - - - - - - - -#ifdef XP_UNIX - -#else - -#endif - - - - - - - - -#ifndef XP_MACOSX - - -#else - - -#endif -#ifdef XP_UNIX - - -#endif - - -#ifndef XP_MACOSX - - - -#else - - - -#endif - - - - -#ifndef XP_WIN - -#endif - - - -#ifdef XP_MACOSX - -#endif - - - - -# Accel+Shift+A-F are reserved on GTK -#ifndef MOZ_WIDGET_GTK - - -#else - -#endif - -#ifdef XP_WIN -# Cmd+I is conventially mapped to Info on MacOS X, thus it should not be -# overridden for other purposes there. - -#endif - - - -#ifdef XP_MACOSX - -#endif - - - - - - - - - - - - - - - - - -#ifdef XP_MACOSX - - -#elifdef XP_UNIX - -#endif - -#ifdef FULL_BROWSER_WINDOW - -#endif - - -#ifdef XP_GNOME -#define NUM_SELECT_TAB_MODIFIER alt -#else -#define NUM_SELECT_TAB_MODIFIER accel -#endif - -#expand -#expand -#expand -#expand -#expand -#expand -#expand -#expand -#expand - - - -# Used by baseMenuOverlay -#ifdef XP_MACOSX - -#endif - -- cgit v1.2.3