Platform/Roadmap2025: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(a few more items shipped in Fx140)
Line 7: Line 7:
Related Links:
Related Links:
* [https://whattrainisitnow.com/calendar/ Firefox Release Calendar] (future)
* [https://whattrainisitnow.com/calendar/ Firefox Release Calendar] (future)
* [https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases Firefox release notes for developers] (past)<!-- thru Fx139, needs to incorporate Fx140-present, eventually thru 146 relnotes -->
* [https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases Firefox release notes for developers] (past)<!-- thru Fx140, needs to incorporate Fx141-present, eventually thru 146 relnotes -->
* [https://firefox-source-docs.mozilla.org/contributing/pocket-guide-shipping-firefox.html Pocket Guide: Shipping Firefox]
* [https://firefox-source-docs.mozilla.org/contributing/pocket-guide-shipping-firefox.html Pocket Guide: Shipping Firefox]


Line 38: Line 38:


== SVG ==
== SVG ==
* <code>fetchpriority</code> attribute ([https://bugzil.la/1847712 1847712])
* <code>SVGPathElement</code> methods <code>getPathData()</code>, <code>setPathData()</code>, <code>getPathSegmentAtLength()</code> ([https://bugzil.la/1945312 1945312])
* <code>SVGPathElement</code> methods <code>getPathData()</code>, <code>setPathData()</code>, <code>getPathSegmentAtLength()</code> ([https://bugzil.la/1945312 1945312])
* ...
* ...
Line 105: Line 106:


=== WebDriver ===
=== WebDriver ===
* <code>browser.createUserContext</code> command support <code>acceptInsecureCerts</code> ([https://bugzil.la/1959372 1959372])
* <code>browser.getClientWindows</code> command ([https://bugzil.la/1855025 1855025])
* <code>browser.getClientWindows</code> command ([https://bugzil.la/1855025 1855025])
* <code>browsingContext.Info</code> type support <code>clientWindow</code> property ([https://bugzil.la/1920952 1920952])
* <code>browsingContext.Info</code> type support <code>clientWindow</code> property ([https://bugzil.la/1920952 1920952])
* <code>browsingContext.navigationCommitted</code> event ([https://bugzil.la/1945184 1945184])
* <code>browsingContext.setViewport</code> command support <code>userContexts</code> parameter ([https://bugzil.la/1940952 1940952])
* <code>browsingContext.setViewport</code> command support <code>userContexts</code> parameter ([https://bugzil.la/1940952 1940952])
* <code>initiatorType</code> & <code>destination</code> fields to all network events ([https://bugzil.la/1904892 1904892], [https://bugzil.la/1933331 1933331])
* <code>initiatorType</code> & <code>destination</code> fields to all network events ([https://bugzil.la/1904892 1904892], [https://bugzil.la/1933331 1933331])
* <code>browsingContext.captureScreenshot</code> support <code>format</code> field ([https://bugzil.la/1861737 1861737])
* <code>browsingContext.captureScreenshot</code> support <code>format</code> field ([https://bugzil.la/1861737 1861737])
* <code>cookies.SameSiteStatus</code> support <code>unspecified</code> ([https://bugzil.la/1550032 1550032])
* <code>emulation.setGeolocationOverride</code> ([https://bugzil.la/1954992 1954992])
* <code>emulation.setGeolocationOverride</code> ([https://bugzil.la/1954992 1954992])
* <code>script.addPreloadScript</code> support <code>userContexts</code> field ([https://bugzil.la/1940927 1940927])
* <code>script.addPreloadScript</code> support <code>userContexts</code> field ([https://bugzil.la/1940927 1940927])

Revision as of 00:02, 19 July 2025

This article is a stub. You can help MozillaWiki by expanding it.

Gecko Planned Work For 2025

Warning signWarning: This is page is actively in-progress and is incomplete.

Related Links:

These are areas of work planned for Gecko in 2025 for the Web Platform.

For current web platform documentation of these areas, see the subsections at:

HTML

CSS

  • :has-slotted pseudo-class (1940691)
  • :open pseudo-class (1936113)
  • ::details-content pseudo-element (1901037)
  • ::highlight (1964089)
  • align-self, justify-self, place-self support for absolutely positioned elements (1920160)
  • hyphenate-limit-chars (1521723, 1947183)
  • linear-gradient(), conic-gradient(), radial-gradient() support single color stop and 0-1 positions (1900530)
  • text-decoration-line:spelling-error and grammar-error (1950844)
  • ...

CSSOM

  • Highlight & HighlightRegistry (1964089)
  • ...

SVG

  • fetchpriority attribute (1847712)
  • SVGPathElement methods getPathData(), setPathData(), getPathSegmentAtLength() (1945312)
  • ...

Rendering

  • WebGPU shipping on Windows in H1, Mac and Linux in H2.
  • ...

Media

  • HEVC (H.265) hardware support on Android, and hardware and software support on Linux (1950032)
  • RTCOutboundRtpStreamStats properties mid & rid (1643001)
  • WebRTC send and receive video encoded using AV1 codec - (1932065, 1944878)
  • WebRTC simulcast of screen-shared video with H264 (1210175) and VP8 (1692873) codecs
  • WebRTC support Dependency Descriptor (DD) RTP Header Extension (1945261)
  • Support for downscaling and decimated frame rates.
  • SVC support for desktop.
  • WebCodecs support on Android.
  • Platform hardware support for video encoding.
  • ...

DOM

  • < and > escaping in serialized HTML attributes (1962084)
    • Element.innerHTML, Element.outerHTML, Element.getHTML(), ShadowRoot.innerHTML, ShadowRoot.getHTML()
  • beforematch event (1761043, 1955379)
  • HTML Sanitizer API - (1950605, 1952250)
  • HTMLDialogElement support requestClose() method (1960556)
  • HTMLElement.autocorrect (1725806)
  • pointerrawupdate event (1550462)
  • ...

JS

APIs

  • Cookie Store API (1958875)
    • CookieStore, Window.cookieStore, ServiceWorkerGlobalScope.cookieStore, change event & CookieChangeEvent,
  • Login Status API with Federated Credential Management (FedCM) API (1945573, 1945576)
  • Notification.actions (1225110)
  • PerformanceEventTiming.interactionId (1934683)
  • PublicKeyCredential.getClientCapabilities() (1884466)
  • RTCCertificate support getFingerprints() method (1525241)
  • View Transition API (1950759)
  • Web Authentication extensions: largeBlob (1795020), credProps (1844449), prf (1935280)
  • ...

Add-ons

  • cookies.SameSiteStatus support unspecified (1550032)
  • json resource type in webRequest.ResourceType & declarativeNetRequest.ResourceType (1858078, 1950836)
  • Manifest V3 extensions:
    • menus.ContextType support page_action (1951166)
    • userScripts API on Android - (1949955)
    • ...
  • tabGroups (1940631):
  • webRequest.handlerBehaviorChanged (1657575)
  • ...

WebDriver

  • browser.createUserContext command support acceptInsecureCerts (1959372)
  • browser.getClientWindows command (1855025)
  • browsingContext.Info type support clientWindow property (1920952)
  • browsingContext.navigationCommitted event (1945184)
  • browsingContext.setViewport command support userContexts parameter (1940952)
  • initiatorType & destination fields to all network events (1904892, 1933331)
  • browsingContext.captureScreenshot support format field (1861737)
  • cookies.SameSiteStatus support unspecified (1550032)
  • emulation.setGeolocationOverride (1954992)
  • script.addPreloadScript support userContexts field (1940927)
  • sessions.subscribe argument userContexts (1938604)
  • webExtension.install (1934551)
  • webExtension.uninstall (1934553)
  • ...

Marionette:

Protocols

  • ...

HTTP

Security

  • Certificate Transparency supported (1938242)
  • ...

Related Projects

Specifications and Notes

Edit and publish new and updated specifications and notes. See Standards for our ongoing work in this area.

Previously

See Also