Re: Question about auto xlinks
Jonas Sicking <[email protected]> Mon, 05 Feb 2007 18:07:53 -0800
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > nsXMLElement::MaybeTriggerAutoLink has some code that looks for a > mail-type docshell, etc. > > Can we just remove that? Shouldn't the CheckLoadURI check it does > handle this? That it does where? TriggerLink calls CheckLoadURIWithPrincipal, but that doesn't seem to have enough info to dig back to the DocShell / Jonas