You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@inuus.com on 2010/02/16 13:03:24 UTC

Move container javascript to features directory and use shindig namespace (issue206102)

Reviewers: shindig.remailer_gmail.com,

Message:
here's the changes to move container js into the features directory.
More work to be done, but I'd like to see some feedback on this
approach.  I suspect we'll want to further split the features (no reason
for all containers to get cookie based userprefs store for example..)

I hope this also compels us to finally rewrite gadgets.js aka
shindig.container.*

Thanks


Description:
SHINDIG-1292

Please review this at http://codereview.appspot.com/206102/show

Affected files:
   M features/src/main/javascript/features/features.txt
   A  
features/src/main/javascript/features/shindig.container/cookiebaseduserprefstore.js
   A + features/src/main/javascript/features/shindig.container/cookies.js
   A features/src/main/javascript/features/shindig.container/feature.xml
   A + features/src/main/javascript/features/shindig.container/osapi.js
   A +  
features/src/main/javascript/features/shindig.container/shindig-container.js
   A + features/src/main/javascript/features/shindig.container/util.js
   M javascript/samplecontainer/samplecontainer.html
   M javascript/samplecontainer/samplecontainer.js