codebytere

#48936: test: add view.getBounds|setBounds tests

Merged
Created: Nov 13, 2025, 9:07:03 AM
Merged: Nov 14, 2025, 7:46:21 AM
3 comments
Target: main

Description of Change

Refs #48812 (comment)

Adds some specs for view.getBounds|setBounds

Checklist

Release Notes

Notes: none

Backports

39-x-y
Merged
PR Number
#48961
Merged At
Nov 14, 2025, 11:12:23 AM
Released In
Not yet
Release Date
Not yet
40-x-y
Merged
PR Number
#48962
Merged At
Nov 14, 2025, 9:57:25 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