Fix for bug 10028. We handle mixed case mailto urls properly now.
git-svn-id: svn://10.0.0.236/trunk@40723 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2769,7 +2769,7 @@ nsWebShellWindow::HandleUrl(const PRUnichar * aCommand, const PRUnichar * aURLSp
|
||||
if (offset <= 0)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
PRInt32 offset2= url.Find("mailto:");
|
||||
PRInt32 offset2= url.Find("mailto:", PR_TRUE);
|
||||
|
||||
PRInt32 ret=0;
|
||||
if (offset2 == 0) {
|
||||
|
||||
Reference in New Issue
Block a user