Enable native tabbed window merging (macOS)#55396
Closed
huntie wants to merge 2 commits intofacebook:mainfrom
Closed
Enable native tabbed window merging (macOS)#55396huntie wants to merge 2 commits intofacebook:mainfrom
huntie wants to merge 2 commits intofacebook:mainfrom
Conversation
Summary: Upgrade from Electron 37.x → 39.x , which includes compiling for macOS 26. Changelog: [Internal] **Breaking changes from Electron 37.2.6 → 39.0.0:** **Electron 38.0.0** - Removed `ELECTRON_OZONE_PLATFORM_HINT` env var - Removed `ORIGINAL_XDG_CURRENT_DESKTOP` env var - Removed macOS 11 support (minimum now macOS 12) - Removed `plugin-crashed` event from webContents - Deprecated `webFrame.routingId` (use `frameToken`) - Deprecated `webFrame.findFrameByRoutingId()` (use `findFrameByToken()`) - Linux now defaults to Wayland (force X11 with `--ozone-platform=x11`) **Electron 39.0.0** - Deprecated `--host-rules` flag (use `--host-resolver-rules`) - `window.open` popups now always resizable (WHATWG spec) - Shared texture OSR `paint` event structure changed Reviewed By: motiz88 Differential Revision: D92154326
Summary: Changelog: [General][Changed] - **React Native DevTools**: Enable native macOS window merging Reviewed By: motiz88 Differential Revision: D92154327
|
This pull request has been merged in 34b3c10. |
Collaborator
|
This pull request was successfully merged by @huntie in 34b3c10 When will my fix make it into a release? | How to file a pick request? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog:
[General][Changed] - React Native DevTools: Enable native macOS window merging
Reviewed By: motiz88
Differential Revision: D92154327