Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Firefox
  3. Release notes for developers
  4. Firefox 64

Firefox 64 release notes for developers

This article provides information about the changes in Firefox 64 that will affect developers. Firefox 64 was released on December 11, 2018.

Changes for web developers

Developer tools

Removals

HTML

No changes.

CSS

Removals

SVG

No changes.

JavaScript

APIs

DOM

Service workers

Media, Web Audio, and WebRTC

Removals

  • TheWindow.event property, added in Firefox 63 to aid with web compat issues, has been put behind a pref (dom.window.event.enabled) and disabled by default in release versions for now due to other issues that have been uncovered (Firefox bug 1493869). Note that this was actually done late in the Firefox 63 release cycle, but we are mentioning it here just in case.
  • TheLocalMediaStream interface and itsstop() method have been removed (Firefox bug 1258143). This method is no longer available with the deprecation ofLocalMediaStream. See theStopping a video stream section to learn how to stop an entire stream.
  • TheAudioStreamTrack andVideoStreamTrack interfaces have been removed, as both have been deprecated for some time (Firefox bug 1377146). Their functionality has been merged intoMediaStreamTrack; tracks are now identified by the value of theirkind property, such asaudio orvideo.

Security

Plugins

No changes.

WebDriver conformance (Marionette)

API changes

Bug fixes

  • SynthesizedShift key events by usingWebDriver:PerformActions didn't result in capitalized letters (Firefox bug 1405370).
  • WebDriver:Navigate could cause an infinite hang if the tab's underlying content process is changed multiple times during that navigation (Firefox bug 1504807).
  • To improve the performance, and to reduce the memory footprint of Firefox the default page to be loaded for a new tab or window is no longerabout:newtab butabout:blank (Firefox bug 1506643).
  • The content blocking introduction panel, which was shown on various web pages and caused element interactions to fail is disabled by default now (Firefox bug 1488826).

Changes for add-on developers

API changes

Menus

  • A new API,menus.overrideContext(), can be called from thecontextmenu DOM event to set a custom context menu in extension pages. This API allows extensions to hide all default Firefox menu items in favor of providing a custom context menu UI. This context menu can consist of multiple top-level menu items from the extension, and may optionally include tab or bookmark context menu items from other extensions. Seethis blog post for more details.

  • You can now restrict where context menus can appear in an add-on using the newviewTypes property inmenus.create() andmenus.update() (Firefox bug 1416839).

  • menus.update() can now be used to update the icon of an existing menu item (Firefox bug 1414566).

  • Extensions can now detect which mouse button was used when a menu item was clicked — this can be found using the newbutton property ofmenus.OnClickData (Firefox bug 1469148).

Windows

  • Thewindows.create() method now has a new option available —cookieStoreId — which specifies theCookieStoreId to use for all tabs that were created when the window is opened (Firefox bug 1393570).

Privacy

  • Theprivacy.websitescookieConfig property is an object that can accept abehavior property — this property can now take a new value,reject_trackers, which instructs the extension to reject tracking cookies (Firefox bug 1493057).

devtools.panels API

Manifest changes

  • The newpinned property of thepage_action manifest key enables extensions to control whether their page actions should be pinned to the location bar on install or not (Firefox bug 1494135).
  • In native manifests on Windows, the 32-bit registry view (Wow6432Node) will be checked first for registry keys, followed by the "native" registry view; you should use whichever is appropriate for your application (Firefox bug 1494709).
  • Thechrome_settings_overrides field'ssearch_provider object can now include new properties —suggest_url andsuggest_url_post_params (Firefox bug 1486819), andsearch_url_post_params.

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp