Buscar en Ayuda

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

How do I disable live bookmarks?

  • 2 respuestas
  • 4 tienen este problema
  • 1 visita
  • Última respuesta de bryniker

more options

I want to disable live bookmarks altogether. The following error data is sprayed into my error console at a rate so high that I can't use it for debugging:

Error: getSiteURI is deprecated and will be removed in a future release. Check the nsILivemarkService interface. Source File: resource:///components/nsLivemarkService.js Line: 204

I want to disable live bookmarks altogether. The following error data is sprayed into my error console at a rate so high that I can't use it for debugging: Error: getSiteURI is deprecated and will be removed in a future release. Check the nsILivemarkService interface. Source File: resource:///components/nsLivemarkService.js Line: 204

Todas las respuestas (2)

more options

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).


_reportDeprecatedMethod: function DEPRECATED_LS__reportDeprecatedMethod()
  {
    let oldFuncName = arguments.callee.caller.name.slice(14);
    Cu.reportError(oldFuncName + " is deprecated and will be removed in a " +
                   "future release.  Check the nsILivemarkService interface.");
  },
more options

I eliminated these warnings by removing the Simple RSS Reader (SRR) extension.