WebDriver/RemoteProtocol/Meetings/2019/11/15: Difference between revisions
< WebDriver | RemoteProtocol | Meetings
Jump to navigation
Jump to search
No edit summary |
(→Changelog: paste) |
||
Line 35: | Line 35: | ||
<pre> | <pre> | ||
% 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 | |||
</pre> | </pre> | ||
Revision as of 14:54, 15 November 2019
Agenda
- Actions
- Find out if there’s a way to enable logging of system observer notifications (ato)
- Collect list of methods failing with
UnknownMethodError
from a recent Puppeteer test run (maja_zf)
- Tracking MVP issues in GitHub on external repositories. (mmucci/maja_zf)
- Project Schedule [mmucci]
- Planning session will be held during the team meeting on Friday November 22.
- Team will select the MVP Backlog based on a review of the team completion speed and forecast schedule.
- Firefox Headlines [henrik]
- Created document to collect our headlines for the Firefox Meeting
- No response from Harald yet, maybe Maja can just get started presenting our news
- Gutenberg
- [dburns] Running tests to see where we are
- We need to prioritise Bug 1595177 as that will unlock `links.test.js` file
- [dburns] Running tests to see where we are
Roster
- Present
- Regrets
Minutes
Actions
Status of Milestone 1
- Last week: 51 Total; 45 Open (88.24%); 6 Resolved (11.76%); 0 Verified (0%)
- This week: 58 Total; 49 Open (84.48%); 9 Resolved (15.52%); 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