> On July 23, 2012, 11:54 p.m., Ryan Baxter wrote: > > trunk/config/container.js, line 163 > > <https://reviews.apache.org/r/6070/diff/2/?file=127774#file127774line163> > > > > Could you add a comment on what the unit of measurement is for this > > value? I assume it is milliseconds.
Yes its milliseconds. Will add to the comment. - Henry ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6070/#review9381 ----------------------------------------------------------- On July 23, 2012, 5:35 p.m., Henry Saputra wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6070/ > ----------------------------------------------------------- > > (Updated July 23, 2012, 5:35 p.m.) > > > Review request for shindig. > > > Description > ------- > > Fix memory leak in IE7 for Ajax call in core.io feature using polling > technique used in YUI2 connection manager. > > The leak happen due to circular link that ajax onreadystatechange handler > that has link to the main xhr object. IE garbage collector hates that. > > > Diffs > ----- > > trunk/config/container.js 1363863 > trunk/features/src/main/javascript/features/core.io/io.js 1363863 > trunk/features/src/main/javascript/features/core.util.base/base.js 1363863 > > Diff: https://reviews.apache.org/r/6070/diff/ > > > Testing > ------- > > Pass unit tests and in common container. > > > Thanks, > > Henry Saputra > >