Mozilla サポートの検索

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 件の返信
  • 4 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: 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

すべての返信 (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.