Skip to content

Conversation

@juliandescottes
Copy link
Contributor

Release notes update based on the following list of relnote worthy bugs.

@juliandescottes juliandescottes requested a review from a team as a code owner November 4, 2025 22:45
@juliandescottes juliandescottes requested review from dipikabh and removed request for a team November 4, 2025 22:45
@github-actions github-actions bot added Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed labels Nov 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Preview URLs

Flaws (4)

URL: /en-US/docs/Mozilla/Firefox/Releases/145
Title: Firefox 145 release notes for developers (Beta)
Flaw count: 4

  • macros:
    • Macro produces link /en-US/docs/Web/CSS/text-autospace which is a redirect
    • Macro produces link /en-US/docs/Web/CSS/text-decoration which is a redirect
    • Can't resolve /en-US/docs/Web/HTTP/Reference/Headers/Sec-Fetch-Storage-Access
    • Can't resolve /en-US/docs/Web/HTTP/Reference/Headers/Activate-Storage-Access
External URLs (7)

URL: /en-US/docs/Mozilla/Firefox/Releases/145
Title: Firefox 145 release notes for developers (Beta)

(comment last updated: 2025-11-04 22:47:51)

Copy link
Contributor

@whimboo whimboo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Julian. Just some comments from my side.

<!-- #### WebDriver BiDi -->

<!-- #### Marionette -->
- Implemented the "emulation.setUserAgentOverride" command, which allows to override the user-agent string used by the browser either for a set of contexts, user contexts or globally. ([Firefox bug 1987935](https://bugzil.la/1987935))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the following for all the bullet points:

Suggested change
- Implemented the "emulation.setUserAgentOverride" command, which allows to override the user-agent string used by the browser either for a set of contexts, user contexts or globally. ([Firefox bug 1987935](https://bugzil.la/1987935))
- Implemented the `emulation.setUserAgentOverride` command, which allows to override the user-agent string used by the browser either for a set of contexts, user contexts or globally. ([Firefox bug 1987935](https://bugzil.la/1987935)).

- Updated the "destination" property of the "network.beforeRequestSent" event to "document" for top-level navigations. ([Firefox bug 1985552](https://bugzil.la/1985552))
- Fixed a bug for network data collection, where non-ASCII characters in response bodies were not properly encoded. ([Firefox bug 1986022](https://bugzil.la/1986022))
- Fixed a bug with the "network.getData" command, which would fail requests with an empty response body. ([Firefox bug 1986025](https://bugzil.la/1986025))
- Updated the "browsingContext" download events to reuse the same navigation id as the previous browsingContext.navigationStarted event. ([Firefox bug 1986938](https://bugzil.la/1986938))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't that only necessary for the started event given that the implementation of dowload end had it immediately included?

Otherwise a nit:

Suggested change
- Updated the "browsingContext" download events to reuse the same navigation id as the previous browsingContext.navigationStarted event. ([Firefox bug 1986938](https://bugzil.la/1986938))
- Updated the "browsingContext" download events to reuse the same navigation id as the previous `browsingContext.navigationStarted` event. ([Firefox bug 1986938](https://bugzil.la/1986938))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants