By the way, in order to speed-up loading of a second instance of a document 
(I do modify my nsIDOMDocument dynamically during loading), I am 
considering :
* creating an empty document
* cloning my original document from its root
* replacing the empty document's root by the cloned tree
* setting any property which was not transplanted (base URI, charset, ...)

Does this enter the domain of "heart transplant" or do you think it is more 
feasible ? Similarely, do you know where I could find a list of the 
necessary properties I should set by hand.


Thanks for your help,
  YA


Boris Zbarsky wrote:

> 
> 
> Yvan Altmann wrote:
>> Thank you for your answer. That's bad for what I had in mind. Do you
>> think I can easily emulate sharing by load several instances of the same
>> page (one for each window) and then listen to the appropriate events ? (I
>> have not looked at the event model in Mozilla yet).
> 
> I'm not sure about easily, but that may be possible...
> 
> -Boris

_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to