Implement support for the "type" attribute of <a> elements. Bug 214626,

r=adamlock, sr=darin


git-svn-id: svn://10.0.0.236/trunk@147540 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2003-10-03 22:11:47 +00:00
parent ca65ee34fb
commit 24bc13c2c1
7 changed files with 91 additions and 28 deletions

View File

@@ -231,6 +231,7 @@ protected:
virtual nsresult DoURILoad(nsIURI * aURI,
nsIURI * aReferrer,
nsISupports * aOwner,
const char * aTypeHint,
nsIInputStream * aPostData,
nsIInputStream * aHeadersData,
PRBool firstParty,