Changeset [110e97811a01d199819f7b684b52fe91696c57f6] by Glen E. Ivey
July 12th, 2009 @ 05:37 PM
Incremental step toward having separate global/window/scope for the top-level document and any included frames/iframes. Loading of the document within the (i)frame now occurs when the FRAME/IFRAME tag is parsed (like scripts) rather than waiting until the contentDocument property is referenced. A new window object is created and the (i)frame's content is loaded by window.location="" just like a top-level document, rather than the frame-specific parser invokation we used to have. http://github.com/thatcher/env-j...
Committed by Glen E. Ivey
- M dist/env.js
- M dist/env.rhino.js
- M src/dom/implementation.js
- M src/html/frame.js
- M src/intro.js
- M src/outro.js
- M test/test.js
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
a javascript browser environment