GNOME Bugzilla – Bug 711052
changes required to run against a js24 gjs.
Last modified: 2013-10-29 20:45:57 UTC
This is also safe for the current js17 gjs
Created attachment 258413 [details] [review] port shell-js to c++
Created attachment 258414 [details] [review] remove direct access to jsapi with js24 its not possible to access jsapi directly from C code
Created attachment 258415 [details] [review] lookingGlass: Remove Memory tab and add a gc Icon to toolbar With js24 it won't be possible to access gjs memory stats from C code.
Review of attachment 258413 [details] [review]: ::: src/shell-js.c @@ +1,2 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ +#include <jsapi.h> No. config.h always needs to be imported first.
Created attachment 258483 [details] [review] port shell-js to c++
looks good, push.
Attachment 258414 [details] pushed as 7296bed - remove direct access to jsapi Attachment 258415 [details] pushed as b929320 - lookingGlass: Remove Memory tab and add a gc Icon to toolbar Attachment 258483 [details] pushed as e9fbbf4 - port shell-js to c++