715
edits
(→Current work/coming up next: itemise) |
(→Changelog: update) |
||
| Line 90: | Line 90: | ||
<pre> | <pre> | ||
% git log --date=iso --pretty=format:'%ad%x09%H' -- remote/ | awk '$0 >= "2019-05-07" && $0 <= "2019-05-14"' | awk -F $'\t' '{print $2}' | xargs git show -s --format='%h%x09%s' | % git log --date=iso --pretty=format:'%ad%x09%H' -- remote/ | awk '$0 >= "2019-05-07" && $0 <= "2019-05-14"' | awk -F $'\t' '{print $2}' | xargs git show -s --format='%h%x09%s' | ||
17ddcc234208 Bug 1548098 - Implement Runtime.callFunctionOn's objectId argument. r=remote-protocol-reviewers,ato | |||
f75c89c2e70c Bug 1548098 - Implement Runtime.callFunctionOn's awaitPromise argument. r=remote-protocol-reviewers,ato | |||
27c8f3bc5346 Bug 1548098 - Implement Runtime.callFunctionOn's returnByValue argument. r=remote-protocol-reviewers,ato | |||
4195ea8fbc57 Bug 1548098 - Implement Runtime.callFunctionOn. r=remote-protocol-reviewers,ato | |||
7129bba6a02e Bug 1548098 - Pull out exception handling into a dedicated _returnError method. r=remote-protocol-reviewers,ato | |||
3f8bf54e170d bug 1551188: remote: print listening address similarly to chrome; r=remote-protocol-reviewers,ochameau | |||
532e4a3bc917 Bug 1544445 - Implement Page.reload. r=remote-protocol-reviewers,ato | 532e4a3bc917 Bug 1544445 - Implement Page.reload. r=remote-protocol-reviewers,ato | ||
</pre> | </pre> | ||
edits