зеркало из https://github.com/mozilla/gecko-dev.git
fix problem I instroduced last night which do not expand "hostname" to "http://hostname"
This commit is contained in:
Родитель
d81595ec75
Коммит
f7512d1033
|
@ -2016,8 +2016,8 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
|||
|
||||
PRInt32 qMarkLoc = -1, spaceLoc = -1;
|
||||
|
||||
rv = NS_ERROR_FAILURE;
|
||||
if (keywordsEnabled) {
|
||||
rv = NS_ERROR_FAILURE;
|
||||
// These are keyword formatted strings
|
||||
// "what is mozilla"
|
||||
// "what is mozilla?"
|
||||
|
|
|
@ -2016,8 +2016,8 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
|||
|
||||
PRInt32 qMarkLoc = -1, spaceLoc = -1;
|
||||
|
||||
rv = NS_ERROR_FAILURE;
|
||||
if (keywordsEnabled) {
|
||||
rv = NS_ERROR_FAILURE;
|
||||
// These are keyword formatted strings
|
||||
// "what is mozilla"
|
||||
// "what is mozilla?"
|
||||
|
|
Загрузка…
Ссылка в новой задаче