firefox-kde.patch
changeset 943 ace605efe50f
parent 942 66115255ad6f
child 952 8094e6bba260
equal deleted inserted replaced
942:66115255ad6f 943:ace605efe50f
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  e4b8399bc2706a7b5331407b232bc8845aea7f2e
     2 # Parent  1c4e33861cfcffe5a189802cf97957b0701260db
     3 
     3 
     4 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     4 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     5 new file mode 100644
     5 new file mode 100644
     6 --- /dev/null
     6 --- /dev/null
     7 +++ b/browser/base/content/browser-kde.xul
     7 +++ b/browser/base/content/browser-kde.xul
     8 @@ -0,0 +1,1133 @@
     8 @@ -0,0 +1,1134 @@
     9 +#filter substitution
     9 +#filter substitution
    10 +<?xml version="1.0"?>
    10 +<?xml version="1.0"?>
    11 +# -*- Mode: HTML -*-
    11 +# -*- Mode: HTML -*-
    12 +#
    12 +#
    13 +# This Source Code Form is subject to the terms of the Mozilla Public
    13 +# This Source Code Form is subject to the terms of the Mozilla Public
   152 +
   152 +
   153 +    <panel type="autocomplete-richlistbox"
   153 +    <panel type="autocomplete-richlistbox"
   154 +           id="PopupAutoComplete"
   154 +           id="PopupAutoComplete"
   155 +           noautofocus="true"
   155 +           noautofocus="true"
   156 +           hidden="true"
   156 +           hidden="true"
       
   157 +           overflowpadding="4"
   157 +           norolluponanchor="true" />
   158 +           norolluponanchor="true" />
   158 +
   159 +
   159 +    <!-- for search with one-off buttons -->
   160 +    <!-- for search with one-off buttons -->
   160 +    <panel type="autocomplete" id="PopupSearchAutoComplete" noautofocus="true" hidden="true"/>
   161 +    <panel type="autocomplete" id="PopupSearchAutoComplete" noautofocus="true" hidden="true"/>
   161 +
   162 +