Retrieving all bookmarks using WebExtensions API

2016-10-29 Thread ramashishgaurav
Hello everyone! I am new to mozilla add-on development so kindly bear with me if this is naive. I am using WebExtensions to build an add-on. As stated in subject, I need to retrieve all saved bookmarks using an API and then search a particular URL in it. I am not getting any relevant sources o

Removing navigator.buildID?

2016-10-29 Thread Kohei Yoshino
So the Battery Status API has just been removed, I think now is a good time to think about navigator.buildID again, which bug [1] has been inactive for a whole year. 4 years ago, Firefox 16 removed a minor version number from the user agent string to mitigate fingerprinting [2][3]. However, th

Re: Retrieving all bookmarks using WebExtensions API

2016-10-29 Thread Kevin Brosnan
Extension development questions are best directed to http://discourse.mozilla-community.org/c/add-ons/development or on irc.mozilla.org at #webextensions Kevin Brosnan On Oct 29, 2016 06:45, wrote: > Hello everyone! I am new to mozilla add-on development so kindly bear with > me if this is nai

Re: Retrieving all bookmarks using WebExtensions API

2016-10-29 Thread Kris Maglione
Or MDN: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/bookmarks On Sat, Oct 29, 2016 at 12:02:26PM -0700, Kevin Brosnan wrote: Extension development questions are best directed to http://discourse.mozilla-community.org/c/add-ons/development or on irc.mozilla.org at #webextension

Re: Removing navigator.buildID?

2016-10-29 Thread Nicholas Alexander
On Sat, Oct 29, 2016 at 7:21 AM, Kohei Yoshino wrote: > So the Battery Status API has just been removed, I think now is a good > time to think about navigator.buildID again, which bug [1] has been > inactive for a whole year. > > 4 years ago, Firefox 16 removed a minor version number from the use