зеркало из https://github.com/mozilla/gecko-dev.git
Testing indicates that we should never trim the resultItemEndStr.
This commit is contained in:
Родитель
1c2a3215e3
Коммит
360254e039
|
@ -2295,7 +2295,8 @@ InternetSearchDataSourceCallback::OnStopRequest(nsIChannel* channel, nsISupports
|
|||
}
|
||||
}
|
||||
|
||||
PRBool trimItemEnd = PR_TRUE;
|
||||
PRBool trimItemEnd = PR_FALSE; // rjc note: testing shows we should NEVER trim???
|
||||
|
||||
// if resultItemEndStr is not specified, try making it the same as resultItemStartStr
|
||||
if (resultItemEndStr.Length() < 1)
|
||||
{
|
||||
|
|
|
@ -2295,7 +2295,8 @@ InternetSearchDataSourceCallback::OnStopRequest(nsIChannel* channel, nsISupports
|
|||
}
|
||||
}
|
||||
|
||||
PRBool trimItemEnd = PR_TRUE;
|
||||
PRBool trimItemEnd = PR_FALSE; // rjc note: testing shows we should NEVER trim???
|
||||
|
||||
// if resultItemEndStr is not specified, try making it the same as resultItemStartStr
|
||||
if (resultItemEndStr.Length() < 1)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче