WebDriver/Meetings/2018-11-26: Difference between revisions
Jump to navigation
Jump to search
(add agenda items) |
(ββStatus updates: ato updates) |
||
Line 12: | Line 12: | ||
(Spoken status updates in bold.) | (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 "<code>Arguments</code>" 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 <code>Content-Type</code> header bug in geckodriver ([https://bugzilla.mozilla.org/show_bug.cgi?id=1507428 1507428]) | |||
** Improved Marionette debugging documentation to include a <code>debugger;</code> statement reference ([https://bugzilla.mozilla.org/show_bug.cgi?id=1509033 1509033]) | |||
== PTO/travel (π) == | == PTO/travel (π) == |
Revision as of 10:35, 26 November 2018
Agenda
- Action item followup
- Create deprecation document for Marionette client (ato)
- File bug for
document.hidden
in headless mode (ato)
- CDP experiment update
- Intermittent 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)