Charles Kerr

Results 81 issues of Charles Kerr

quick link to rendered page: https://github.com/transmission/transmission/blob/docs/4.0.1-release-notes/news/news-4.0.1.md

type:docs
semver:patch

Fixes #1978. Notes: Fixed "Open Folder" feature for local sessions.

scope:qt
type:fix

#### Description of Change Fix a bug that caused periodic test failures. [Sample failure](https://app.circleci.com/pipelines/github/electron/electron/71642/workflows/4ad01143-3178-4f6e-b98a-62ccee3d5f60/jobs/1552614?invite=true#step-111-1233): > not ok 396 utilityProcess module stderr property is valid when child process launches with pipe...

semver/patch
wip ⚒
target/28-x-y
target/29-x-y
target/30-x-y
target/31-x-y
target/32-x-y
target/33-x-y
target/34-x-y

#### Description of Change `font_defaults.cc` holds a private cache of default fonts for [font family, script] combos. The cache is currently implemented with nested `std::unordered_map`s; but since we know at...

new-pr 🌱
target/29-x-y

#### Description of Change Resync the `kFontDefaults` array in `shell/browser/font_defaults.cc` to match the upstream list. This update picks up `kWebKitMathFontFamily`, which was added upstream in April 2022 by https://chromium-review.googlesource.com/c/chromium/src/+/3587189 and...

semver/patch
target/28-x-y
target/29-x-y
target/30-x-y
target/31-x-y
target/32-x-y
target/33-x-y
target/34-x-y

Discussed @ https://github.com/electron/electron/pull/40316#issuecomment-1780357754 with this backtrace: ``` ok 900 tray module tray.popUpContextMenu() can be called with a menu Received signal 11 SEGV_MAPERR 000000000018 0 Electron Framework 0x0000000131244b32 base::debug::CollectStackTrace(void const**, unsigned...

crash :boom:
ci-flake ⭕️
upgrade-follow-up
stale

Discussed at https://github.com/electron/electron/pull/40632#discussion_r1422599137 https://chromium-review.googlesource.com/c/v8/v8/+/5075293 made this change: ```diff - if (i_isolate->is_execution_terminating()) { \ - return bailout_value; \ - } + DCHECK(!i_isolate->is_execution_terminating()); \ ``` At first glance it looks like our...

upgrade-follow-up
stale-exempt

#### Description of Change upstream has added [pylint 2.17 to depot-tools](https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5062345), so let's start using it instead of pylint 2.7. All reviews welcome. CC @electron/wg-infra #### Checklist - [x] PR...

semver/none
no-backport

Make a DNS cache that can be shared by both our libcurl calls and our UDP tracker announces.

scope:core
needs update
type:refactor
type:perf

Use a better cancel strategy.

scope:core
type:perf
semver:minor