2013-05-16 FirefoxのJavascript プロファイラを使ってみよう Firefoxは基本機能の中に開発向けの機能が結構充実しています。 3Dビューやレスポンシブルビューデザインなんかはわりとデザイン向けとしては使える機能だと思います。僕も仕事ではよくこれらを活用... 続きを読む
Firefox リリースノート バージョン 21.0 — 2013/05/14 リリース このバージョンの変更点と既知の問題を掲載しています。いつものように フィードバックを提供 するか バグを報告 して、Firefox の改良にご協力ください。 このバージョンのリリースノート デス... 続きを読む
Firefoxちょっとフライング気味だけどWebPlatform 系Style[scoped] のサポート (Bug 508725) のサポート (Bug 820508)window.crypto.getRadomValues (Bug 440046) Web Cryptography API[W3C]window.crypto.getRandomValues - Document Object Model (DOM) | MDN... 続きを読む
Saturday, 4 May 2013 Web Audio Progress Our Web Audio implementation is making great progress. This is mainly due to the efforts of Ehsan Akhgari, who is, astoundingly, cranking out one or two features per day. Paul Adenot and I are spending ... 続きを読む
[これは、2013年2月14日に投稿された記事https://brendaneich.com/2013/02/why-mozilla-matters/の翻訳です。] [これは、昨日ノルウェーから届いたニュースをもとに話題を広げて書いたエッセーだ。文章の最後に、全てのオープンソースプロジェクトの参加者に向... 続きを読む
Travis CI A hosted continuous integration service for the open source community. Henrik Hodne, May 3, 2013 If you've ever tried to do browser testing against multiple browsers before, you know how much of a pain it can be. Recently we pushed ... 続きを読む
Time for another look at the latest developments with Firefox. This is part of our Bleeding Edge and Firefox Development Highlights series, and most examples only work in Firefox Nightly (and could be subject to change). We’re happy to say t... 続きを読む
Firefox OS User Guide Firefox OS is Mozilla's new mobile OS built entirely on web technologies. Refer to support.mozilla.org for instructional videos, up-to-date information, and our community of volunteer experts. Overview Mozilla is partner... 続きを読む
つい先日ですが、4月 5日に Firefox 22 Aurora (プレベータ版) がリリースされ、続いて、5月 17日には Firefox 23 Aurora がリリースされます (それぞれ正式版は 22 → 2013年 6月 25日 / 23 → 2013年 8月 6日リリース予定です)。 プレビューリリース : F... 続きを読む
原文: The Baseline Compiler Has Landed on April 5, 2013 by Kannan Vijayan 水曜日に、私たちは Firefox Nightly に Baseline コンパイラを投入しました。始めから終わりまで 6 か月の作業の後、私たちはついに苦労の末の産物をメインリリースストリームにマ... 続きを読む
Firefox リリースノート バージョン 20 ベータ版 — 2013/02/22 リリース このバージョンの変更点と既知の問題を掲載しています。いつものように フィードバックを提供 するか バグを報告 して、Firefox の改良にご協力ください。 このバージョンのリリースノー... 続きを読む
To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web! Close Welcome to Firefox Add-ons. Choose from thousands of extra features and styles to make Firefox your own. Close 続きを読む
unzip -q $(ls uxu-*.xpi | grep -v noupdate) -d $EXTENSION_DIR 続きを読む
JavaScriptFirefox Nightly (22) に ES6のArrow Function来たる - fragmentaryということで、早速試しているわけです。基本 var f1 = () => "OK"; // 引数なしの場合は、"()"が必須 var f2 = arg => arg + 1; // 引数一つなら、"()"は省略可 var f3 = (arg1, ar... 続きを読む
2013-03-21 Firefox Nightly (22) に ES6のArrow Function来たる Mozilla JavaScript そもそもES6に入ってるのも知らなかったので、2日前にmozilla-inboundにチェックインされててだいぶ驚いた。 で、Nightlyに入るのを待つこと2日弱、ようやく入ったので試して... 続きを読む
10 days ago, I asked in various channels about what web developers would like to see in the Firefox DevTools. I was impressed by the amount of answers we got (especially from HackerNews and Twitter). We computed and prioritized all these inpu... 続きを読む
JavaScriptFirefoxではArray.prototypeやString.prototypeにあるメソッドを簡単に転用できるように、コンストラクタ(Array, String)自身に汎用メソッド(generic method)が定義されています。これにより、Array.prototype.forEach.call(nodeList, body.appen... 続きを読む
2013-03-17 Firefox 拡張の作り方 (2013 年版) Firefox 拡張機能 4 年前に Firefox 拡張機能の作り方についての記事を書いた のですが、いい加減内容が古いので、改めて Firefox 拡張を作ろうと思った人向けに Firefox 拡張の作り方について概要を記しておこう... 続きを読む
application/xhtml+xmlが受け入れてもらえませんでした あなたのユーザエージェント(多くの場合、ブラウザ)はapplication/xhtml+xmlのコンテンツにアクセスできないようです。 あなたのユーザエージェントのHTTP_ACCEPTは、 あなたのユーザエージェントはこの環... 続きを読む
Yesterday I landed a new feature in the Firefox DevTools: paint flashing. What it does is to highlight areas being painted by Gecko. Avoiding useless painting operations can help you to build more performant web pages. Watch the video on yout... 続きを読む