Skip to content

Commit f8b1472

Browse files
authored
Merge pull request #281 from plotly/andrew/use_process_group
Andrew/use process group
2 parents 017d785 + e503acf commit f8b1472

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.3.0
1+
v1.3.0rc0
22
- Change to process group for better killing of multi-process chrome
33
- Add argument to Session/Target `send_command(..., *, with_perf: bool)` to
44
return timing information about browser write/read.

ROADMAP.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Roadmap
22

3-
- [ ] Fix up browser deps error (eliminate in-package analysis)
4-
- [ ] Switch to process group and kill that to catch all chromium children
5-
- [ ] Add helpers for running javascript
3+
- [x] Fix up browser deps error (eliminate in-package analysis)
4+
- [x] Switch to process group and kill that to catch all chromium children
5+
- [x] Add helpers for running javascript
6+
- [ ] Add helper just for refreshing page
67
- [ ] Working on better diagnostic information
78
- [ ] Explain to user when their system has security restrictions
89
- [ ] Eliminate synchronous API: it's unused, hard to maintain, and nearly

0 commit comments

Comments
 (0)