タグ

Geckoに関するthorikawaのブックマーク (4)

  • Embedding Mozilla - Mozilla | MDN

    Gecko allows third-party developers to use the same technology as found in Mozilla. That means you can embed a web browser inside a third-party application, open channels and streams through the network backend, walk through the DOM and so on. You can even construct whole new applications using chrome. Documentation Gecko Embedding Basics An introduction to embedding the Gecko rendering engine. Em

    Embedding Mozilla - Mozilla | MDN
    thorikawa
    thorikawa 2009/02/15
    docshellについての説明
  • Free Dynamic DNS(DDNS) by POP3,IMAP4,FTP,HTTP-BASIC for Home Server, VPS | MyDNS.JP

    nomina.petit-archives.mydns.jp is not accessible... Sorry. I do not know why this site is not working. If you know Administrator of this site, please contact directly. You may be able to see it in Google cache. For administrator ... MyDNS.JP did not received IP address from you over One week. Please check your notify system. If you restart notification of IP address, MyDNS.JP will apply your IP ad

    thorikawa
    thorikawa 2009/02/15
    タブブラウザの作り方など。XPCOM関係も詳しい。
  • エンベッディングの概念

    ◆ エンベッディングの構成要素 ◆ エンベッディングの世界では、種々のオブジェクトが連係して動きます。中でも一番重要なオブジェクトは、nsWebBrowserで、これがエンベッディングの中心になります。このnsWebBrowserは、複数のnsDocShellをツリー構造で抱えています。nsDocShellは、各フレーム毎に1つづつインスタンス化されます。 【エンベッディングの構成オブジェクト】 以下が、エンベッディングを構成する主要なオブジェクトです。 ■ nsWebBrowser エンベッディングの最重要オブジェクトです。エンベッディングアプリケーションは、このクラスのインスタンスを生成して使用します。 nsWebBrowserはXPCOMオブジェクトで、その機能は分野別に、各インターフェースに分割されています。 nsWebBrowserが装備するインターフェースには、 nsIWebB

    thorikawa
    thorikawa 2009/02/14
    docshellの説明とか
  • 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
    thorikawa
    thorikawa 2009/02/14
    Firefox Mozillaのソースコードをおう
  • 1