Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.

git-svn-id: svn://10.0.0.236/trunk@64449 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-03-29 03:58:50 +00:00
parent 2515e56733
commit 9fa657f1cd
195 changed files with 4817 additions and 2746 deletions

View File

@@ -375,7 +375,7 @@ nsHTMLAnchorElement::GetHref(nsString& aValue)
if (nsnull != baseURL) {
// Get absolute URL.
rv = NS_MakeAbsoluteURI(relURLSpec, baseURL, aValue);
rv = NS_MakeAbsoluteURI(aValue, relURLSpec, baseURL);
}
else {
// Absolute URL is same as relative URL.