Re: changing javascript contexts / SOP

2008-08-31 Thread Daniel Veditz
Melanie Naumann wrote: > The idea: Treating single script tags separately. My idea is to tag the > scripts (e.g. with additional html attributes) to enable a finer-grained > access control for accessing documents via DOM trees. > > The problem: Somehow I have to treat script code of different scri

changing javascript contexts / SOP

2008-08-26 Thread Melanie Naumann
Hello, Scenario: an HTML side is loaded, several script tags with javascript are included. Today all the scripts of a document (even if the script loaded with the src-attribute from a different side) are put into one context somehow. The idea: Treating single script tags separately. My idea i