Re-enabling the fix for bug 69070 and optimizing some string code in caps that was for sure part of the reason for the Tp regression, and use CheckLoadURIWithPrincipal() to be more correct. r+sr=bzbarsky@mit.edu

This commit is contained in:
jst%mozilla.jstenback.com 2004-10-15 16:53:35 +00:00
Родитель b6b9de1e28
Коммит f97343e1ac
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -346,8 +346,8 @@ private:
static nsresult
doGetObjectPrincipal(JSContext *cx, JSObject *obj, nsIPrincipal **result);
nsresult
GetBaseURIScheme(nsIURI* aURI, char** aScheme);
static nsresult
GetBaseURIScheme(nsIURI* aURI, nsCString& aScheme);
static nsresult
ReportError(JSContext* cx, const nsAString& messageTag,