mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
bug 234046, remove search plugins for bugzilla, mozilla.org and LXR
patch by Matti Versen <matti@mversen.de> r=bsmedberg sr=tor a=asa
This commit is contained in:
parent
d62a4c52d4
commit
f709077594
@ -23,7 +23,6 @@
|
||||
|
||||
<!DOCTYPE RDF
|
||||
[
|
||||
<!ENTITY search.category.mozilla "Mozilla">
|
||||
<!ENTITY search.category.web "Web">
|
||||
]
|
||||
>
|
||||
@ -38,10 +37,6 @@
|
||||
|
||||
<RDF:Seq about="NC:SearchCategoryRoot">
|
||||
<RDF:li>
|
||||
<RDF:Description about="urn:search:category:2">
|
||||
<NC:title>&search.category.mozilla;</NC:title>
|
||||
</RDF:Description>
|
||||
|
||||
<RDF:Description about="urn:search:category:1">
|
||||
<NC:title>&search.category.web;</NC:title>
|
||||
</RDF:Description>
|
||||
@ -58,10 +53,4 @@
|
||||
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:jeeves.src" />
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq about="NC:SearchCategory?category=urn:search:category:2">
|
||||
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:mozilla.src" />
|
||||
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:bugzilla.src" />
|
||||
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:lxrmozilla.src" />
|
||||
</RDF:Seq>
|
||||
|
||||
</RDF:RDF>
|
||||
|
@ -36,18 +36,12 @@ FILES = \
|
||||
$(NULL)
|
||||
else
|
||||
FILES = \
|
||||
bugzilla.gif \
|
||||
bugzilla.src \
|
||||
dmoz.gif \
|
||||
dmoz.src \
|
||||
google.gif \
|
||||
google.src \
|
||||
jeeves.gif \
|
||||
jeeves.src \
|
||||
lxrmozilla.gif \
|
||||
lxrmozilla.src \
|
||||
mozilla.gif \
|
||||
mozilla.src \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 572 B |
@ -1,45 +0,0 @@
|
||||
# Search file for bugzilla.mozilla.org
|
||||
#
|
||||
# Creation: April 24, 2000 by Robert John Churchill <rjc@netscape.com>
|
||||
# Contributors: Mike Young <youngfam@nni.com>
|
||||
|
||||
<SEARCH
|
||||
name="Bugzilla@mozilla.org"
|
||||
description = "Bugzilla@mozilla.org"
|
||||
method="GET"
|
||||
action="http://bugzilla.mozilla.org/buglist.cgi"
|
||||
>
|
||||
|
||||
<INPUT NAME="bug_status" VALUE="UNCONFIRMED">
|
||||
<INPUT NAME="bug_status" VALUE="NEW">
|
||||
<INPUT NAME="bug_status" VALUE="ASSIGNED">
|
||||
<INPUT NAME="bug_status" VALUE="REOPENED">
|
||||
<INPUT NAME="field0-0-0" VALUE="product">
|
||||
<INPUT NAME="type0-0-0" VALUE="allwordssubstr">
|
||||
<INPUT NAME="value0-0-0" user>
|
||||
<INPUT NAME="field0-0-1" VALUE="component">
|
||||
<INPUT NAME="type0-0-1" VALUE="allwordssubstr">
|
||||
<INPUT NAME="value0-0-1" user>
|
||||
<INPUT NAME="field0-0-2" VALUE="short_desc">
|
||||
<INPUT NAME="type0-0-2" VALUE="allwordssubstr">
|
||||
<INPUT NAME="value0-0-2" user>
|
||||
<INPUT NAME="field0-0-3" VALUE="status_whiteboard">
|
||||
<INPUT NAME="type0-0-3" VALUE="allwordssubstr">
|
||||
<INPUT NAME="value0-0-3" user>
|
||||
<INPUT NAME="bugidtype" VALUE="include">
|
||||
<INPUT NAME="cmdtype" VALUE="doit">
|
||||
<INPUT NAME="order" VALUE="Reuse+same+sort+as+last+time">
|
||||
|
||||
<INTERPRET
|
||||
resultListStart = "<TABLE CELLSPACING=0 CELLPADDING=4 WIDTH=100%"
|
||||
resultListEnd = "</TABLE>"
|
||||
resultItemStart = "<TR VALIGN=TOP ALIGN=LEFT"
|
||||
>
|
||||
|
||||
</SEARCH>
|
||||
|
||||
<BROWSER
|
||||
update="http://www.mozilla.org/projects/search/bugzilla.src"
|
||||
updateIcon="http://www.mozilla.org/projects/search/bugzilla.gif"
|
||||
updateCheckDays="3"
|
||||
>
|
Binary file not shown.
Before Width: | Height: | Size: 572 B |
@ -1,25 +0,0 @@
|
||||
# Search file for LXR @ mozilla.org
|
||||
#
|
||||
# Creation: April 24, 2000 by Robert John Churchill <rjc@netscape.com>
|
||||
|
||||
<search
|
||||
name = "LXR @ mozilla.org"
|
||||
method = "get"
|
||||
action = "http://lxr.mozilla.org/seamonkey/search"
|
||||
searchForm = "http://lxr.mozilla.org/seamonkey/search"
|
||||
>
|
||||
|
||||
<input name="string" user>
|
||||
|
||||
<interpret
|
||||
resultListStart = "<hr>"
|
||||
resultListEnd = "<P>"
|
||||
>
|
||||
|
||||
</search>
|
||||
|
||||
<BROWSER
|
||||
update="http://www.mozilla.org/projects/search/lxrmozilla.src"
|
||||
updateIcon="http://www.mozilla.org/projects/search/lxrmozilla.gif"
|
||||
updateCheckDays="3"
|
||||
>
|
Binary file not shown.
Before Width: | Height: | Size: 572 B |
@ -1,33 +0,0 @@
|
||||
# Search file for mozilla.org
|
||||
#
|
||||
# Creation: April 7, 2000 by Robert John Churchill <rjc@netscape.com>
|
||||
|
||||
<search
|
||||
name = "mozilla.org"
|
||||
method = "get"
|
||||
action = "http://www.mozilla.org/htdig-cgi/htsearch"
|
||||
searchForm = "http://www.mozilla.org/search.html"
|
||||
>
|
||||
|
||||
<input name="config" value="htdig">
|
||||
<input name="words" user>
|
||||
<input name="method" value="and">
|
||||
<input name="format" value="long">
|
||||
|
||||
# Note: the <interpret> section below is carefully designed to support
|
||||
# parsing of Mozilla search results in both short and long formats
|
||||
|
||||
<interpret
|
||||
resultListStart = "indicate a better match"
|
||||
resultListEnd = "</table>"
|
||||
resultItemStart = "<strong>"
|
||||
resultItemEnd = "</strong>"
|
||||
>
|
||||
|
||||
</search>
|
||||
|
||||
<BROWSER
|
||||
update="http://www.mozilla.org/projects/search/mozilla.src"
|
||||
updateIcon="http://www.mozilla.org/projects/search/mozilla.gif"
|
||||
updateCheckDays="3"
|
||||
>
|
@ -1,13 +1,7 @@
|
||||
[xpfe-locale-US]
|
||||
dist/bin/searchplugins/bugzilla.gif
|
||||
dist/bin/searchplugins/bugzilla.src
|
||||
dist/bin/searchplugins/dmoz.gif
|
||||
dist/bin/searchplugins/dmoz.src
|
||||
dist/bin/searchplugins/google.gif
|
||||
dist/bin/searchplugins/google.src
|
||||
dist/bin/searchplugins/lxrmozilla.gif
|
||||
dist/bin/searchplugins/lxrmozilla.src
|
||||
dist/bin/searchplugins/mozilla.gif
|
||||
dist/bin/searchplugins/mozilla.src
|
||||
dist/bin/searchplugins/NetscapeSearch.gif
|
||||
dist/bin/searchplugins/NetscapeSearch.src
|
||||
|
Loading…
x
Reference in New Issue
Block a user