Movatterモバイル変換


[0]ホーム

URL:


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

Firefox 62 release notes for developers

This article provides information about the changes in Firefox 62 that will affect developers. Firefox 62 was released on September 5, 2018.

Changes for web developers

Developer tools

  • The Shape Path Editor is now available by default — seeEdit Shape Paths in CSS for more information.

  • You can now split the Rules view out into its own pane, separate from the other tabs on the CSS pane. SeePage inspector 3-pane mode for more details.

  • The Grid inspector has updated features, and all new documentation — seeCSS Grid Inspector: Examine grid layouts.

  • You now have four options for the location of the Developer Tools. In addition to the default location on the bottom of the window, you can choose to locate the tools on either the left or right sides of the main window or in a separate window (Firefox bug 1192642).

  • A close button has been added to thesplit console toolbar.

  • If the option to "Select an iframe as the currently targeted document" is checked, the icon will appear in the toolbar while the Settings tab is displayed, even if the current page doesn't include any iframes (Firefox bug 1456069).

  • TheNetwork Monitor'sCookies tab now shows the cookiesamesite attribute (Firefox bug 1452715).

  • Responsive design mode now works inside container tabs (Firefox bug 1306975).

  • WhenCORS errors occur and are reported on the console, Firefox now provides a link to the corresponding page in ourCORS error documentation (Firefox bug 1475391).

  • Create a screenshot of the current page (with an optional filename) from the Console tab (Firefox bug 1464461) using the following command:

    bash
    :screenshot <filename.png> --fullpage

    where<filename.png> is the desired filename. The file will be saved to your downloads folder. The--fullpage parameter is optional, but if included, it will save the full web page. This option also adds-fullpage to the name of the file. For a list of all options available for this command, enter::screenshot --help

Removals

  • TheDeveloper Toolbar/GCLI (accessed withShift +F2),has been removed from Firefox (Firefox bug 1461970). Both the Developer Toolbar UI and the GCLI upstream library have become unmaintained, some of its features are broken (some ever since e10s), it is blocking theunsafeSetInnerHTML work, usage numbers are very low, alternatives exist for the most used commands.

HTML

No changes.

CSS

Removals

  • All XULdisplay values with the exception of-moz-box and-moz-inline-box have been removed from non-XUL documents inFirefox bug 1288572.

SVG

No changes.

JavaScript

Removals

APIs

New APIs

DOM

DOM events

No changes.

Service workers

No changes.

Media, Web Audio, and WebRTC

  • The"media.autoplay.enabled" preference now controls automatic playback of both audio and video media, instead of just video media (Firefox bug 1413098).
  • TheChannelSplitterNode has been fixed to correctly default to having 6 channels with thechannelInterpretation set to"discrete" and thechannelCountMode set to"explicit", as per the specification (Firefox bug 1456265).

Removals

HTTP

Removals

Security

No changes.

Plugins

No changes.

WebDriver conformance (Marionette)

New features

  • CommandWebDriver:ElementSendKeys has been made WebDriver conforming for file uploads (Firefox bug 1448792).
  • User prompts as raised bybeforeunload events are automatically dismissed forWebDriver:Get,WebDriver:Back,WebDriver:Forward,WebDriver:Refresh, andWebDriver:Close commands (Firefox bug 1434872).
  • WebDriver:PerformActions forCtrl +Click synthesizes acontextmenu event (Firefox bug 1421323).

API changes

  • Removed obsolete endpoints includinggetWindowPosition,setWindowPosition,getWindowSize, andsetWindowSize (Firefox bug 1348145).
  • WebDriver commands which return success with datanull now return an empty dictionary (Firefox bug 1461463).

Bug fixes

Other

No changes.

Changes for add-on developers

API changes

Manifest changes

Theme changes

  • Newtab_background_separator property of thetheme manifest key enables extensions to change the color of the tab separator (Firefox bug 1459455).

Removals

  • Support for unpacked sideloaded extensions has been removed (Firefox bug 1385057).
  • The warning aboutbrowser_style displayed when temporarily loading an extension for testing is no longer displayed (Firefox bug 1404724).

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp