On 7/9/2016 9:13 AM, Kaply Consulting wrote:
Here's some new code that works (I just verified).

//
const {classes: Cc, interfaces: Ci, utils: Cu} = Components;

let xulStore = Cc["@mozilla.org/xul/xulstore;1
<http://mozilla.org/xul/xulstore;1>"].getService(Ci.nsIXULStore);
xulStore.setValue("chrome://browser/content/browser.xul",
"PersonalToolbar", "collapsed", "false");

Starting with Fierfox 47, there will be a pref for this (and for the
menubar).

browser.showPersonalToolbar
browser.showMenubar

Mike

That's fantastic, thank you for the follow-up!
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to [email protected] with a subject of 
"unsubscribe"

Reply via email to