--- a/mobile/chrome/content/browser.js
+++ b/mobile/chrome/content/browser.js
@@ -128,17 +128,17 @@ var Browser = {
if (uri != "" && uri[0] != '-') {
whereURI = cmdLine.resolveURI(uri);
if (whereURI)
whereURI = whereURI.spec;
}
}
// Check for the "url" flag
- uriFlag = cmdLine.handleFlagWithParam("url", false);
+ var uriFlag = cmdLine.handleFlagWithParam("url", false);
if (uriFlag) {
whereURI = cmdLine.resolveURI(uriFlag);
if (whereURI)
whereURI = whereURI.spec;
}
} catch (e) {}
if (whereURI) {
--- a/mobile/chrome/skin/browser.css
+++ b/mobile/chrome/skin/browser.css
@@ -244,17 +244,17 @@ toolbarbutton.browser-control-button {
border: 2px solid #fff !important;
-moz-border-radius: 10px;
_moz-box-align: start;
}
/* autocomplete */
#popup_autocomplete {
- moz-appearance: none;
+ -moz-appearance: none;
background-color: rgba(207,207,207,0.9);
}
#autocomplete_navbuttons {
margin-top: 12px;
}
#PopupAutoCompleteRichResult {