opentiss
千年狐狸
千年狐狸
  • UID16
  • 注册日期2004-11-21
  • 最后登录2024-02-23
  • 发帖数3371
  • 经验65枚
  • 威望1点
  • 贡献值34点
  • 好评度13点
  • 社区居民
  • 忠实会员
阅读:14566回复:39

消息:Deer Park Alpha 1 Available [一点说明by 斑竹]

楼主#
更多 发布于:2005-06-01 12:34
http://www.mozillazine.org/talkback.html?article=6708


[一点说明]
Deer Park alpha 1(之前的1.0+ trunk) 采用了新的前进后退按钮工作机理,大大提高了从cache读取的速度(闪电速度),但是默认这个功能是关闭的,需要进行设置。
具体设置步骤:

最新的Nightly Trunk版本(newer than 20050504)开始采用Opera的前进、后退机理, 当你点击这两个按钮的时候,FX将直接还原Cache里的内容,速度应该会和Opera的cache载入一样,非常快了。
这些更新将会在FX 1.1发布版里出现
本改变默认是关闭的,要打开的话:
在about:config里新建一个整型变量
名称为: browser.sessionhistory.max_viewers
键值为: 5 (或者任何非零的整数)
重启Firefox.

Note这不会在Firefox 1.0.x的nightly或者是将来的release版本中出现,而且作为一个major改变,可能会有bug. 到这里汇报: https://bugzilla.mozilla.org/enter_bug.cgi?product=Core

Note2:如果你要尝试FX trunk nightly,我建议下载zip版本,并且不要覆盖你的稳定版本,让两个共存,因为trunk的nightly版本几乎不兼容大部分的扩展。如果你要退回稳定版,直接删除解压缩的文件夹即可。


另外Deer Park的新功能包括了:
对于终端用户:
General

"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 behavior
    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 to www-style explains how the rule can be used.
Report a broken website wizard
    Users now have a simple tool for reporting websites that aren't working in Firefox. If installed (Reporter is a custom install option for this release) the tool can be accessed from "Report Broken Website" on the Firefox Help menu.

Improved Preferences

Instant Apply behavior on Linux and Mac
    Changes made in the Preferences window now apply immediately, in line with typical behavior in other Mac OS X and GNOME applications. This changes conforms with the Apple and GNOME Human Interface Guidelines.
Searchable download actions manager
    You are now able to search through Firefox's file associations for downloaded files by program name or their file extension.
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

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 Support

Accessibility
    Supports "Full Keyboard Access" system setting.
Drag and drop
    Users can now drag more file types to the Dock icon to open in the browser.
Menus
    Menus function properly in windows without special menus and with no windows open.
Mouse Actions
    Middle mouse buttons now function as expected.
Keyboard shortcuts
    Cmd+Return and Cmd+Shift+Return are now supported for address completion as on other platforms.
    Back, Forward, Stop and Help keyboard shortcuts are now exposed.

对于网络开发人员:
HTML

Elements with tabindex="-1" should be focusable
    Elements with a negative tabindex attribute can now have focus, even though they are not in the tab order.
Object should submit
    In accordance with the HTML4 specification, <object> elements can now be submitted as part of a form.

CSS

CSS2 quotes nesting
    Starting with this release, the CSS2 quotes property is fully supported, with the correct quote (depending on the nesting level) being used for open-quote and close-quote.
CSS3 nly-child
    This CSS3 selector allows selecting an element that has no other elements as siblings in the DOM.
CSS3 columns
    An experimental implementation of the proposed CSS3 multicolumn layout draft. This allows easily doing newspaper-like multicolumn presentation.
CSS3 overflow-x and overflow-y properties
    These properties can be used to control the overflow behavior in the horizontal and vertical directions somewhat independently. For example, overflow in the horizontal direction could be hidden while overflow in the vertical direction can be scrolled to.
CSS3 cursors
    More mouse cursor names are now supported.
URI values on CSS cursor properties
    On Windows, OS/2 and Linux (Gtk+ 2.x) one can now use an arbitrary image as the mouse cursor while a given DOM node is being hovered. Any image format supported by Gecko can be used for the image (SVG, animated GIF, and ANI cursors are not supported).
CSS outline property
    CSS outlines can now be used. These differ from borders in that they don't affect the page layout.
-moz-outline-radius
    CSS outlines can now have rounded corners.
Counters in CSS-generated content
    CSS2 counters are now completely supported (the implementation doesn't match the current CSS2.1 draft, but matches the upcoming one). This allows automatic numbering of sections, headings, and so forth via stylesheets.

JavaScript and DOM

Array extras
    New methods have been added to the Array object to facilitate common tasks. See JavaScript 1.5 Array Object.
document.open("text/plain")
    Text written in new documents created with document.open("text/plain") is now treated as text rather than HTML, so line breaks will remain intact and tags will not be parsed.
XML Events
    "XML Events" is a W3C specification to provide XML languages with the ability to integrate declarative event listeners and event handlers.
Canceling keydown
    Canceling the keydown event now properly cancels any corresponding keyup/keypress events, per the DOM specification.
Accessibility APIs for DHTML
    Mozilla now allows DHTML authors to add role and state semantics to custom elements, and exposes that information via MSAA and ATK.
DHTML Performance Fixes
    A number of changes were made to significantly improve DHTML speed and smoothness.

Graphics

SVG Support
    SVG is W3C specification providing resolution-independent scalable vector graphics, along with a DOM. A technology preview of native SVG support is included in this release. Currently a subset of SVG 1.1 Full, missing functionality includes filters, declarative animation, and SVG defined fonts.
Canvas Support
    <canvas> is a scriptable bitmap drawing surface. It is suitable for many uses, such as adding graphs to interactive DHTML and drawing game graphics. For a further introduction, see Drawing Graphics with Canvas.

Miscellaneous

Support HTTP/1.1 408 response code
    A persistent connection is now correctly closed when a 408 response code (Request timeout) is received. The request is retried in a new connection.
URIs always sent as UTF8
    URIs are now always sent to the server as UTF8, regardless of the linking page's encoding. This fixes images and links on sites with non-ASCII filenames.
XForms support
    The W3C's XML Forms language allows writing complex forms in XML, and includes features that regular HTML forms do not have, such as client side validation against XML Schema and XML submission/retrieval. Support for XForms comes as an extension, see Mozilla XForms Project Page.

对于扩展程序开发人员:

New Extension Developer Features in Deer Park Alpha 1

These items can be leveraged by extension developers building on top of Deer Park Alpha 1 and other new Mozilla applications.

Hidden referrer column for history
    Extensions can now access the referrer 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. (details)
API for managing user and UA stylesheets
    Extensions can now register stylesheet URIs as additional user and UA stylesheets. This means extensions no longer have to try to edit userContent.css to add styling (say for XBL binding attachment) to web pages. For details on using this API, see Using the Stylesheet Service.
API for configuring proxies
    It is now possible for extensions to easily override the proxy configuration without affecting user-visible preferences. (See nsIProtocolProxyService, nsIProtocolProxyFilter, and nsIProtocolProxyCallback.)
Dynamic Overlays
    Loading of XUL overlays after the document has been displayed is now supported. (See nsIDOMXULDocument.)
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. (details)
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. See Chrome Registration.
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.
        * Extensions can be installed on Windows by setting a value in the Windows registry. See this page for more details.

New Preferences Bindings
    These 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 extensible API has been introduced so that extensions can easily handle complex command-line flags. This API will be stable and frozen for 1.1. See the interfaces nsICommandLine and nsICommandLineHandler.
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 Mozilla XForms Project uses XTF to add support for the XForms namespace. See the XTF Home Page.
New Scriptable Windows Registry Interface
    A powerful and scriptable interface for accessing the Windows registry has been added to provide easy support for all applications. See the nsIWindowsRegKey interface. The component is accessible via the ContractID: @mozilla.org/windows-registry-key;1 (use createInstance, not getService).
    nsIWindowsShellService::getRegistryEntry has now been removed as it does not support handling of non-ASCII characters. Note that the open and readStringValue methods of nsIWindowsRegKey can be used in place of getRegistryEntry.

Blogger
Give Up GitHub!

欢迎使用 Areditors

sntp -P no -r 210.72.145.44
hgjcool
狐狸大王
狐狸大王
  • UID4979
  • 注册日期2005-04-10
  • 最后登录2009-05-28
  • 发帖数597
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2005-06-01 12:34
Re: 消息:Deer Park Alpha 1 Available
opentiss:http://www.mozillazine.org/talkback.html?article=6708回到原帖


等正式版等得好心急哦
中国红警95联盟-->QQ群:4146358
zhj1028
火狐狸
火狐狸
  • UID3423
  • 注册日期2005-02-28
  • 最后登录2015-12-29
  • 发帖数253
  • 经验14枚
  • 威望0点
  • 贡献值4点
  • 好评度0点
  • 社区居民
2楼#
发布于:2005-06-01 12:34


泡泡鱼屋生活馆  http://shop34376272.taobao.com/
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-04-25
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1115点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
3楼#
发布于:2005-06-01 12:34
用回1.0.4版了
Firefox More than meets your experience
elisha
千年狐狸
千年狐狸
  • UID5901
  • 注册日期2005-05-12
  • 最后登录2017-11-15
  • 发帖数1436
  • 经验12枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
4楼#
发布于:2005-06-01 12:34
留名..

And so at last the beast fell and the unbelievers rejoiced.
But all was not lost, for from the ash rose a great bird.
The bird gazed down upon the unbelievers and cast fire
and thunder upon them.For the beast had been
reborn with its strength renewed, and the
followers of Mammon cowered in horror.



from The Book of Mozilla, 7:15
nighttalker
千年狐狸
千年狐狸
  • UID43
  • 注册日期2004-11-22
  • 最后登录2015-05-03
  • 发帖数2283
  • 经验40枚
  • 威望0点
  • 贡献值42点
  • 好评度0点
  • 社区居民
  • 忠实会员
5楼#
发布于:2005-06-01 12:34
DP alpha1是标准的内部测试版,在享受新特色的同时(快速前进后退,新的功能,新的控制面板),bug也很多,比如剪切复制粘贴有时出错,文本框有时失去focus,扩展主题无法使用等等。
大家自己权衡吧。
目前最新版本是:Firefox 37,  请各位注意升级保证安全。
战国时代
小狐狸
小狐狸
  • UID5566
  • 注册日期2005-04-28
  • 最后登录2005-12-12
  • 发帖数59
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
6楼#
发布于:2005-06-01 12:34
还是先用着1.04,等正式版出来
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-04-25
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1115点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
7楼#
发布于:2005-06-01 12:34
浏览某些网站比1.0.4还差多了
Firefox More than meets your experience
EricXP
千年狐狸
千年狐狸
  • UID5182
  • 注册日期2005-04-17
  • 最后登录2010-12-27
  • 发帖数1027
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
8楼#
发布于:2005-06-01 12:34
我也等正式版,先用着稳定快速的1.0.4版再说.
╮( ̄▽ ̄")╭

- Adblock Plus 1.1.3
- Adblock Plus: Element Hiding Helper 1.0.6
- Add to Search Bar 2.0
- All-In-One Gestures 0.20.1
- All-In-One Sidebar 0.7.11
- Easy DragToGo 1.1.2.2
- AutoProxy 0.3b4.0+.2009110800
- Coral IE Tab 1.83.20100316
- Easy DragToGo 1.1.2.4
- Favicon Picker 3 0.5
- FlashGot 1.2.1.17
- Gmail Notifier 0.6.4.1
- Greasemonkey 0.8.20100211.5
- IDM CC 6.9.1
- Menu Editor 1.2.6
- Organize Status Bar 0.6.4
- ScrapBook 1.3.6
- Tab Mix Plus 0.3.8.2
- TinEye Reverse Image Search 0.7.1
- WangWang Protocol Handler 3.6

欢迎访问我的Blogger
http://ericxp1984.spaces.live.com/
195
195
千年狐狸
千年狐狸
  • UID3920
  • 注册日期2005-03-12
  • 最后登录2023-01-15
  • 发帖数1123
  • 经验50枚
  • 威望0点
  • 贡献值0点
  • 好评度2点
  • 社区居民
  • 忠实会员
9楼#
发布于:2005-06-01 12:34
以前版本在带JavaScipt的网页,复制粘贴有问题。不知道1.1是否给人新的东西?
fiag
管理员
管理员
  • UID1188
  • 注册日期2004-12-21
  • 最后登录2024-04-22
  • 发帖数4681
  • 经验686枚
  • 威望0点
  • 贡献值402点
  • 好评度51点
10楼#
发布于:2005-06-01 12:34
195:以前版本在带JavaScipt的网页,复制粘贴有问题。不知道1.1是否给人新的东西?回到原帖


Mozilla Firefox中文社区 :: 请教在FIREFOX下操作剪贴板的脚本 - 阅读主题
opentiss
千年狐狸
千年狐狸
  • UID16
  • 注册日期2004-11-21
  • 最后登录2024-02-23
  • 发帖数3371
  • 经验65枚
  • 威望1点
  • 贡献值34点
  • 好评度13点
  • 社区居民
  • 忠实会员
11楼#
发布于:2005-06-01 12:34
其实我基本不用太高级的功能,主要是其可以在双击存在中文名称的本地HTML文件时能够正常打开了,我才采用的,至于渲染上的一些小问题,我并不太介意,所以坚持使用此版本。
Blogger
Give Up GitHub!

欢迎使用 Areditors

sntp -P no -r 210.72.145.44
chinux
小狐狸
小狐狸
  • UID218
  • 注册日期2004-11-26
  • 最后登录2011-02-12
  • 发帖数87
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
12楼#
发布于:2005-06-01 12:34
我的鹿园很安静啊,鹿儿们都在悠闲的吃草。我端着杯咖啡静静的享受着上网的乐趣。呵呵
开源 开源 开源
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
13楼#
发布于:2005-06-01 12:34
支持,我两个版本都装上了。

感觉1.1快多了。

Madfox什么什么出1.1的啊???
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
tanklm
火狐狸
火狐狸
  • UID507
  • 注册日期2004-12-03
  • 最后登录2006-08-29
  • 发帖数155
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
14楼#
发布于:2005-06-01 12:34
还是等正式的出来好了
上一页
游客

返回顶部