Skip to content

Commit

Permalink
Merging m-c into GECKO20b7pre_20101029_RELBRANCH per stuart/aki a=me
Browse files Browse the repository at this point in the history
--HG--
branch : GECKO20b7pre_20101029_RELBRANCH
  • Loading branch information
Doug Turner committed Nov 2, 2010
2 parents f452fb8 + e66e086 commit ee10e61
Show file tree
Hide file tree
Showing 247 changed files with 7,693 additions and 5,348 deletions.
1 change: 1 addition & 0 deletions browser/base/content/aboutHome.css
Expand Up @@ -104,6 +104,7 @@ body[dir="rtl"] #searchEngineLinks {
} }


#searchText { #searchText {
margin-bottom: 10px;
width: 100%; width: 100%;
} }


Expand Down
1 change: 0 additions & 1 deletion browser/base/content/aboutHome.xhtml
Expand Up @@ -72,7 +72,6 @@
<img id="searchEngineLogo"/> <img id="searchEngineLogo"/>
<form name="searchForm" onsubmit="onSearchSubmit(event)"> <form name="searchForm" onsubmit="onSearchSubmit(event)">
<input type="text" name="searchText" value="" id="searchText" maxLength="256"/> <input type="text" name="searchText" value="" id="searchText" maxLength="256"/>
<br/>
<input type="submit" value="&abouthome.searchEngineButton.label;"/> <input type="submit" value="&abouthome.searchEngineButton.label;"/>
<span id="searchEngineLinks"> <span id="searchEngineLinks">
<a hidden="true" id="searchEngineAdvancedLink">&abouthome.searchEngineLinks.advanced;</a> <a hidden="true" id="searchEngineAdvancedLink">&abouthome.searchEngineLinks.advanced;</a>
Expand Down
409 changes: 409 additions & 0 deletions browser/base/content/browser-appmenu.inc

Large diffs are not rendered by default.

366 changes: 1 addition & 365 deletions browser/base/content/browser.xul

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browser/base/content/test/browser_bug553455.js
Expand Up @@ -597,7 +597,7 @@ var XPInstallObserver = {
}; };


function test() { function test() {
requestLongerTimeout(2); requestLongerTimeout(4);
waitForExplicitFinish(); waitForExplicitFinish();


Services.prefs.setBoolPref("extensions.logging.enabled", true); Services.prefs.setBoolPref("extensions.logging.enabled", true);
Expand Down
27 changes: 21 additions & 6 deletions browser/base/content/test/tabview/browser_tabview_launch.js
Expand Up @@ -55,13 +55,28 @@ function test() {
function onTabViewLoadedAndShown() { function onTabViewLoadedAndShown() {
window.removeEventListener("tabviewshown", onTabViewLoadedAndShown, false); window.removeEventListener("tabviewshown", onTabViewLoadedAndShown, false);


ok(TabView.isVisible(), "Tab View is visible. Count: " + tabViewShownCount); // Evidently sometimes isVisible (which is based on the selectedIndex of the
tabViewShownCount++; // tabview deck) isn't updated immediately when called from button.doCommand,
// so we add a little timeout here to get outside of the doCommand call.
// If the initial timeout isn't enough, we keep waiting in case it's taking
// longer than expected.
// See bug 594909.
let deck = document.getElementById("tab-view-deck");
function waitForSwitch() {
if (deck.selectedIndex == 1) {
ok(TabView.isVisible(), "Tab View is visible. Count: " + tabViewShownCount);
tabViewShownCount++;

// kick off the series
window.addEventListener("tabviewshown", onTabViewShown, false);
window.addEventListener("tabviewhidden", onTabViewHidden, false);
TabView.toggle();
} else {
setTimeout(waitForSwitch, 10);
}
}


// kick off the series setTimeout(waitForSwitch, 1);
window.addEventListener("tabviewshown", onTabViewShown, false);
window.addEventListener("tabviewhidden", onTabViewHidden, false);
TabView.toggle();
} }


// ---------- // ----------
Expand Down
6 changes: 6 additions & 0 deletions browser/locales/all-locales
Expand Up @@ -2,6 +2,7 @@ af
ak ak
ar ar
as as
ast
be be
bg bg
bn-BD bn-BD
Expand All @@ -18,6 +19,7 @@ en-GB
en-ZA en-ZA
eo eo
es-AR es-AR
es-CL
es-ES es-ES
es-MX es-MX
et et
Expand All @@ -27,6 +29,7 @@ fi
fr fr
fy-NL fy-NL
ga-IE ga-IE
gd
gl gl
gu-IN gu-IN
he he
Expand All @@ -40,12 +43,14 @@ it
ja ja
ja-JP-mac ja-JP-mac
ka ka
km
kn kn
ko ko
ku ku
lg lg
lt lt
lv lv
mai
mk mk
ml ml
mn mn
Expand All @@ -71,6 +76,7 @@ sq
sr sr
sv-SE sv-SE
ta ta
ta-LK
te te
th th
tr tr
Expand Down
2 changes: 1 addition & 1 deletion browser/locales/en-US/chrome/browser/browser.dtd
Expand Up @@ -71,7 +71,7 @@ can reach it easily. -->
<!ENTITY personalbarCmd.accesskey "B"> <!ENTITY personalbarCmd.accesskey "B">
<!ENTITY bookmarksToolbarItem.label "Bookmarks Toolbar Items"> <!ENTITY bookmarksToolbarItem.label "Bookmarks Toolbar Items">
<!ENTITY addonBarCmd.label "Add-on Bar"> <!ENTITY addonBarCmd.label "Add-on Bar">
<!ENTITY addonBarCmd.accesskey "B"> <!ENTITY addonBarCmd.accesskey "A">


<!ENTITY pageSourceCmd.label "Page Source"> <!ENTITY pageSourceCmd.label "Page Source">
<!ENTITY pageSourceCmd.accesskey "o"> <!ENTITY pageSourceCmd.accesskey "o">
Expand Down
4 changes: 4 additions & 0 deletions browser/locales/shipped-locales
Expand Up @@ -17,10 +17,12 @@ eo
es-AR es-AR
es-ES es-ES
et et
eu
fi fi
fr fr
fy-NL fy-NL
ga-IE ga-IE
gd
he he
hu hu
hy-AM hy-AM
Expand All @@ -34,6 +36,7 @@ ku
lg lg
lt lt
lv lv
mk
nb-NO nb-NO
nl nl
nn-NO nn-NO
Expand All @@ -42,6 +45,7 @@ pa-IN
pl pl
pt-BR pt-BR
pt-PT pt-PT
rm
ro ro
ru ru
sk sk
Expand Down
3 changes: 3 additions & 0 deletions build/mobile/sutagent/android/AndroidManifest.xml
Expand Up @@ -65,4 +65,7 @@
<uses-permission android:name="android.permission.SET_TIME"></uses-permission> <uses-permission android:name="android.permission.SET_TIME"></uses-permission>





<uses-permission android:name="android.permission.SET_TIME_ZONE"></uses-permission>

</manifest> </manifest>

0 comments on commit ee10e61

Please sign in to comment.