Archived Mozilla and build documentation
These articles are archived, obsolete documents about Mozilla, Gecko, and the process of building Mozilla projects.
- Drag and Drop
- This section describes how to implement objects that can be dragged around and dropped onto other objects.
- Firefox
- In progress. Out-of-date information about the Firefox project.
- Prism
- Prism 是以 XULRunner 為基礎的極簡化瀏覽器,可以讓網際應用程式不必透過一般瀏覽器介面就能直接執行。Prism 的主要概念是「特定網站專用瀏覽器」,就好比為某個網際應用程式量身訂做的瀏覽器一樣,無需選單、工具列及其他傳統瀏覽器的元件。這類專屬瀏覽器能為其網際應用程式提供與作業系統更緊密的整合,所以能同時擁有一般單機程式與網際應用程式雙方面的好處。
- XPInstall
- XULRunner
- XULRunner is a Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It provides mechanisms for installing, upgrading, and uninstalling these applications.
- 介紹音效 API
- 音效 API 是 HTML5 規範中的媒體元素
<audio>
與<video>
的補充功能,它讓開發者可以存取音效的後設資料跟音頻本身的生資料。開發者可以具象化這些音效資料,分析這些資料,甚至是創造出新的音效資料。 - 製作即時摘要
- 即時摘要來源(microsummary generator)內含一組從網頁中製出即時摘要的指令,而網頁能在
<head>
元素中放入<link rel="microsummary">
以指定適用的摘要來源。即時摘要來源檔案中如含有適用頁面列表,則也可以獨立安裝。 - 轉換網頁程式:從 IE 到 Mozilla
- 這篇文章描述 IE 與 Mozilla 瀏覽器之間在程式上的差異,協助您將 IE-only 網頁改寫為 Mozilla 通用網頁。