舊文件

此處文件僅供參考,請自行考量時效性與適用程度,其他庫藏文件請參考文件頁面
我們亟需您的協助,進行共筆系統搬移、及文件整理工作,詳情請查閱參與我們

「Mozilla Firefox 1.5 變更」修訂間的差異

出自 MozTW Wiki

(copied from http://developer.mozilla.org/en/docs/What%27s_New_in_Deer_Park_Alpha)
 
(未顯示由 8 位使用者於中間所作的 12 次修訂)
行 1: 行 1:
 
== 釋出歷史 ==
 
== 釋出歷史 ==
* 1.5 RC - (2005 十月 28 號)
+
* 1.5.0.1 正式版 - (2006年二月一號)
* 1.5 Beta 2 - 2005 十月 6 號
+
* 1.5 正式版 - (2005 十一月三十號)
* 1.5 Beta 1 - 2005 九月 8 號
+
* 1.5 RC - (2005 十一月一號)
* 1.5 Alpha 2 - 2005 七月 12 號
+
* 1.5 Beta 2 - 2005 十月六號
* 1.5 Alpha 1 - 2005 五月 31 號
+
* 1.5 Beta 1 - 2005 九月八號
 +
* 1.5 Alpha 2 (Deer Park Alpha 1) - 2005 七月十二號
 +
* 1.5 Alpha 1 (Deer Park Alpha 1) - 2005 五月三十一號
  
== 版本變動 ==
+
= 版本變動 =
  
來源: http://developer.mozilla.org/en/docs/What%27s_New_in_Deer_Park_Alpha
+
== 一般 ==
  
=== 網頁技術 ===
+
;「清理足跡」保護隱私功能
 +
:「清理足跡」讓瀏覽記錄、Cookie、快取空間、既存表單資訊和其他個人資料都能輕鬆消除。您可以自訂要清除的資料項目,並以快速鍵或選單執行此命令。
 +
; 分頁圖示顯示縮圖
 +
: 閱覽圖片時,分頁圖示將顯示這張圖片的縮圖。
 +
; 快速瀏覽
 +
: 往返上下一頁的速度加快
 +
; 匿名 FTP 登入失敗時…
 +
: 現在以匿名身份登入 FTP 失敗後,會提醒使用者輸入帳號密碼。
 +
; [[針對特定網站設立樣式|針對特定網站/網頁設立樣式]]
 +
: 新的 <code>@-moz-document</code> 樣式規則提供使用者針對特定網頁設立 CSS 的功能,如此便能針對特定網站撰寫自訂的樣式表(userContent.css)。
  
新網頁功能請見 [[Gecko 1.8 變更]]。
+
== 選項設定的改進 ==
  
=== New Extension Developer Features ===
+
; Linux 及 Mac 上可立即套用修改的偏好設定
 +
: 這個部分遵照 Apple 與 GNOME 的人機介面準則:在偏好設定視窗中調整的選項現在會立即套用,就像其他 Mac OS X 及 GNOME 軟體一樣。
 +
; 易於搜尋的下載管理員
 +
: 下載管理員現能以檔案的副檔名或註釋來搜尋。
 +
; 易於搜尋的 Cookie
 +
: Cookie 管理員現在能以主機名稱、網域名稱、Cookie 名稱來搜尋既存 Cookie,所有 Cookie 並依主機名稱整理、以樹狀選單呈現。
 +
.
  
; Hidden referrer column for history
+
== 部署/安裝 ==
: Extensions can now access the referer information for pages stored in the browser history. This feature can be used to provide alternate history views and other useful functionality.
 
; API for prioritizing HTTP connections
 
: The Mozilla networking library now supports the prioritization of connections to a specific server.
 
  
; API for managing user and UA stylesheets
+
; Firefox MSI 安裝包
: Extensions can now register stylesheet URIs as additional user and UA stylesheets. This means extensions no longer have to try to edit <code>userContent.css</code> to add styling (say for XBL binding attachment) to web pages.
+
: 新的 MSI 安裝包提供發配安裝(distibuted installation)功能,也讓網絡管理員在企業環境中部署 Firefox 更具彈性。
 +
; 支援本地端的「暫存」
 +
: 個人設定資料夾 現在可以將網路快取(已閱覽的網頁)和 XUL 快取(預先編譯的程式介面)存在本機磁碟中,其他的個人設定資料則繼續留在網路磁碟上。這樣在區域網路環境中可以提高效能、降低網路流量。
 +
[www.cszg.net][www.lzbiz.com]
 +
== Mac OS X 支援 ==
 +
; 輔助使用 : 支援 "鍵盤操控快速鍵" 系統設定。
 +
; 拖放 : 使用者現在能拖移更多檔案類型到 Dock 上以便以瀏覽器開啟。
 +
; 選單 :不需要特殊選單和開著視窗便能正常使用選單。
 +
; 滑鼠動作:滑鼠中鍵現在運作正常。
 +
; 鍵盤快速鍵: 現在網址自動完成能像其他平台一樣支援 Cmd+Return 和 Cmd+Shift+Return。<br>上一頁、下一頁、停止和輔助說明的鍵盤快速鍵都會顯示。
  
; API for configuring proxies
+
== 網頁開發/擴充套件開發 ==
: It is now possible for extensions to easily override the proxy configuration without affecting user-visible preferences.
 
  
; Dynamic Overlays
+
新網頁功能請見 [[Gecko 1.8 變更]]
: Loading of XUL overlays after the document has been displayed is now supported.
+
擴充套件的變動請見 ???
 
 
; E4X
 
: The Mozilla JavaScript engine now supports ECMAScript for XML (E4X), a draft ECMA standard that adds native XML datatypes to the language and provides operators for common XML operations.
 
 
 
; Translucent Windows (Windows/Linux)
 
: On Windows and Linux, XUL windows with a transparent background are now supported.  This allows whatever is below the window to shine through the window background.
 
 
 
; Adding tokens to the User-Agent string
 
: It is now possible for applications, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other.  See [http://www.mozilla.org/build/revised-user-agent-strings.html documentation].
 
 
 
; Toolkit chrome registry
 
: Chrome registration has been significantly improved to use simple plaintext chrome registration manifests, and no longer keeps the chrome.rdf/overlayinfo cache.
 
 
 
; Extension Manager
 
* It is now possible to have Extensions outside the profile and application Extensions directories.
 
* Installing extensions can now be done by dropping an XPI into the profile or application Extensions directory.
 
* Uninstalling an Extension now involves simply deleting its folder from the profile or application Extensions directory.<br>
 
 
 
; New Preferences bindings
 
: These [http://forums.mozillazine.org/viewtopic.php?t=263028 new bindings] make it easier to create preferences windows for extensions.  The new preferences windows support instant-apply behavior, which is enabled by default on Mac and Linux.
 
 
 
; API for implementing new command-line switches
 
: An API has been introduced so that extensions can easily handle complex command-line flags. This API will be stable and frozen for 1.1.
 
 
 
; XTF Support
 
: The eXtensible Tag Framework allows adding support for new namespaces using XPCOM components to Mozilla (written in JavaScript or C++).  For example, the [http://www.mozilla.org/projects/xforms Mozilla XForms Project] uses XTF to add support for the XForms namespace. See [http://www.croczilla.com/xtf XTF Home Page]
 
 
 
=== New Browser Features ===
 
 
 
==== Improved Preferences ====
 
 
 
; Instant Apply behaviour on Linux and Mac
 
: Changes made in the Preferences window now apply immediately, in line with typical behaviour in other Mac OS X and GNOME applications.  This changes conforms with the Apple and GNOME Human Interface Guidelines.
 
 
 
; Searchable download actions manager
 
: It is possible to search the Download Actions manager by file extension or description.
 
 
 
; Searchable cookie manager
 
: Cookies can be searched by hostname/domain and cookie name, and are organized by hostname in a tree format instead of a flat list.
 
 
 
==== Deployment ====
 
 
 
; Firefox MSI package
 
: The new MSI installation package facilitates distibuted installation and provides greater flexibility to network administrators wanting to deploy Firefox in a corporate environment.
 
 
 
; Support for profile "temp" directory on local filesystem
 
: It is now possible to store the network cache (copies of visited webpages) and the XUL fastload cache (precompiled user interface code) on a local disk, while keeping the rest of the profile data on a network drive. This will increase performance and reduce network traffic for users in a network environment.
 
 
 
==== Other ====
 
 
 
; "Sanitize" privacy feature
 
: The "Sanitize" feature provides an easy way to quickly remove browsing history, cookies, cache, saved form information, and other personal data. The items to be removed can be customized, and the feature can be activated using either a keyboard shortcut or through a menu item.
 
 
 
; Image thumbnails as tab icons
 
: When viewing images, tab icons now display thumbnails of the displayed image.
 
 
 
; Fast back (and forward)
 
: This very experimental feature allows much faster session history navigation.  The feature is off by default but can be enabled for testing purposes by setting the <code>browser.sessionhistory.max_viewers</code> preference to a nonzero number.
 
 
 
; Anonymous FTP login failure behaviour
 
: FTP users are now prompted to input a name and password if anonymous access fails.
 
 
 
; CSS at-rule for matching on site/document URL
 
: The new <code>@-moz-document</code> rule gives users the ability to match page objects per-site, using CSS. This makes it possible to include site-specific rules in user style sheets (userContent.css).  [http://lists.w3.org/Archives/Public/www-style/2004Aug/0135.html David Baron's post to <code>www-style</code>] explains how the rule can be used.
 

於 2006年4月6日 (四) 01:28 的最新修訂

釋出歷史

  • 1.5.0.1 正式版 - (2006年二月一號)
  • 1.5 正式版 - (2005 十一月三十號)
  • 1.5 RC - (2005 十一月一號)
  • 1.5 Beta 2 - 2005 十月六號
  • 1.5 Beta 1 - 2005 九月八號
  • 1.5 Alpha 2 (Deer Park Alpha 1) - 2005 七月十二號
  • 1.5 Alpha 1 (Deer Park Alpha 1) - 2005 五月三十一號

版本變動

一般

「清理足跡」保護隱私功能
「清理足跡」讓瀏覽記錄、Cookie、快取空間、既存表單資訊和其他個人資料都能輕鬆消除。您可以自訂要清除的資料項目,並以快速鍵或選單執行此命令。
分頁圖示顯示縮圖
閱覽圖片時,分頁圖示將顯示這張圖片的縮圖。
快速瀏覽
往返上下一頁的速度加快
匿名 FTP 登入失敗時…
現在以匿名身份登入 FTP 失敗後,會提醒使用者輸入帳號密碼。
針對特定網站/網頁設立樣式
新的 @-moz-document 樣式規則提供使用者針對特定網頁設立 CSS 的功能,如此便能針對特定網站撰寫自訂的樣式表(userContent.css)。

選項設定的改進

Linux 及 Mac 上可立即套用修改的偏好設定
這個部分遵照 Apple 與 GNOME 的人機介面準則:在偏好設定視窗中調整的選項現在會立即套用,就像其他 Mac OS X 及 GNOME 軟體一樣。
易於搜尋的下載管理員
下載管理員現能以檔案的副檔名或註釋來搜尋。
易於搜尋的 Cookie
Cookie 管理員現在能以主機名稱、網域名稱、Cookie 名稱來搜尋既存 Cookie,所有 Cookie 並依主機名稱整理、以樹狀選單呈現。

.

部署/安裝

Firefox MSI 安裝包
新的 MSI 安裝包提供發配安裝(distibuted installation)功能,也讓網絡管理員在企業環境中部署 Firefox 更具彈性。
支援本地端的「暫存」
個人設定資料夾 現在可以將網路快取(已閱覽的網頁)和 XUL 快取(預先編譯的程式介面)存在本機磁碟中,其他的個人設定資料則繼續留在網路磁碟上。這樣在區域網路環境中可以提高效能、降低網路流量。

[www.cszg.net][www.lzbiz.com]

Mac OS X 支援

輔助使用 
支援 "鍵盤操控快速鍵" 系統設定。
拖放 
使用者現在能拖移更多檔案類型到 Dock 上以便以瀏覽器開啟。
選單
不需要特殊選單和開著視窗便能正常使用選單。
滑鼠動作
滑鼠中鍵現在運作正常。
鍵盤快速鍵
現在網址自動完成能像其他平台一樣支援 Cmd+Return 和 Cmd+Shift+Return。
上一頁、下一頁、停止和輔助說明的鍵盤快速鍵都會顯示。

網頁開發/擴充套件開發

新網頁功能請見 Gecko 1.8 變更。 擴充套件的變動請見 ???

個人工具