WebDriver/RemoteProtocol/Meetings/2019/11/08: Difference between revisions
< WebDriver | RemoteProtocol | Meetings
Jump to navigation
Jump to search
m (Add browser selection item) |
(rearrange weekly status) |
||
Line 1: | Line 1: | ||
== Agenda == | == Agenda == | ||
* Actions | * Actions | ||
** Get rid of the MVP bug in favour of the dashboard (''whimboo'') | ** Get rid of the MVP bug in favour of the dashboard (''whimboo'') | ||
Line 5: | Line 6: | ||
** Find out if there’s a way to enable logging of system observer notifications (''ato'') | ** Find out if there’s a way to enable logging of system observer notifications (''ato'') | ||
* | * Triaged all the meta bugs for enable/disable methods | ||
** | ** Nearly all are already fixed,except <code>Fetch</code> (please have a look out for more meta bugs to close) | ||
** | ** How to handle intermittent failures for alpha related bugs? Should those also end-up in puppeteer-alpha? | ||
** Updates from mmucci | |||
** The first Puppeteer example (screenshot.js) is working now (7 more to do) | ** The first Puppeteer example (screenshot.js) is working now (7 more to do) | ||
* New remote agent review policy (''ato'') | * New remote agent review policy (''ato'') | ||
Line 34: | Line 33: | ||
== Minutes == | == Minutes == | ||
== [[Remote/Milestones#Alpha|Status of Milestone 1]] == | |||
* '''Last week:''' 44 Total; 43 Open (97.73%); 1 Resolved (2.27%); 0 Verified (0%) | |||
* '''This week:''' 51 Total; 45 Open (88.24%); 6 Resolved (11.76%); 0 Verified (0%) | |||
== Changelog == | == Changelog == |
Revision as of 15:09, 8 November 2019
Agenda
- Actions
- Get rid of the MVP bug in favour of the dashboard (whimboo)
- Get in contact with people from the Firefox Headlines newsletter for our addition (whimboo)
- Find out if there’s a way to enable logging of system observer notifications (ato)
- Triaged all the meta bugs for enable/disable methods
- Nearly all are already fixed,except
Fetch
(please have a look out for more meta bugs to close) - How to handle intermittent failures for alpha related bugs? Should those also end-up in puppeteer-alpha?
- Updates from mmucci
- The first Puppeteer example (screenshot.js) is working now (7 more to do)
- Nearly all are already fixed,except
- New remote agent review policy (ato)
- Ditching
r=#remote
, see bug 1593700 - Docs need to be updated
- Ditching
- Update on browser selection in Puppeteer (maja_zf)
- Puppeteer test suite progress (ato)
- Recent test run (with bug 1590467 applied): https://treeherder.mozilla.org/logviewer.html#?job_id=275254586&repo=try
- Security review update (ato)
- about:support (bug 1594351)
- Visual cue, and plans ahead
- Rust port of startup subsystem (bug 1543115) is a dependency requirement for visual cue
Roster
- Present
- Regrets
Minutes
Status of Milestone 1
- Last week: 44 Total; 43 Open (97.73%); 1 Resolved (2.27%); 0 Verified (0%)
- This week: 51 Total; 45 Open (88.24%); 6 Resolved (11.76%); 0 Verified (0%)
Changelog
% git log --date=iso --pretty=format:'%ad%x09%H' -- remote/ | awk '$0 >= "2019-11-01" && $0 <= "2019-11-08"' | awk -F $'\t' '{print $2}' | xargs git show -s --format='%h%x09%an%x09%s' 23ec3d5f2cee Ryan VanderMeulen Bug 1594871 - Disable the racy sub-test. r=whimboo 121f19b7eb9b Henrik Skupin Bug 1587846 - [remote] Add "quality" option to Page.captureScreenshot. r=remote-protocol-reviewers,ato,maja_zf b589179642b0 Henrik Skupin Bug 1587846 - [remote] Add "format" option to Page.captureScreenshot. r=remote-protocol-reviewers,ato d9081e2ef7da Henrik Skupin Bug 1587846 - [remote] Fix payload of return value for Page.captureScreenshot. r=remote-protocol-reviewers,ato ed3629de9e8c Henrik Skupin Bug 1592643 - [remote] Implement Target.activateTarget. r=remote-protocol-reviewers,maja_zf,ato c689ba0e46c8 Henrik Skupin Bug 1591922 - [remote] Page.bringToFront has to wait for activate and focus events. r=remote-protocol-reviewers,ato d06169c5aa69 Henrik Skupin Bug 1592643 - [remote] Methods in Target domain have to raise for invalid "targetId" argument. r=remote-protocol-reviewers,ato c50026801957 Henrik Skupin Bug 1592643 - [remote] Refactor and improve browser chrome tests for Target domain. r=remote-protocol-reviewers,ato 15245002ac1f Andreas Tolfsen bug 1549708: remote: implement Page.reload's ignoreCache argument; r=remote-protocol-reviewers,whimboo a6683fe9a01c Thomas Bug 1591982 - Removed 'timestamp' property from Page.navigatedWithinDocument and Page.frameStoppedLoading r=whimboo,ato 5eef6dba8cc2 Andreas Tolfsen bug 1591927: remote: implement Security.setIgnoreCertificateErrors; r=remote-protocol-reviewers,maja_zf
Work
- Milestones
- Development status of Puppeteer alpha
- Puppeteer alpha dashboard
- Bugzilla queries
- All project work currently in development
- Available MVP work
- Completed MVP work
- Bug overviews
- Gutenberg dependency tree
- Puppeteer examples dependency tree
- Complete Puppeteer dependency tree
- All ze boogs