Back to Content

Firefox 77 release notes for developers

files/en-us/mozilla/firefox/releases/77/index.md

latest6.1 KB
Original Source

This article provides information about the changes in Firefox 77 that will affect developers. Firefox 77 was released on June 2, 2020.

See also the accompanying hacks post — New in Firefox 77: DevTool improvements and web platform updates.

Changes for web developers

Developer tools

HTML

SVG

  • Firefox now supports the {{SVGAttr("transform-origin")}} presentation attribute (Firefox bug 1581691).

JavaScript

APIs

IndexedDB

WebDriver conformance (Marionette)

  • Certain commands could have caused a hang of Marionette when the currently selected top-level browsing context gets removed (e.g., closing the window by a click) (Firefox bug 1619481).
  • Known issue: Because of changes in Firefox 77 an open user prompt could be closed too early when navigating away from the current page. This problem will be fixed in Firefox 78 (Firefox bug 1631362).

Changes for add-on developers

API changes

  • {{WebExtAPIRef("tabs.goBack")}} and {{WebExtAPIRef("tabs.goForward")}} are now supported. (Firefox bug 1603796)
  • {{WebExtAPIRef("browsingData.remove")}} with type serviceWorkers and indexedDB now supports deleting by hostname. (Firefox bug 1632990 and Firefox bug 1551301)
  • The {{WebExtAPIRef("tabs.duplicate")}} API now supports duplicateProperties, enabling the position and active status of a duplicated tab to be specified. (Firefox bug 1560218)
  • The {{WebExtAPIRef("permissions")}} API events {{WebExtAPIRef("permissions.onAdded")}} and {{WebExtAPIRef("permissions.onRemoved")}} are now supported. (Firefox bug 1444294)
  • Multiple Content-Security-Policy header changes requested in {{WebExtAPIRef("webRequest.onHeadersReceived")}} are merged. (Firefox bug 1462989)
  • {{WebExtAPIRef("webRequest")}} events will no longer be triggered for data: URLs. (Firefox bug 1631933)

Manifest changes

Other

  • Use of the unlimitedStorage permission no longer results in a prompt during extension installation or update. See Requesting the right permissions for more information. (Firefox bug 1630413)
  • Changes related to SameSite cookies mean that when setting host permissions to bypass tracking protection for extension pages hosts must be specified as a full domain or with wildcards. However, for Content scripts tracking protection can only be bypassed for hosts specified with a full domain.