diff -r e1c226a4de34 -r cef565f1c325 firefox-kde.patch --- a/firefox-kde.patch Sun Apr 13 16:54:09 2014 +0200 +++ b/firefox-kde.patch Mon Apr 14 09:09:11 2014 +0200 @@ -2,7 +2,7 @@ new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1177 @@ +@@ -0,0 +1,1213 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -14,7 +14,9 @@ + + + ++ + ++ + + + @@ -44,6 +46,14 @@ + titlemodifier_normal="&mainWindow.titlemodifier;" + titlemodifier_privatebrowsing="&mainWindow.titlemodifier; &mainWindow.titlePrivateBrowsingSuffix;" +#endif ++#ifdef CAN_DRAW_IN_TITLEBAR ++#ifdef XP_WIN ++ chromemargin="0,2,2,2" ++#else ++ chromemargin="0,-1,-1,-1" ++#endif ++ tabsintitlebar="true" ++#endif + titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" + lightweightthemes="true" + lightweightthemesfooter="browser-bottombox" @@ -51,6 +61,7 @@ + macanimationtype="document" + screenX="4" screenY="4" + fullscreenbutton="true" ++ sizemode="normal" + persist="screenX screenY width height sizemode"> + +# All JS files which are not content (only) dependent that browser.xul @@ -123,6 +134,7 @@ + oncommand="gotoHistoryIndex(event); event.stopPropagation();" + onclick="checkForMiddleClick(this, event);"/> + ++ + + + -+ -+ -+ -+ -+ ++