WebDriver/Meetings/2018-11-26: Difference between revisions
Jump to navigation
Jump to search
(add agenda item on all hands) |
(fix agenda item title) |
||
Line 6: | Line 6: | ||
* All-hands | * All-hands | ||
* CDP experiment update | * CDP experiment update | ||
* | * Intermittents update | ||
== Minutes == | == Minutes == |
Revision as of 14:00, 26 November 2018
Agenda
- Action item followup
- Create deprecation document for Marionette client (ato)
- File bug for
document.hidden
in headless mode (ato)
- All-hands
- CDP experiment update
- Intermittents update
Minutes
Status updates
(Spoken status updates in bold.)
- ato
- Mostly worked on a CDP MVP
- WebDriver standard patches:
- ReSpec validation in Makefile and CI (https://github.com/w3c/webdriver/pull/1339)
- Check for "
Arguments
" string (https://github.com/w3c/webdriver/pull/1352) - Renamed Dependencies to Index, and moved the index to the end of the document (https://github.com/w3c/webdriver/pull/1356)
- Use TLS links consistently throughout (https://github.com/w3c/webdriver/pull/1363)
- Swap Design and Conformance chapters (https://github.com/w3c/webdriver/pull/1364)
- Reduced number of normative references to RFC4122 (https://github.com/w3c/webdriver/pull/1365)
- Misc. string fixes (https://github.com/w3c/webdriver/pull/1366)
- Drop redundant subtitle (https://github.com/w3c/webdriver/pull/1367)
- Improve flow of readiness state (https://github.com/w3c/webdriver/pull/1368)
- Remote end steps clarification (https://github.com/w3c/webdriver/pull/1369)
- Got rid of legacy RFC2119 style (https://github.com/w3c/webdriver/pull/1370)
- Activation trigger improvements (https://github.com/w3c/webdriver/pull/1371)
- https://github.com/w3c/webdriver/pull/1372
- https://github.com/w3c/webdriver/pull/1373
- Fixed
Content-Type
header bug in geckodriver (1507428) - Improved Marionette debugging documentation to include a
debugger;
statement reference (1509033)