タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとjavascriptとmozillaに関するsnj14のブックマーク (3)

  • XBLとuserContent.cssとGreasemonkey - 素人がプログラミングを勉強していたブログ

    追記:コメントでbindToUntrustedContent="true"が必要になったと指摘をうけたので追加 2015/3/21 userContent.cssに @-moz-document domain("reader.livedoor.com") { #right_body > .item { -moz-binding: url("ldr.xml#filter") !important; } } と書いて、同じchromeディレクトリに、ldr.xmlという名前で <?xml version="1.0"?> <bindings xmlns="http://www.mozilla.org/xbl"> <binding id="filter" bindToUntrustedContent="true"> <implementation><constructor><![CDATA[ if

    XBLとuserContent.cssとGreasemonkey - 素人がプログラミングを勉強していたブログ
    snj14
    snj14 2008/12/16
    DOMContentLoadedより早い,ロード
  • CodeRepos::Share – Trac

    MozTAP TAP (Test Anything Protocol) for Mozilla JavaScript Codes Abstract MozTAP is simple test library for Mozilla's JavaScript codes. MozTAP is implemented TAP (Test Anything Protocol). MozTAP requires xpcshell as Mozilla JavaScript Code interpreter, and prove as command for running tests. Before using this tool, please install xpcshell and prove. Source http://svn.coderepos.org/share/platform/g

  • コマンド - Archive of obsolete content | MDN

    コマンドは、操作に応じて呼び出され、必要な処理を行います。 command 要素 command 要素は、操作に対する処理を実行していくために使用可能な、コマンドの作成に利用されます。 操作に関する処理を行うためには、単にスクリプトを呼び出すだけでもよいので、コマンドは「利用しなければならない」ものではありません。 しかしながら、コマンドには、必要に応じて自動的に無効にできたり、実装の詳細について知らなくても外部から呼び出せるといった利点があります。 また、コマンドは、操作をコードから切り離して抽象化するのに適しており、アプリケーションが大きくなるほど有用になります。 例えば、クリップボード系のメニューコマンドである、「切り取り」や、「コピー」、「貼り付け」を実装するために、コマンドを利用することができます。 これらを、コマンドを利用せずに実装しようとした場合、どのフィールドがフォーカスを

    コマンド - Archive of obsolete content | MDN
    snj14
    snj14 2008/03/13
    コマンド
  • 1