OAAIfrGadget and DnD

2012-01-06 Thread Shtein, Ilya
Hi, We are using pubsub-2 gadgets in our enterprise portal, in combination with jQuery UI Sortable -based Drag and Drop implementation. As soon as I drop a pubsub-2 gadget, the gadget is moved in the DOM tree, which in WebKit browsers causes the gadget IFrame to reload. As a result, the gadget

Re: Review Request: Changing equality checks against undefined to typeof checks against 'undefined'

2012-01-06 Thread Stanton Sievers
> On 2012-01-03 08:45:27, Paul Lindner wrote: > > I'm okay with the patch as-is, but would prefer something like this which > > is a modified version of the closure library goog.isDef > > > > > > goog.isDef = function(val) { > > var undefined; > > return val !== undefined; > > }; > > > >

XHR in js libraries in a gadget

2012-01-06 Thread Dan Dumont
I had this quick conversation with John Hjelmstad today: me: Hi John: howdy me: do you have a min or 2? John: busy right now dealing with some personal matters, but will have time in about 30 min me: can you ping me back when you're all done? John: k me: ty John: hey dan, got

Re: OAuth2Cache

2012-01-06 Thread Michael Matthews
I could use some feedback on how to implement the OAuth2Cache interface in the OAuth2 consumer implementation. Doug and I are following the approach outlined earlier where our OAuth2Cache is essentially a no-op implementation of OAuth2Cache where all methods do nothing, with the exception of the O

Re: httpclient version upgrade causing SSL exceptions

2012-01-06 Thread daviesd
Thanks. Are snapshots happening? I donĀ¹t seem to be picking up anything new since 12/26. Could be an issue on my end. doug On 1/3/12 4:21 PM, "Paul Lindner" wrote: > ugh. I reverted the revert. I'll get it back in place. > > > commit f30c4decb5332f18acbacacedd29dee7df54b12e > Author: Paul

Re: Review Request: Revert SHINDIG-1669

2012-01-06 Thread Stanton Sievers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3402/#review4222 --- Ship it! LGTM - Stanton On 2012-01-06 02:10:55, Ryan Baxter wrote: