タグ

ブックマーク / developer.mozilla.org (9)

  • Signing and distribution overview

    Signing and distributing your add-on Add-ons need to be signed before they can be installed into release and beta versions of Firefox. This signing process takes place through addons.mozilla.org (AMO), whether you choose to distribute your add-on through AMO or to do it yourself. Here we look at the signing requirements and the related reviews, before discussing how to choose between distributing

    Signing and distribution overview
    masa0x80
    masa0x80 2016/04/16
  • Progress Listeners - Archive of obsolete content | MDN

    Support for extensions using XUL/XPCOM or the Add-on SDK was removed in Firefox 57, released November 2017. As there is no supported version of Firefox enabling these technologies, this page will be removed by December 2020. Add-ons using the techniques described in this document are considered a legacy technology in Firefox. Don't use these techniques to develop new add-ons. Use WebExtensions ins

    Progress Listeners - Archive of obsolete content | MDN
    masa0x80
    masa0x80 2010/10/30
  • Add-on SDK - Archive of obsolete content | MDN

    Support for extensions using XUL/XPCOM or the Add-on SDK was removed in Firefox 57, released November 2017. As there is no supported version of Firefox enabling these technologies, this page will be removed by December 2020. Add-ons using the techniques described in this document are considered a legacy technology in Firefox. Don't use these techniques to develop new add-ons. Use WebExtensions ins

    Add-on SDK - Archive of obsolete content | MDN
  • nsINavHistoryQuery - Mozilla | MDN

    Inherits from: nsISupports Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1) The nsINavHistoryQuery is not intended to be a super-general query mechanism. This was designed so that most queries can be done in only one SQL query. This is important because, if the user has their profile on a networked drive, query latency can be non-negligible Method overview

    nsINavHistoryQuery - Mozilla | MDN
  • Querying Places - MDC

    Firefox の履歴とブックマークのデータには、 "Places" query API を通じてアクセスする事ができます。これらの API は履歴やブックマーク、またはそれらを組み合わせた複雑な検索を実行する能力を提供します (※ Firefox Alpha 6 を対象としています)。検索結果はマッチしたデータのフラットなリスト、もしくはツリー構造を含んだオブジェクトとなります。クエリ API の定義及び結果のデータ構造は toolkit/components/places/nsINavHistoryService.idl にあります。このページでは、コア API を使ったいくつかの共通の操作や例を紹介します。 Places のクエリーはいくつかの基的なパーツを持っています。 クエリオブジェクト nsINavHistoryQuery : 検索時のパラメータを保持 クエリオプション ns

    Querying Places - MDC
  • XUL - Archive of obsolete content | MDN

    XUL Tutorial A guided tutorial that will help you get started with XUL, originally from XULPlanet. XUL (XML User Interface Language) is Mozilla's XML-based language for building user interfaces of applications like Firefox. The term XUL is sometimes used to refer to the whole Mozilla platform (e.g. XUL applications are applications using XUL and other components of the platform). XUL Controls list

    XUL - Archive of obsolete content | MDN
  • XMLHttpRequest - Web API | MDN

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. Learn moreSee full compatibilityReport feedback XMLHttpRequest (XHR) オブジェクトは、サーバーと対話するために使用されます。ページ全体を更新する必要なしに、データを受け取ることができます。これでユーザーの作業を中断させることなく、ウェブページの一部を更新することができます。 EventTarget XMLHttpRequestEventTarget XMLHttpRequest XMLHttpRequest という名前ではあるものの、 XML だけでな

    XMLHttpRequest - Web API | MDN
  • Using nsILoginManager | MDN

    Login Manager を利用する 拡張機能はしばしば外部サイトや Web アプリケーション等のパスワードを安全に格納する必要があります。安全に実行するため次の機能を利用できます。nsILoginManager は機密事項なパスワード情報のための安全なストレージを用意し、nsILoginInfo はログイン情報を格納する方法を提供します。 nsILoginManager を取得する nsILoginManger を実装するコンポーネントを得るためには以下のコードを利用します。 var passwordManager = Components.classes["@mozilla.org/login-manager;1"] .getService(Components.interfaces.nsILoginManager); ログインマネージャの多くの関数は nsILoginInfo オブ

    Using nsILoginManager | MDN
  • Firefox 3.5 for developers - MDC

    Firefox 3.5 では数多くの新機能が導入され、また、幅広い種類のWeb 標準に対するサポートが追加および改善されます。この記事は主な変更点をカバーする記事へのリンクを伴う広範囲に及ぶ一覧を提供します。 HTML5 サポート Using audio and video in Firefox Firefox 3.5 では HTML5 の audio および video 要素がサポートされます。 Offline resources in Firefox Firefox 3.5 では HTML5 のオフラインリソース仕様をすべてサポートしています。 ドラッグ&ドロップ HTML5 のドラッグ&ドロップ API によって Web サイト内および Web サイト間のアイテムのドラッグ&ドロップがサポートされます。これにより、拡張や Mozilla ベースアプリケーションに対してもより単純な A

    Firefox 3.5 for developers - MDC
  • 1