зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b6b9de1e28
Коммит
f97343e1ac
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче