Skip to content

Commit e1217eb

Browse files
juliandescotteswhimboogithub-actions[bot]
authored
Update Firefox 141 release notes for WebDriver conforming changes (mdn#40375)
* Update Firefox 141 release notes for WebDriver conforming changes * Apply suggestions from code review Co-authored-by: Henrik Skupin <mail@hskupin.info> * Update files/en-us/mozilla/firefox/releases/141/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/en-us/mozilla/firefox/releases/141/index.md Co-authored-by: Henrik Skupin <mail@hskupin.info> * Update files/en-us/mozilla/firefox/releases/141/index.md Co-authored-by: Henrik Skupin <mail@hskupin.info> * Apply suggestions from code review --------- Co-authored-by: Henrik Skupin <mail@hskupin.info> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d86426e commit e1217eb

File tree

1 file changed

+15
-4
lines changed
  • files/en-us/mozilla/firefox/releases/141

1 file changed

+15
-4
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,24 @@ Firefox 141 is the current [Beta version of Firefox](https://www.mozilla.org/en-
7777

7878
<!-- #### Removals -->
7979

80-
<!-- ### WebDriver conformance (WebDriver BiDi, Marionette) -->
80+
### WebDriver conformance (WebDriver BiDi, Marionette)
8181

82-
<!-- #### General -->
82+
#### General
8383

84-
<!-- #### WebDriver BiDi -->
84+
- Removed the temporary `remote.system-access-check.enabled` preference. This preference can no longer be used to disable system access checks when using WebDriver in Firefox's chrome scope during testing ([Firefox bug 1955007](https://bugzil.la/1955007)).
8585

86-
<!-- #### Marionette -->
86+
#### WebDriver BiDi
87+
88+
- Added support for the "proxy" argument of the `browser.createUserContext` command. This allows clients to setup either a "direct" or "manual" proxy when creating a user context (ie Firefox Container). Support for additional proxy types will be added later on ([Firefox bug 1967653](https://bugzil.la/1967653)).
89+
- Implemented the new `browsingContext.historyUpdated` event which is emitted when `history.pushState()`, `history.replaceState()` or `document.open()` is called within the context of a web page ([Firefox bug 1906051](https://bugzil.la/1906051)).
90+
- Improved the error message shown when attempting to permanently install an unpacked, unsigned web extension ([Firefox bug 1958723](https://bugzil.la/1958723)).
91+
- Updated the `browsingContext.navigate` and `browsingContext.reload` commands to wait for the `browsingContext.navigationCommitted` event when using the "wait" condition "none" ([Firefox bug 1967469](https://bugzil.la/1967469)).
92+
- Updated the WebDriver BiDi cookie APIs to support "default" value in "sameSite" property to address recent changes in platform API which wouldn't allow anymore to set a cookie with "sameSite=None" and "secure=false" on HTTP pages ([Firefox bug 1971488](https://bugzil.la/1971488)).
93+
94+
#### Marionette
95+
96+
- To avoid unnecessary 200ms delays for each call to `WebDriver:ElementClick` - even when no navigation occurrs - we lowered the click-and-wait timeout for a potential navigation to 50ms for backward compatibility. The [timeout is now also configurable](https://firefox-source-docs.mozilla.org/testing/marionette/Prefs.html#marionette-navigate-after-click-timeout) and [can be completely disabled](https://firefox-source-docs.mozilla.org/testing/marionette/Prefs.html#marionette-navigate-after-click-enabled) by users through a preference ([Firefox bug 1972271](https://bugzil.la/1972271)).
97+
- Added support in Marionette for interacting with CHIPS cookies (Cookies Having Independent Partitioned State) ([Firefox bug 1972830](https://bugzil.la/1972830)).
8798

8899
## Changes for add-on developers
89100

0 commit comments

Comments
 (0)