mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1264786 - Update Google search plugin; r=mconnor, a=lizzard
This commit is contained in:
parent
fcbcbb1ad0
commit
4e5e6fa1f8
@ -62,6 +62,10 @@ STUB_HOOK = $(NSINSTALL) -D '$(ABS_DIST)/$(PKG_INST_PATH)'; \
|
||||
endif
|
||||
|
||||
SEARCHPLUGINS_NAMES = $(shell cat $(call MERGE_FILE,/searchplugins/list.txt)) ddg
|
||||
ifeq (,$(filter-out en-US ru be kk tr uk zh-CN zh-TW,$(AB_CD)))
|
||||
SEARCHPLUGINS_NAMES := $(subst google,google:hidden,$(SEARCHPLUGINS_NAMES))
|
||||
SEARCHPLUGINS_NAMES += google-nocodes
|
||||
endif
|
||||
SEARCHPLUGINS_FILENAMES = $(subst :hidden,,$(SEARCHPLUGINS_NAMES))
|
||||
SEARCHPLUGINS_PATH := .deps/generated_$(AB_CD)
|
||||
SEARCHPLUGINS_TARGET := libs searchplugins
|
||||
|
16
browser/locales/en-US/searchplugins/google-nocodes.xml
Normal file
16
browser/locales/en-US/searchplugins/google-nocodes.xml
Normal file
File diff suppressed because one or more lines are too long
@ -12,5 +12,7 @@
|
||||
<Param name="q" value="{searchTerms}"/>
|
||||
<Param name="ie" value="utf-8"/>
|
||||
<Param name="oe" value="utf-8"/>
|
||||
<Param name="client" value="firefox-b"/>
|
||||
<MozParam name="client" condition="purpose" purpose="keyword" value="firefox-b-ab"/>
|
||||
</Url>
|
||||
</SearchPlugin>
|
||||
|
Loading…
Reference in New Issue
Block a user