Re: What happens when accessing to "removed nodes" via XRay?

2015-08-17 Thread Manuel Reimer
detached subtree. You can modify this subtree, but most of the operations (like loading a web page in an iframe) will only matter when the page gets reinserted into the document. On Mon, Aug 17, 2015 at 10:32 AM, Manuel Reimer wrote: Hello, maybe someone here can explain some details ab

What happens when accessing to "removed nodes" via XRay?

2015-08-17 Thread Manuel Reimer
Hello, maybe someone here can explain some details about the internals of Firefox to me. My addon "EmbedUpdater" replaces and tags with an , when possible and a known replacement exists. This helps to get rid of Flash. Currently I have some more or less ugly "error handling" code to catc