How to update this patch: 1. cp browser/base/content/browser.xul browser/base/content/browser-kde.xul 2. Find editBookmarkPanelDoneButton 3. Replace #ifndef with #ifdef in the line above (this hanges the button order from Gnome-style to KDE-style) 4. git add --all && git diff --cached > current-kde-xul.patch diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul new file mode 100644 index 000000000000..0ea5a44ef08d --- /dev/null +++ b/browser/base/content/browser-kde.xul @@ -0,0 +1,1361 @@ +#filter substitution + +# -*- Mode: HTML -*- +# +# 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/. + + + + + + + + + + + + + + + + + + + + + +# All DTD information is stored in a separate file so that it can be shared by +# hiddenWindow.xul. + + + + +# All JS files which are needed by browser.xul and other top level windows to +# support MacOS specific features *must* go into the global-scripts.inc file so +# that they can be shared with macWindow.inc.xul. +#include global-scripts.inc + + + +# All sets except for popupsets (commands, keys, and stringbundles) +# *must* go into the browser-sets.inc file so that they can be shared with other +# top level windows in macWindow.inc.xul. +#include browser-sets.inc + + + + + + + + + + + + + + -- 2.25.1