firefox-kde.patch
branchfirefox34
changeset 811 ab1f6b725947
parent 784 50b18808abdc
child 813 9e3063dcc69e
equal deleted inserted replaced
810:b6860fdbf66b 811:ab1f6b725947
     1 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     1 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     2 new file mode 100644
     2 new file mode 100644
     3 --- /dev/null
     3 --- /dev/null
     4 +++ b/browser/base/content/browser-kde.xul
     4 +++ b/browser/base/content/browser-kde.xul
     5 @@ -0,0 +1,1224 @@
     5 @@ -0,0 +1,1234 @@
     6 +#filter substitution
     6 +#filter substitution
     7 +<?xml version="1.0"?>
     7 +<?xml version="1.0"?>
     8 +# -*- Mode: HTML -*-
     8 +# -*- Mode: HTML -*-
     9 +#
     9 +#
    10 +# This Source Code Form is subject to the terms of the Mozilla Public
    10 +# This Source Code Form is subject to the terms of the Mozilla Public
   142 +    <tooltip id="aHTMLTooltip" page="true"/>
   142 +    <tooltip id="aHTMLTooltip" page="true"/>
   143 +    <tooltip id="remoteBrowserTooltip"/>
   143 +    <tooltip id="remoteBrowserTooltip"/>
   144 +
   144 +
   145 +    <!-- for search and content formfill/pw manager -->
   145 +    <!-- for search and content formfill/pw manager -->
   146 +    <panel type="autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="true"/>
   146 +    <panel type="autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="true"/>
       
   147 +
       
   148 +    <!-- for search with one-off buttons -->
       
   149 +    <panel type="autocomplete" id="PopupSearchAutoComplete" noautofocus="true" hidden="true"/>
   147 +
   150 +
   148 +    <!-- for url bar autocomplete -->
   151 +    <!-- for url bar autocomplete -->
   149 +    <panel type="autocomplete-richlistbox" id="PopupAutoCompleteRichResult" noautofocus="true" hidden="true"/>
   152 +    <panel type="autocomplete-richlistbox" id="PopupAutoCompleteRichResult" noautofocus="true" hidden="true"/>
   150 +
   153 +
   151 +    <!-- for select dropdowns -->
   154 +    <!-- for select dropdowns -->
   239 +           noautohide="true"
   242 +           noautohide="true"
   240 +           flip="none"
   243 +           flip="none"
   241 +           consumeoutsideclicks="false"
   244 +           consumeoutsideclicks="false"
   242 +           mousethrough="always">
   245 +           mousethrough="always">
   243 +      <box id="UITourHighlight"></box>
   246 +      <box id="UITourHighlight"></box>
       
   247 +    </panel>
       
   248 +
       
   249 +    <panel id="abouthome-search-panel" orient="vertical" type="arrow">
       
   250 +      <hbox id="abouthome-search-panel-manage" class="abouthome-search-panel-item"
       
   251 +            onclick="openPreferences('paneSearch')">
       
   252 +        <label>&cmd_engineManager.label;</label>
       
   253 +      </hbox>
   244 +    </panel>
   254 +    </panel>
   245 +
   255 +
   246 +    <panel id="social-share-panel"
   256 +    <panel id="social-share-panel"
   247 +           class="social-panel"
   257 +           class="social-panel"
   248 +           type="arrow"
   258 +           type="arrow"
  1228 +
  1238 +
  1229 +</window>
  1239 +</window>
  1230 diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
  1240 diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
  1231 --- a/browser/base/content/browser.xul
  1241 --- a/browser/base/content/browser.xul
  1232 +++ b/browser/base/content/browser.xul
  1242 +++ b/browser/base/content/browser.xul
  1233 @@ -171,17 +171,17 @@
  1243 @@ -174,17 +174,17 @@
  1234                      class="editBookmarkPanelHeaderButton"
  1244                      class="editBookmarkPanelHeaderButton"
  1235                      oncommand="StarUI.removeBookmarkButtonCommand();"
  1245                      oncommand="StarUI.removeBookmarkButtonCommand();"
  1236                      accesskey="&editBookmark.removeBookmark.accessKey;"/>
  1246                      accesskey="&editBookmark.removeBookmark.accessKey;"/>
  1237            </hbox>
  1247            </hbox>
  1238          </vbox>
  1248          </vbox>
  1247                  default="true"
  1257                  default="true"
  1248                  oncommand="StarUI.panel.hidePopup();"/>
  1258                  oncommand="StarUI.panel.hidePopup();"/>
  1249          <button id="editBookmarkPanelDeleteButton"
  1259          <button id="editBookmarkPanelDeleteButton"
  1250                  class="editBookmarkPanelBottomButton"
  1260                  class="editBookmarkPanelBottomButton"
  1251                  label="&editBookmark.cancel.label;"
  1261                  label="&editBookmark.cancel.label;"
  1252 @@ -1150,17 +1150,17 @@
  1262 @@ -1160,17 +1160,17 @@
  1253  
  1263  
  1254    <hbox id="full-screen-warning-container" hidden="true" fadeout="true">
  1264    <hbox id="full-screen-warning-container" hidden="true" fadeout="true">
  1255      <hbox style="width: 100%;" pack="center"> <!-- Inner hbox needed due to bug 579776. -->
  1265      <hbox style="width: 100%;" pack="center"> <!-- Inner hbox needed due to bug 579776. -->
  1256        <vbox id="full-screen-warning-message" align="center">
  1266        <vbox id="full-screen-warning-message" align="center">
  1257          <description id="full-screen-domain-text"/>
  1267          <description id="full-screen-domain-text"/>
  1269  #else
  1279  #else
  1270              <button label="&fullscreenAllowButton.label;"
  1280              <button label="&fullscreenAllowButton.label;"
  1271 diff --git a/browser/base/jar.mn b/browser/base/jar.mn
  1281 diff --git a/browser/base/jar.mn b/browser/base/jar.mn
  1272 --- a/browser/base/jar.mn
  1282 --- a/browser/base/jar.mn
  1273 +++ b/browser/base/jar.mn
  1283 +++ b/browser/base/jar.mn
  1274 @@ -70,16 +70,18 @@ browser.jar:
  1284 @@ -71,16 +71,18 @@ browser.jar:
  1275          content/browser/aboutRobots-icon.png          (content/aboutRobots-icon.png)
  1285          content/browser/aboutRobots-icon.png          (content/aboutRobots-icon.png)
  1276          content/browser/aboutRobots-widget-left.png   (content/aboutRobots-widget-left.png)
  1286          content/browser/aboutRobots-widget-left.png   (content/aboutRobots-widget-left.png)
  1277          content/browser/aboutSocialError.xhtml        (content/aboutSocialError.xhtml)
  1287          content/browser/aboutSocialError.xhtml        (content/aboutSocialError.xhtml)
  1278          content/browser/aboutTabCrashed.js            (content/aboutTabCrashed.js)
  1288          content/browser/aboutTabCrashed.js            (content/aboutTabCrashed.js)
  1279          content/browser/aboutTabCrashed.xhtml         (content/aboutTabCrashed.xhtml)
  1289          content/browser/aboutTabCrashed.xhtml         (content/aboutTabCrashed.xhtml)