--- title: Firefox 17 for developers slug: Mozilla/Firefox/Releases/17 tags: - Firefox - Firefox 17 translation_of: Mozilla/Firefox/Releases/17 ---
Firefox 17 shipped on November 20, 2012. This article lists key changes that are useful for not only web developers, but also Firefox and Gecko developers as well as add-on developers.
isolate-override
属性值. (bug 774335)wheel
事件 ({{ bug("719320") }}).mozGetMetadata
, that returns a javascript object whose properties represent metadata from the playing media resource as {key: value} pairs ({{bug("763010")}}).NOT_SUPPORTED_ERR
value when the comparison method is invalid ({{bug("714279")}}) .
String
对象的startsWith
, endsWith
, 以及 contains
方法. (bug 772733)'"'
(quotation mark) ({{bug("352437")}}).ParallelArray
对象. ({{ bug("778559") }})Map
/Set
. ({{ bug("725909") }})__exposedProps__
must now be set for Chrome JavaScript objects exposed to content. Attempts to access Chrome objects from content without __exposedProps__
set will fail silently ({{bug("553102")}}).for..of
loops now work in terms of .iterator()
and .next()
({{bug(725907)}}).
"MOZ_EXT_texture_filter_anisotropic"
will present a warning from now on. The prefixed name is going to be removed in a future release ({{bug(776001)}}).
No change.
align
attribute on {{MathMLElement("mtable")}} elements has been updated to treat optional spaces more correctly.
XMLHttpRequest.onuploadprogress
which was deprecaed in Firefox 14.
The Gecko part of the user agent string changed. The build date (which hadn't been updated since 2010) was removed, and the Gecko version number was put in its place instead. So Gecko/20100101
-> Gecko/17.0
. This may affect you if you are doing user agent sniffing.
available()
方法返回一个64位的长度而不是32位的. ({{bug("215450")}})sendMouseScrollEvent()方法被
sendWheelEvent()替换
. ({{bug("719320")}})open()
method, to open the file dialog asynchronously, has been added and the show()
method has been deprecated ({{bug("731307")}}).checkLoadURIStr()
and checkLoadURI()
methods have been removed ({{bug("327244")}}).setupRefreshURIFromHeader()
method has a added principal
parameter ({{bug("327244")}}).None.
None removed.
{{Firefox_for_developers('16')}}