Steven Englehardt

Results 26 issues of Steven Englehardt

We currently miss: * navigator.mediaDevices * navigator.webdriver * navigator.deviceMemory * window.devicePixelRatio * window.screen.width * window.screen.height * window.screen.availHeight * window.screen.availWidth * Date().getTimezoneOffset() * window.Intl.DateTimeFormat().resolvedOptions().timeZone * window.indexedDB * window.openDatabase * navigator.cpuClass *...

good-first-bug
measurement-request

Requests from workers are attributed specifically to the worker script, rather than the tab or frame that created the worker (see #488 for context). If we instrument the APIs used...

extension
measurement-request

There are likely a number of ways to identify that we're running Firefox with Selenium/geckodriver. Back in the Selenium 2 days these were injected by the Selenium extension. We made...

high-priority
enhancement

* **I'm submitting a ...** [ ] bug report [X] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

high-priority
documentation
extension

* **I'm submitting a ...** [ ] bug report [X] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

backlog
extension

In #322 we had to disable our file upload test which records the request body for a couple file uploads. The Firefox WebExtension API does not currently expose the content...

feature-request
backlog

Basically, the cost of reading a bunch of small files from S3 is much too high (see: http://garrens.com/blog/2017/11/04/big-data-spark-and-its-small-files-problem/). We should think about how we can batch the saving of content...

bug
high-priority

The `Browser.restart_browser_manager()`,`Browser.reset()`, and `Browser.launch_browser_manager()` methods are needlessly complex and confusing. This had led to a multitude of bugs, particularly around profile handling (e.g. the simple one in 6e384db5a06ecad4cf1b3aa2369b519a757026cb). This section...

backlog
enhancement

Fixes #1020 WIP. I haven't tested this much.

See #711 and the related PR #715. We should verify that this has fixed the issue after running a large crawl with the new fix.

needs-verification