Re: util.js

2009-07-09 Thread Kevin Brown
That code should probably be deleted. Anything in the top level "javascript" directory should be treated as nothing more than examples (maybe we should just rename it to 'examples'?). I think the only file in there that is actually important is the copy of rpc_relay.html. On Wed, Jul 8, 2009 at 1

Re: util.js

2009-07-09 Thread Paul Lindner
This file used to have a bunch more code. The remaining utility function inherits simulates java style inheritence and is used in gadgets.js like so: gadgets.DefaultUserPrefStore.inherits(gadgets.UserPrefStore); On Wed, Jul 8, 2009 at 12:19 PM, Gabriel Barros wrote: > I failed to see what's the

util.js

2009-07-08 Thread Gabriel Barros
I failed to see what's the utility there... anyone care to explain the black magic involved? /** * @fileoverview Utility functions for the Open Gadget Container */ Function.prototype.inherits = function(parentCtor) { function tempCtor() {}; tempCtor.prototype = parentCtor.prototype; this.

Re: svn commit: r636258 - in /incubator/shindig/trunk: features/core/util.js java/gadgets/src/main/java/org/apache/shindig/gadgets/http/GadgetRenderer.java java/gadgets/src/main/java/org/apache/shindi

2008-03-12 Thread Kevin Brown
/viewvc?rev=636258&view=rev > > Log: > > Fix for SHINDIG-83 > > > > > > Modified: > >incubator/shindig/trunk/features/core/util.js > > > > > > incubator/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/http/GadgetRend

Re: svn commit: r636258 - in /incubator/shindig/trunk: features/core/util.js java/gadgets/src/main/java/org/apache/shindig/gadgets/http/GadgetRenderer.java java/gadgets/src/main/java/org/apache/shindi

2008-03-12 Thread Cassie
On Wed, Mar 12, 2008 at 10:10 AM, <[EMAIL PROTECTED]> wrote: > Author: etnu > Date: Wed Mar 12 02:10:33 2008 > New Revision: 636258 > > URL: http://svn.apache.org/viewvc?rev=636258&view=rev > Log: > Fix for SHINDIG-83 > > > Modified: >in

svn commit: r636258 - in /incubator/shindig/trunk: features/core/util.js java/gadgets/src/main/java/org/apache/shindig/gadgets/http/GadgetRenderer.java java/gadgets/src/main/java/org/apache/shindig/ga

2008-03-12 Thread etnu
Author: etnu Date: Wed Mar 12 02:10:33 2008 New Revision: 636258 URL: http://svn.apache.org/viewvc?rev=636258&view=rev Log: Fix for SHINDIG-83 Modified: incubator/shindig/trunk/features/core/util.js incubator/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/

Re: svn commit: r634118 - in /incubator/shindig/trunk/features/core: json.js util.js

2008-03-05 Thread Kevin Brown
er > (SHINDIG-111) > > > > Modified: > > incubator/shindig/trunk/features/core/json.js > > incubator/shindig/trunk/features/core/util.js > > > > Modified: incubator/s

Re: svn commit: r634118 - in /incubator/shindig/trunk/features/core: json.js util.js

2008-03-05 Thread Paul Lindner
INDIG-111) > > Modified: > incubator/shindig/trunk/features/core/json.js > incubator/shindig/trunk/features/core/util.js > > Modified: incubator/shindig/trunk/features/core/json.js > URL: > http://svn.apache.org/viewvc/incubator/

svn commit: r634118 - in /incubator/shindig/trunk/features/core: json.js util.js

2008-03-05 Thread etnu
Updated makeClosure to return the return value of the caller (SHINDIG-111) Modified: incubator/shindig/trunk/features/core/json.js incubator/shindig/trunk/features/core/util.js Modified: incubator/shindig/trunk/features/core/json.js URL: http://svn.apache.org/viewvc/incubator/shin

svn commit: r631722 - /incubator/shindig/trunk/features/core/util.js

2008-02-27 Thread etnu
runk/features/core/util.js Modified: incubator/shindig/trunk/features/core/util.js URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/util.js?rev=631722&r1=631721&r2=631722&view=diff

svn commit: r631044 - /incubator/shindig/trunk/features/core/util.js

2008-02-25 Thread lryan
Author: lryan Date: Mon Feb 25 15:55:48 2008 New Revision: 631044 URL: http://svn.apache.org/viewvc?rev=631044&view=rev Log: Handle null & undefined. Dont escape number, boolean etc. Modified: incubator/shindig/trunk/features/core/util.js Modified: incubator/shindig/trunk/featu

Re: svn commit: r630172 - in /incubator/shindig/trunk/features: core/legacy.js core/prefs.js core/util.js views/views.js

2008-02-22 Thread Kevin Brown
?rev=630172&view=rev > > Log: > > Commit for SHINDIG-89 > > > > > > Modified: > > incubator/shindig/trunk/features/core/legacy.js > >incubator/shindig/trunk/features/core/prefs.js > >incubator/shindig/trunk/features/core/util.js >

Re: svn commit: r630172 - in /incubator/shindig/trunk/features: core/legacy.js core/prefs.js core/util.js views/views.js

2008-02-22 Thread Cassie
/features/core/legacy.js >incubator/shindig/trunk/features/core/prefs.js >incubator/shindig/trunk/features/core/util.js >incubator/shindig/trunk/features/views/views.js > > Modified: incubator/shindig/trunk/features/core/legacy.js > URL: > http://svn.apache.org/viewvc/incu

svn commit: r630172 - in /incubator/shindig/trunk/features: core/legacy.js core/prefs.js core/util.js views/views.js

2008-02-22 Thread etnu
ures/core/util.js incubator/shindig/trunk/features/views/views.js Modified: incubator/shindig/trunk/features/core/legacy.js URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/legacy.js?rev=630172&r1=630171&r2=6301

Re: svn commit: r617472 - in /incubator/shindig/trunk: features/core-features.txt features/core/util.js features/views/feature.xml features/views/views.js java/gadgets/src/main/java/org/apache/shindig

2008-02-01 Thread Kevin Brown
lling gadgets.views.init and passing in all of > the > > supported views for this container and whether or not they're the "only > > visible" gadget at render time. > > > > Also fixed a possible NPE with GadgetSpecParser and removed a dead file. > > &

Re: svn commit: r617472 - in /incubator/shindig/trunk: features/core-features.txt features/core/util.js features/views/feature.xml features/views/views.js java/gadgets/src/main/java/org/apache/shindig

2008-02-01 Thread Cassie
gadget at render time. > > Also fixed a possible NPE with GadgetSpecParser and removed a dead file. > > > Removed: >incubator/shindig/trunk/features/core-features.txt > Modified: >incubator/shindig/trunk/features/core/util.js >incubator/shindig/trunk/features/views/fe

svn commit: r617472 - in /incubator/shindig/trunk: features/core-features.txt features/core/util.js features/views/feature.xml features/views/views.js java/gadgets/src/main/java/org/apache/shindig/gad

2008-02-01 Thread etnu
for this container and whether or not they're the "only visible" gadget at render time. Also fixed a possible NPE with GadgetSpecParser and removed a dead file. Removed: incubator/shindig/trunk/features/core-features.txt Modified: incubator/shindig/trunk/features/core/util.

svn commit: r616084 - in /incubator/shindig/trunk/features/core: prefs.js util.js

2008-01-28 Thread etnu
lect this). Modified: incubator/shindig/trunk/features/core/prefs.js incubator/shindig/trunk/features/core/util.js Modified: incubator/shindig/trunk/features/core/prefs.js URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/prefs.js?rev=616084&r1=616083&r2=6160

svn commit: r615078 - in /incubator/shindig/trunk/features: core/io.js core/json.js core/prefs.js core/util.js dynamic-height/dynamic-height.js flash/flash.js minimessage/minimessage.js rpc/rpc.js set

2008-01-24 Thread doll
ator/shindig/trunk/features/core/prefs.js incubator/shindig/trunk/features/core/util.js incubator/shindig/trunk/features/dynamic-height/dynamic-height.js incubator/shindig/trunk/features/flash/flash.js incubator/shindig/trunk/features/minimessage/minimessage.js incubator/shindig/t

svn commit: r613344 - in /incubator/shindig/trunk/features/core: io.js json.js prefs.js util.js

2008-01-18 Thread doll
ures/core/json.js incubator/shindig/trunk/features/core/prefs.js incubator/shindig/trunk/features/core/util.js Modified: incubator/shindig/trunk/features/core/io.js URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/io.js?rev=613344&r1=613343&r2=6133