Unbreak parser related build breakage (issue4428075)

2011-04-28 Thread jasvir
Reviewers: zhoresh, Description: If DefaultHtmlSerializer is injected and used to render DOM nodes parsed by Caja, xmlns attributes do not get rendered. Adds a parameter to the constructor so a non-injected serializer can be used for testing. Adds @Ignore to osdata test which Caja can parse but

Re: Unbreak parser related build breakage (issue4428075)

2011-04-28 Thread jasvir
http://codereview.appspot.com/4428075/

Re: Unbreak parser related build breakage (issue4428075)

2011-04-28 Thread johnfargo
LGTM On 2011/04/29 02:01:54, jasvir wrote: http://codereview.appspot.com/4428075/

Re: Customizing XStreamConfiguration

2011-04-28 Thread Eric Woods
Mike, You don't need to provide your own implementation of XStream081Configuration.java. Within XStream081Configuration.java, you only need to register your top level data types (e.g. Space.class and Application.class), just as an "activityEntry" is mapped to an ActivityEntry.class. This hap

Re: Extending common container via features

2011-04-28 Thread Ryan J Baxter
Hi Doug, sorry I didnt get a chance to respond to your email earlier. The Javascript in your feature looks correct to me. The fact that osapi is undefined would probably mean your script tag is not actually loading the common container code. I am unfamiliar if the way your layering your featu

RE: Extending common container via features

2011-04-28 Thread Davies,Douglas
Disregard. Turns out I am doing everything correctly, just had a maven build issue. I was trying to build a separate features project. Moving it into the server made it work, so I'll work out my build issue. At any rate... very nice how you can extend common container.

Extending common container via features

2011-04-28 Thread Davies,Douglas
I'm trying to extend the commoncontainer. I want to add a couple of new apis. I'm trying to do this by introducing a feature that adds the new functionality. In shindig.properties I have shindig.features.default=res://features/features.txt,res://features/oclc features.txt referencing

Customizing XStreamConfiguration

2011-04-28 Thread Matthews,Mike
Hello, I'm new to the listserv, so please correct any etiquette mistakes I may make. I'm working on 2 custom handlers that enable Shindig to track what gadgets a user has installed.. It's basically an implementation of the current Spaces and Applications services proposed in the OpenSocial