chris cross wrote:
> I'm changing my extension to frozen linkage to run with xulrunner apps
> and I'm using nsIDocument::GetBase/DocumentURI. Is there a frozen API I
> can use that will do it starting with an nsIDOMDocument or Node reference?

Yes, if you can live with URI strings.  nsIDOM3Node.baseURI and 
nsIDOM3Document.documentURI.

> I notice in the trunk nsIDocument.h includes nsStringGlue.h instead of
> nsString.h. Does that mean nsIDocument is a frozen API in the trunk?

Not at all.  Note that even if an API uses frozen linkage that doesn't mean the 
API is frozen.

-Boris

_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to