jkleinsc

#52502: chore: update patch description for fix_guard_webstoreprivateapi_factory_against_null_delegate.patch

Merged
Created: Jul 28, 2026, 4:37:08 PM
Merged: Jul 29, 2026, 11:01:31 AM
2 comments
Target: main

Description of Change

An attempt was made to upstream patches/chromium/fix_guard_webstoreprivateapi_factory_against_null_delegate.patch to chromium but it was rejected (https://chromium-review.googlesource.com/c/chromium/src/+/8153762). This PR updates the patch description to explain that rejection/why this patch can't be upstreamed.

Checklist

Release Notes

Notes: none

Backports

44-x-y
Merged
PR Number
#52532
Merged At
Jul 29, 2026, 2:47:35 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron