Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Where can I find the implementation of the PlacesUtils.history.makeGuid() function?

  • 2 antwoorde
  • 1 het hierdie probleem
  • 13 views
  • Laaste antwoord deur vaonerra

more options

Hi, I'm making an app in Python to interact with the Bookmarks database (adding, removing bookmarks). I have seen that the `moz_places` table requires a GUID and a hash value for the URL.

I was looking at the source code but I can't find the definition of the `makeGuid()` function. My intention is to port that code to Python and use that in my app.

Can anybody point me to the right direction to accomplish this? Perhaps these functions have been already implemented in Python, if that is the case, do you know where? Is there any other way to generate the GUIDs and Hash values?

Any other recommendation? I don't want to build an add-on since the app I'm building is to be used from the console.

Thanks!

Hi, I'm making an app in Python to interact with the Bookmarks database (adding, removing bookmarks). I have seen that the `moz_places` table requires a GUID and a hash value for the URL. I was looking at the source code but I can't find the definition of the `makeGuid()` function. My intention is to port that code to Python and use that in my app. Can anybody point me to the right direction to accomplish this? Perhaps these functions have been already implemented in Python, if that is the case, do you know where? Is there any other way to generate the GUIDs and Hash values? Any other recommendation? I don't want to build an add-on since the app I'm building is to be used from the console. Thanks!

All Replies (2)

more options
more options

Thanks @cor-el. I'll take a look.