canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,747
edits
(→Status updates: my updates) |
(→Agenda) |
||
| Line 4: | Line 4: | ||
* HTTP/1.1 <code>Keep-Alive</code> connections continuation | * HTTP/1.1 <code>Keep-Alive</code> connections continuation | ||
* How do we publish release notes for WebDriver? | * How do we publish release notes for WebDriver? | ||
* Handling of expando properties on HTML elements for execute (async) script (Bug 1447977) | * Handling of cyclic expando properties on HTML elements for execute (async) script (Bug 1447977) when returning a collection of elements: | ||
** works: execute_script("return document.getElementById('foo');") | |||
** fails: execute_script("return document.getElementsByTagName('bar');") | |||
* Location of unit tests for Rust code (eg. geckodriver) | * Location of unit tests for Rust code (eg. geckodriver) | ||
** With the Serde rewrite I add a lot of new unit tests which in some cases causes the source files to have more tests than real code. | ** With the Serde rewrite I add a lot of new unit tests which in some cases causes the source files to have more tests than real code. | ||