ckerr

#45723: refactor: use base::as_byte_span() in EncodeToken().

Merged
Created: Feb 19, 2025, 6:59:58 PM
Merged: Feb 20, 2025, 8:20:17 PM
5 comments
Target: main

Description of Change

Small cleanup to use base::as_byte_span() in EncodeToken() to match the changes in upstream's serial_chooser_context.cc.

Checklist

Release Notes

Notes: none.

Backports

33-x-y
Merged
PR Number
#45751
Merged At
Feb 21, 2025, 6:30:05 PM
Released In
v33.4.2
Release Date
Feb 26, 2025, 1:06:52 PM
34-x-y
Merged
PR Number
#45750
Merged At
Feb 21, 2025, 11:56:28 AM
Released In
v34.3.0
Release Date
Feb 26, 2025, 1:07:44 PM
35-x-y
Merged
PR Number
#45752
Merged At
Feb 21, 2025, 11:25:34 AM
Released In
v35.0.0-beta.9
Release Date
Feb 24, 2025, 8:31:48 AM

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