Skip to content

Cover jsinspector-modern/network:jsinspector_network with Stable API guards (#57962) - #57962

Closed
j-piasecki wants to merge 1 commit into
react:mainfrom
j-piasecki:export-D116026740
Closed

Cover jsinspector-modern/network:jsinspector_network with Stable API guards (#57962)#57962
j-piasecki wants to merge 1 commit into
react:mainfrom
j-piasecki:export-D116026740

Conversation

@j-piasecki

@j-piaseckij-piasecki commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary:

Marks jsinspector-modern/network as a private module under the C++ Stable API by adding #include <react/cxxstableapi/PrivateGuard.h> to its four exported headers (BoundedRequestBuffer.h, CdpNetwork.h, HttpUtils.h, NetworkHandler.h), and wiring the React-cxxstableapi dependency into BUCK and the podspec.

The guards are inert unless a consumer defines RN_STRICT_API, so there is no behavior change.

Changelog: [Internal]

Reviewed By: huntie, cipolleschi

Differential Revision: D116026740

@meta-clameta-claBot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 14, 2026
@facebook-github-toolsfacebook-github-toolsBot added p: Software Mansion Partner: Software Mansion Partner p: Facebook Partner: Facebook labels Aug 14, 2026
@meta-codesync

Copy link
Copy Markdown

@j-piasecki has exported this pull request. If you are a Meta employee, you can view the originating Diff in D116026740.

@meta-codesyncmeta-codesyncBot changed the title Cover jsinspector-modern/network:jsinspector_network with Stable API guardsCover jsinspector-modern/network:jsinspector_network with Stable API guards (#57962)Aug 18, 2026
j-piasecki added a commit to j-piasecki/react-native that referenced this pull request Aug 18, 2026
…I guards (react#57962)
Summary:
Pull Request resolved: react#57962
Marks `jsinspector-modern/network` as a private module under the C++ Stable API by adding `#include <react/cxxstableapi/PrivateGuard.h>` to its four exported headers (`BoundedRequestBuffer.h`, `CdpNetwork.h`, `HttpUtils.h`, `NetworkHandler.h`), and wiring the `React-cxxstableapi` dependency into BUCK and the podspec.
The guards are inert unless a consumer defines `RN_STRICT_API`, so there is no behavior change.
Changelog: [Internal]
Reviewed By: cipolleschi
Differential Revision: D116026740
…I guards (react#57962)
Summary:
Marks `jsinspector-modern/network` as a private module under the C++ Stable API by adding `#include <react/cxxstableapi/PrivateGuard.h>` to its four exported headers (`BoundedRequestBuffer.h`, `CdpNetwork.h`, `HttpUtils.h`, `NetworkHandler.h`), and wiring the `React-cxxstableapi` dependency into BUCK and the podspec.
The guards are inert unless a consumer defines `RN_STRICT_API`, so there is no behavior change.
Changelog: [Internal]
Reviewed By: huntie, cipolleschi
Differential Revision: D116026740
@meta-codesyncmeta-codesyncBot added the Merged This PR has been merged. label Aug 20, 2026
@meta-codesync

Copy link
Copy Markdown

This pull request has been merged in 2d427ba.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.MergedThis PR has been merged.meta-exportedp: FacebookPartner: Facebookp: Software MansionPartner: Software MansionPartner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@j-piasecki