「Mozilla Firefox 1.5 變更」修訂間的差異
出自 MozTW Wiki
Danielwang(對話 | 貢獻) (copied from http://developer.mozilla.org/en/docs/What%27s_New_in_Deer_Park_Alpha) |
Danielwang(對話 | 貢獻) (+ Kourge 的 Mac OS X 支援一節翻譯) |
||
行 8: | 行 8: | ||
== 版本變動 == | == 版本變動 == | ||
− | + | === 一般 === | |
− | + | ; "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. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | === Improved Preferences === | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
; Instant Apply behaviour on Linux and Mac | ; Instant Apply behaviour on Linux and Mac | ||
行 69: | 行 36: | ||
: Cookies can be searched by hostname/domain and cookie name, and are organized by hostname in a tree format instead of a flat list. | : 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 | ; Firefox MSI package | ||
行 77: | 行 44: | ||
: 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. | : 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. | ||
− | === | + | === Mac OS X 支援 === |
+ | ; 輔助使用 : 支援 "鍵盤操控快速鍵" 系統設定。 | ||
+ | ; 拖放 : 使用者現在能拖移更多檔案類型到 Dock 上以便以瀏覽器開啟。 | ||
+ | ; 選單 :不需要特殊選單和開著視窗便能正常使用選單。 | ||
+ | ; 滑鼠動作:滑鼠中鍵現在運作正常。 | ||
+ | ; 鍵盤快速鍵: 現在網址自動完成能像其他平台一樣支援 Cmd+Return 和 Cmd+Shift+Return。<br>上一頁、下一頁、停止和輔助說明的鍵盤快速鍵都會顯示。 | ||
− | + | === 網頁開發/擴充套件開發 === | |
− | |||
− | + | 新網頁功能請見 [[Gecko 1.8 變更]]。 | |
− | + | 擴充套件的變動請見 ??? | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
於 2005年10月19日 (三) 18:32 的修訂
釋出歷史
- 1.5 RC - (2005 十月 28 號)
- 1.5 Beta 2 - 2005 十月 6 號
- 1.5 Beta 1 - 2005 九月 8 號
- 1.5 Alpha 2 - 2005 七月 12 號
- 1.5 Alpha 1 - 2005 五月 31 號
版本變動
一般
- "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
browser.sessionhistory.max_viewers
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
@-moz-document
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). David Baron's post towww-style
explains how the rule can be used.
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.
Mac OS X 支援
- 輔助使用
- 支援 "鍵盤操控快速鍵" 系統設定。
- 拖放
- 使用者現在能拖移更多檔案類型到 Dock 上以便以瀏覽器開啟。
- 選單
- 不需要特殊選單和開著視窗便能正常使用選單。
- 滑鼠動作
- 滑鼠中鍵現在運作正常。
- 鍵盤快速鍵
- 現在網址自動完成能像其他平台一樣支援 Cmd+Return 和 Cmd+Shift+Return。
上一頁、下一頁、停止和輔助說明的鍵盤快速鍵都會顯示。
網頁開發/擴充套件開發
新網頁功能請見 Gecko 1.8 變更。 擴充套件的變動請見 ???