ckerr

#47445: refactor: move gin::Converter<PreloadScript> impl to a .cc file

Merged
Created: Jun 11, 2025, 11:14:19 AM
Merged: Jun 13, 2025, 3:15:32 AM
4 comments
Target: main

Description of Change

Small refactor to just move the implementation of gin::Converter<PreloadScript> from a header file into a cc file. Since preload_script.h is indirectly included by a lot of our source files, this change helps reduce incidental includes.

Checklist

Release Notes

Notes: none.

Backports

35-x-y
Merged
PR Number
#47465
Merged At
Jun 16, 2025, 9:21:40 AM
Released In
Not yet
Release Date
Not yet
36-x-y
Merged
PR Number
#47467
Merged At
Jun 16, 2025, 9:55:01 AM
Released In
v36.5.0
Release Date
Jun 17, 2025, 3:38:08 PM
37-x-y
Merged
PR Number
#47466
Merged At
Jun 16, 2025, 10:10:02 AM
Released In
v37.0.0-beta.7
Release Date
Jun 16, 2025, 11:23:17 PM

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