Skip to content

Commit

Permalink
merge beta into mozilla-release, a=merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsharp committed Nov 25, 2014
2 parents cf03b9b + cfcefec commit f8ac6e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser/base/content/urlbarBindings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@
<xul:hbox xbl:inherits="collapsed=showonlysettings" anonid="searchbar-engine"
class="search-panel-header search-panel-current-engine">
<xul:image class="searchbar-engine-image" xbl:inherits="src"/>
<xul:label anonid="searchbar-engine-name"/>
<xul:label anonid="searchbar-engine-name" flex="1" crop="end"/>
</xul:hbox>
<xul:tree anonid="tree" flex="1"
class="autocomplete-tree plain search-panel-tree"
Expand Down
1 change: 1 addition & 0 deletions browser/components/preferences/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.checkbox-label-box {
-moz-box-align: center;
-moz-appearance: none;
border: none;
}

.checkbox-icon {
Expand Down
1 change: 1 addition & 0 deletions browser/installer/package-manifest.in
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
@BINPATH@/components/autoconfig.xpt
@BINPATH@/browser/components/browsercompsbase.xpt
@BINPATH@/browser/components/browser-feeds.xpt
@BINPATH@/browser/components/browsermodules.manifest
@BINPATH@/components/caps.xpt
@BINPATH@/components/chrome.xpt
@BINPATH@/components/commandhandler.xpt
Expand Down
5 changes: 3 additions & 2 deletions browser/locales/en-US/searchplugins/yahoo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
<Param name="appid" value="ffd" />
<Param name="command" value="{searchTerms}" />
</Url>
<Url type="text/html" method="GET" template="https://search.yahoo.com/search" resultdomain="yahoo.com">
<Url type="text/html" method="GET" template="https://search.yahoo.com/yhs/search" resultdomain="yahoo.com">
<Param name="p" value="{searchTerms}"/>
<Param name="ei" value="UTF-8"/>
<MozParam name="fr" condition="pref" pref="yahoo-fr" />
<Param name="hspart" value="mozilla"/>
<Param name="hsimp" value="yhs-001"/>
</Url>
<SearchForm>https://search.yahoo.com/</SearchForm>
</SearchPlugin>
File renamed without changes.
2 changes: 1 addition & 1 deletion browser/modules/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EXTRA_PP_JS_MODULES += [
]

EXTRA_PP_COMPONENTS += [
'modules.manifest',
'browsermodules.manifest',
]

if CONFIG['MOZILLA_OFFICIAL']:
Expand Down

0 comments on commit f8ac6e3

Please sign in to comment.