-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1749/
-----------------------------------------------------------
(Updated 2011-09-13 18:09:05.479371)
Review request for shindig, johnfargo, Ryan Baxter, Michael Hermanto, Jason
Chiang, Matthew Hatem, Stanton Sievers, Igor Belakovskiy, and Andrew Davis.
Changes
-------
Adding johnfargo and mhermanto, can you guys give this a once-over?
Summary
-------
Adding a new feature to shindig to support a shared-script-frame feature.
Gadgets can request that a view of itself be rendered before any other view is
rendered.
The container will hide this gadget view (no-ui) and give the gadget iframe a
name so that other gadget views from the same gadget can reference it and use
it as a single script store.
This addresses bug SHINDIG-1620.
https://issues.apache.org/jira/browse/SHINDIG-1620
Diffs
-----
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/shared-script-frame/taming.js
PRE-CREATION
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/shared-script-frame/shared-script-frame.js
PRE-CREATION
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/shared-script-frame/shared-script-frame-container.js
PRE-CREATION
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.gadget/gadget_site.js
1166716
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.util/constant.js
1166716
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container/container.js
1166716
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/features.txt
1166716
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/shared-script-frame/feature.xml
PRE-CREATION
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.gadget/gadget_holder.js
1166716
http://svn.apache.org/repos/asf/shindig/trunk/content/samplecontainer/examples/SharedScriptFrameDemo.xml
PRE-CREATION
Diff: https://reviews.apache.org/r/1749/diff
Testing
-------
Thanks,
Dan