ckerr

#50931: refactor: migrate api::ServiceWorkerContext to cppgc

Merged
Created: Apr 10, 2026, 9:27:59 PM
Merged: Apr 11, 2026, 4:56:31 AM
2 comments
Target: main

Description of Change

Migrate api::ServiceWorkerContext to cppgc.

Prerequisite of #50829.
Subtask of #47922.

CC @deepak1556

Checklist

Release Notes

Notes: none.

Backports

42-x-y
Merged
PR Number
#50950
Merged At
Apr 11, 2026, 8:08:28 AM
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