bug 589879 - All input fields labeled with a go button, which doesn't do anything without special handling r=mfinkle a=blocking-fennec
--- a/mobile/chrome/content/browser.xul
+++ b/mobile/chrome/content/browser.xul
@@ -246,16 +246,17 @@
<image id="urlbar-favicon" hidden="true"/>
</box>
</box>
<label id="urlbar-title" class="uri-element" crop="end" flex="1"
command="cmd_openLocation" onclick="this.doCommand();"
placeholder="&urlbar.emptytext;"/>
<textbox id="urlbar-edit"
type="url"
+ mozactionhint="go"
class="uri-element"
autocompletesearch="history"
autocompletepopup="popup_autocomplete"
completeselectedindex="true"
minresultsforpopup="0"
onsearchbegin="BrowserUI.updateAwesomeHeader(this.controller.searchString);"
placeholder="&urlbar.emptytext;"
collapsed="true"