Mercurial > jsm-in-web
log
age | author | description |
---|---|---|
Thu, 09 Apr 2009 08:30:19 -0700 | Atul Varma | An engine can now be created. default tip |
Wed, 08 Apr 2009 22:42:13 -0700 | Atul Varma | Switched to injecting code into iframes asynchronously via script tags rather than synchronously via window.eval(), b/c the latter didn't always result in proper evaluation (e.g., when "foo = 1" was eval'd, 'foo' was attached to the global object of the caller rather than the window object). |
Wed, 08 Apr 2009 18:09:16 -0700 | Atul Varma | Error is now thrown if an exporte symbol is undefined. |
Wed, 08 Apr 2009 17:00:40 -0700 | Atul Varma | Forgot to add this in my last commit. |
Wed, 08 Apr 2009 16:59:52 -0700 | Atul Varma | Weave's util.js can now be imported. |
Wed, 08 Apr 2009 16:16:48 -0700 | Atul Varma | Added automatic dependency-finding and loading. |
Wed, 08 Apr 2009 14:52:38 -0700 | Atul Varma | added jquery, removed unnecessary code |
Wed, 08 Apr 2009 14:47:24 -0700 | Atul Varma | Origination. |