Jay Harris

Results 36 issues of Jay Harris

## Description The UI strings in WebTorrent are not localized at all and always display in English ## Steps to Reproduce 1. Change the language the browser is displayed in...

bug
l10n
QA/Yes
QA/Test-Plan-Specified
feature/webtorrent
OS/Desktop

## Description When DCHECKs are enabled, WebTorrent can't start torrents. This is because there are a couple of checks for non-zero buffer sizes in `net/socket/udp_socket_posix.cc`. This might also affect macOS,...

OS/Linux
feature/webtorrent
OS/unix-like/linux
OS/Desktop

## Description ## Steps to Reproduce 1. Load a torrent (ie.https://webtorrent.io/torrents/big-buck-bunny.torrent) ## Actual result: ![image](https://user-images.githubusercontent.com/7678024/183797645-75eaaad4-bb6e-4d9c-9dc8-247039bd9ffb.png) ## Expected result: ![image](https://user-images.githubusercontent.com/7678024/183797677-fe1d74d1-c961-4f8c-aea6-aa2e30c6e706.png) ## Reproduces how often: Reproduces every time for the first page...

feature/webtorrent
OS/Desktop

## Description One of the issues we have with the new Brave News work is that we need to ensure that the user doesn't lose access to any of their...

OS/Android
OS/Desktop

Instead of just blocking domains, it would be useful to be able to block JS for just specific pages, or groups for pages. For example, instead of blocking JavaScript for...

**Is your feature request related to a problem? Please describe.** It would be convenient to be able use recollect through the React hooks API, to avoid wrapping components in a...

enhancement

Resolves https://github.com/brave/brave-browser/issues/24450 This is not a perfect fix, as we'll lose precision for huge stats values. However, the order should still be roughly right, which is probably fine for stats...

CI/storybook-url

Resolves https://github.com/brave/brave-browser/issues/24498 Dark Mode, not Downloading ![Screenshot from 2022-08-11 17-27-45](https://user-images.githubusercontent.com/7678024/184069775-eb0655ae-18d4-4d17-9249-89ce58fc8e3a.png) Dark Mode, Downloading ![Screenshot from 2022-08-11 17-28-03](https://user-images.githubusercontent.com/7678024/184069789-8dd54981-a853-4a6b-8dd2-26d6ae86451a.png) Light Mode, not Downloading ![Screenshot from 2022-08-11 17-28-34](https://user-images.githubusercontent.com/7678024/184069820-bc9fda6f-6051-4902-aacb-0be85fd6cfc2.png) Light Mode, Downloading ![Screenshot from...

Resolves Production sources: https://brave-today-cdn.brave.com/sources.json Staging sources: https://brave-today-cdn.bravesoftware.com/sources.en_US.json This PR is in the somewhat awkward position of adding new functionality from a new, future version of the sources API. The PR...

CI/storybook-url

This PR offers a solution to the current prop drilling on the NTP. It provides the following API for accessing and updating prefs ```ts // Correct types are inferred, assuming...

CI/storybook-url