Re: [PATCH 0/4] Pull polkit forward to mozjs24

2016-08-18 Thread Colin Walters
On Thu, Aug 18, 2016, at 11:38 AM, Jeremy Linton wrote: > The #ifdefs definitely restrict the code flow. The more recent versions > of JSAPI lean heavily on a RAII/construction model for rooting objects > in the GC. So, removing them helps clear the way for reworking the code > flow to fit wel

Re: [PATCH 0/4] Pull polkit forward to mozjs24

2016-08-18 Thread Jeremy Linton
On 08/17/2016 03:57 PM, Colin Walters wrote: On Thu, Aug 4, 2016, at 12:57 PM, Jeremy Linton wrote: Polkit is out of date with respect to supported versions of mozjs. These patches start moving polkit forward again. Right now they are just to mozjs24 which is one of the first C++ only JSAPI ve