Skip to content

delete unused RCTSurfaceHostingProxyRootView initializers #38868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

philIip
Copy link
Contributor

@philIip philIip commented Aug 8, 2023

Summary:
Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Differential Revision: D48140101

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Aug 8, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

@analysis-bot
Copy link

analysis-bot commented Aug 8, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,948,129 +5
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 9,541,948 -8
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 676676c
Branch: main

philIip added a commit to philIip/react-native that referenced this pull request Aug 8, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Differential Revision: D48140101

fbshipit-source-id: dff2ecf52a0a9623d61d76e31b7fc49bdf6ccbb3
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 8, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Differential Revision: D48140101

fbshipit-source-id: 8d388dbc394a09ab68f5a977d32081d6dfd0bfd0
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 9, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: 42794ce2cd31bbc402c6cad8bc95c444e7075b46
philIip added a commit to philIip/react-native that referenced this pull request Aug 9, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: 919190ee5fb98162bbeb8052f032d6c42b1e3f19
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 9, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: efddd5ae5e8053d4fb691f7c01ff55f45da309b8
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 9, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: a4dbdbf28248cf5187f97fb2174b2424d02a15fa
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 9, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

Changelog: [iOS][Breaking]

after D48139820, these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: 072445b27a36bdd813abb1a8605372320d8271df
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 10, 2023
Summary:
Pull Request resolved: facebook#38869

## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: mdvacca, cipolleschi

Differential Revision: D48140317

fbshipit-source-id: d87ea48f911de08e260c2c12cc5141565afb084a
philIip added a commit to philIip/react-native that referenced this pull request Aug 10, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

## Changelog:

[iOS][Breaking] - After [facebook#38864](facebook#38864), these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: aaaf99f6f94d14d6620f7cfbe5fdb013808a6ff5
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 16, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

## Changelog:

[iOS][Breaking] - After [facebook#38864](facebook#38864), these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: 4249915e43b0456b343fb25ee80dc04358ab1c81
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 16, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

## Changelog:

[iOS][Breaking] - After [facebook#38864](facebook#38864), these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: 114ad85cbe9bfe442c4fcd08260f733297d0965f
philIip added a commit to philIip/react-native that referenced this pull request Aug 16, 2023
Summary:
Pull Request resolved: facebook#38869

## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: mdvacca, cipolleschi

Differential Revision: D48140317

fbshipit-source-id: 6c4581e21f789a744214dbaf8ece56883de1cc68
philIip added a commit to philIip/react-native that referenced this pull request Aug 16, 2023
Summary:
Pull Request resolved: facebook#38869

## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: mdvacca, cipolleschi

Differential Revision: D48140317

fbshipit-source-id: dea88cecf93d3ae02c84bfc2144e57752d75cfe7
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 16, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

## Changelog:

[iOS][Breaking] - After [facebook#38864](facebook#38864), these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: 58565af3d58fc3f0673964cf1ac2a0e1bd206de8
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

philIip added a commit to philIip/react-native that referenced this pull request Aug 16, 2023
…8868)

Summary:
Pull Request resolved: facebook#38868

## Changelog:

[iOS][Breaking] - After [facebook#38864](facebook#38864), these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: 93976d05e52911301879ddaae1f1f9a181fc176f
philIip added a commit to philIip/react-native that referenced this pull request Aug 16, 2023
Summary:
Pull Request resolved: facebook#38869

## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: mdvacca, cipolleschi

Differential Revision: D48140317

fbshipit-source-id: 382fc9363e238cf391557a2bc76daada65aed2c9
philIip and others added 2 commits August 16, 2023 15:53
…stingProxyRootView

Differential Revision: D48140102

fbshipit-source-id: c93424e981dd10df17513e0633cf929675c5721c
…8868)

Summary:
Pull Request resolved: facebook#38868

## Changelog:

[iOS][Breaking] - After [facebook#38864](facebook#38864), these are not needed anymore. there's some logic with the bridge, but since we're treating new arch as one piece moving forward, i don't really think they're that important. plus that logic is like really old.

Reviewed By: mdvacca

Differential Revision: D48140101

fbshipit-source-id: b99b714c74af2c2ac9ddc50a18891e1eec55db8b
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48140101

@github-actions
Copy link

This pull request was successfully merged by @philIip in 8b4a353.

When will my fix make it into a release? | Upcoming Releases

@github-actions github-actions bot added the Merged This PR has been merged. label Aug 17, 2023
facebook-github-bot pushed a commit that referenced this pull request Aug 18, 2023
Summary:
Pull Request resolved: #38869

## Changelog:

[iOS][Breaking]- After [#38866](#38866) and [#38868](#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: mdvacca, cipolleschi

Differential Revision: D48140317

fbshipit-source-id: 930c79b3828e0197c5dd2841875b830fc211e2a6
philIip added a commit to philIip/react-native that referenced this pull request Aug 22, 2023
Summary:
## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Differential Revision: D48577192

fbshipit-source-id: 94b59ed242b13547f0678c9f5616c33c021f840e
philIip added a commit to philIip/react-native that referenced this pull request Aug 22, 2023
Summary:
Pull Request resolved: facebook#39118

## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Differential Revision: D48577192

fbshipit-source-id: a7b246ec990495ed149a5bd9f71197b675574e44
philIip added a commit to philIip/react-native that referenced this pull request Aug 23, 2023
Summary:
Pull Request resolved: facebook#39118

## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: christophpurrer

Differential Revision: D48577192

fbshipit-source-id: 789b96d2872448a49621184906be63164edd4788
philIip added a commit to philIip/react-native that referenced this pull request Aug 23, 2023
Summary:
Pull Request resolved: facebook#39118

## Changelog:

[iOS][Breaking]- After [facebook#38866](facebook#38866) and [facebook#38868](facebook#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: christophpurrer

Differential Revision: D48577192

fbshipit-source-id: 8726dc0cff60542e8429aae1d15a8e793b2f2c1f
facebook-github-bot pushed a commit that referenced this pull request Aug 23, 2023
Summary:
Pull Request resolved: #39118

## Changelog:

[iOS][Breaking]- After [#38866](#38866) and [#38868](#38868), these are not needed anymore. instead of depending on the host view and overriding `createSurfaceWithBridge:` in a subclass create a specialized surface, we just rely on composition instead and provide a surface to the hosting view.

Reviewed By: christophpurrer

Differential Revision: D48577192

fbshipit-source-id: 8dbc96f1844d0ca1ed603cbe446575571c5f3e3b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants