なんかのテストケースにXPathEvaluatorという単語を発見。 Using XPath - MDCにも載っていてFirefoxにしか実装されていませんが、特権なしで利用可能です。特徴はXPath式のコンパイルと評価が分離されているところ。 式のコンパイルと評価だと圧倒的に評価の方... 続きを読む
Last week John Resig, Mozilla’s JavaScript Evangelist, was in town to speak on Tamarin and ECMAScript 4 (i.e. JavaScript 2) at Adobe Max Japan, as well ‘The Future of JavaScript‘ an event organized by Mozilla Japan and supported by the Jav... 続きを読む
Mercurial is a source-code management tool which allows users to keep track of changes to the source code locally and share their changes with others. It is used for the development of Firefox 3.1/Mozilla 1.9.1 and later releases. Note: If yo... 続きを読む
Table of contents1. Loading the microformats API2. Predefined microformats3. Methods3.1. add()3.1.1.1.1. Parameters3.2. count()3.2.1.1.1. Parameters3.2.1.1.2. Return value3.3. debug()3.3.1.1.1. Parameters3.3.1.1.2. Return value3.4. get()3.4.1... 続きを読む
Summary The :-moz-drag-over pseudo-class is used to edit an element when a drag-over event is called on it. 続きを読む
Summary The ime-mode property controls the state of the input method editor for text fields. Initial value : auto Applies to: text fields Inherited : no Percentages: N/A Media: visual Computed value : Values auto No change is made to the cur... 続きを読む
Firefoxのソースコードをいろいろ見ていたときにちょっとべんりそうな nsIXmlRpcClient という名前のインターフェイスがあるのを発見しました。どこで使われてるのかなー、と思ってさらに探したところFirefoxでは使われてなさそうですが、しばらく前にちょっと... 続きを読む
Bug 371432 – Need an API to store <input type=file> data offline and access when online Firefox 3 だと <input type="file"> で指定されているファイルへのアクセスが簡単になる、ということらしいです。任意の Web ページからユーザの指定したローカル... 続きを読む