FYI, the cookies backend (from mozilla/extensions/cookie/) is moving into netwerk/cookie/ today. This means that you no longer need to build the cookies extension unless your embedding app utilizes mozilla's permissions system (cookie blocking, image blocking, etc.). If your application does not need to use cookies, then you may want to add pref("network.cookie.enable", false); to your all.js file.

At some point in the future, the remaining contents of mozilla/extensions/cookie/ will most likely be moved into a permissions extension. Details of that part are not nailed down yet.

Please see http://bugzilla.mozilla.org/show_bug.cgi?id=210561 for more details.

Darin

_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to