タグ

geckoに関するamachangのブックマーク (3)

  • Gecko DOM Reference - MDC

    The Document Object Model (DOM) connects web pages to scripts or programming languages by representing the structure of a document—such as the HTML representing a web page—in memory. Usually, that means JavaScript, although modeling HTML, SVG, or XML documents as objects are not part of the core JavaScript language, as such. The DOM represents a document with a logical tree. Each branch of the tre

    Gecko DOM Reference - MDC
    amachang
    amachang 2007/07/23
    Gecko(Firefox) のDOM のまとめ。DOM 系のオブジェクトのプロパティとかメソッドとか知りたい場合はここからたどればほとんどカバーされている。
  • Build Documentation - MDC

    The Mozilla build system, like the rest of the Mozilla codebase, is cross-platform. It uses traditional unix-style autoconf and make tools to build the various applications (even on non-unix operating systems). Because the Mozilla codebase builds many different applications and has many options, it is complex to use and learn. Please read these instructions carefully before attempting a build. The

    amachang
    amachang 2007/06/05
    Mozilla のビルドをするときの .mozconfig ファイルを自動生成。見てるだけでも参考になります。
  • Gecko hacking tutorial | MDN

    はじめに この文書は、Mozilla の心臓部である Gecko を Hack するための手順を紹介します。 準備 環境 この文書は、以下の環境を想定しています。 OS ソースコードの取得 何よりもまず、Mozilla のソースコードが必要です。この記事では、(この記事の執筆時点で)Firefoxの最新リリースである Firefox 2.0.0.2 を使用します。Firefox 2.0.0.2 のソースコードは、以下から入手可能です。 http://ftp.mozilla.org/pub/mozilla.o....0.0.2/source/ ソースコードはbzipアーカイブです。後で展開作業を行いますので、適当な場所に保存しておいてください。 コンパイラの準備 Windows Build Prerequisitesによると、この記事が対象としている Firefox 2.0.x をビルドする

    Gecko hacking tutorial | MDN
    amachang
    amachang 2007/05/23
    Gecko レンダリングエンジンのハック方法。これはすごい。レンダリングの仕組みの勉強に・・・。
  • 1