On 9/20/13 8:22 PM, Benjamin Smedberg wrote:
On 9/20/13 9:06 AM, Benjamin Smedberg wrote:
So I would like to propose that we link the JS libraries statically
into libxul and stop exporting JSAPI symbols entirely. This will
effectively prevent extensions from using it.
To answer questions I received privately about the impact of addon
compat. This *will* affect a few addons, but not very many. Searching
the addon MXR, I think the only affected addon is Prism, which is
long-gone. This will also affect the Norton Toolbar addon, which
currently uses JSAPI and will need to change; I already have contacts at
Norton about this.

--BDS


What about JS_NewDateObject, JS_NewDateObjectMsec, JS_ObjectIsDate, js_DateIsValid? Most of these are in jsapi.h, and we need it in Lightning for this code:

http://mxr.mozilla.org/comm-central/source/calendar/base/backend/libical/calDateTime.cpp#597

We are not quite ready to get rid of the libical backend right now, so removing these functions without replacement will cause some complications for Lightning.

Philipp
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to