Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Delete SemanticsUpdateBuilderNew and all references and usages #49139

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Delete SemanticsUpdateBuilderNew and all references and usages #49139

merged 1 commit into from
Dec 18, 2023

Conversation

bartekpacia
Copy link
Member

This PR completest the migration by removing SemanticsUpdateBuilderNew from the engine.

This is mainly targeted at flutter/flutter#17988

Steps:
part 1: [engine] add SemanticsUpdateBuilderNew #47961
part 2: [flutter] use SemanticsUpdateBuilderNew flutter/flutter#138331
part 3: [engine] update SemanticsUpdateBuilder to be the same as SemanticsUpdateBuilderNew #48882
part 4: [flutter] use (now updated) SemanticsUpdateBuilder again flutter/flutter#139942
part 5: [engine] remove SemanticsBuilderNew <-- we are here

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is [test-exempt]. See [testing the engine] for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the [CLA].
  • All existing and new tests are passing.

Copy link
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartekpacia bartekpacia added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 18, 2023
@auto-submit auto-submit bot merged commit f8e3a04 into flutter:main Dec 18, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 18, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 18, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 18, 2023
@bartekpacia bartekpacia deleted the chore/semantics_update_builder_migration_part5 branch December 18, 2023 21:48
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 18, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 18, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 18, 2023
…140350)

flutter/engine@92d88c7...632103f

2023-12-18 [email protected] Convert chromium wheel delta to physical pixels on macOS (flutter/engine#49028)
2023-12-18 [email protected] Roll Skia from 3de801338767 to 63bed826008e (1 revision) (flutter/engine#49200)
2023-12-18 [email protected] Roll Dart SDK from ff7e92c7886d to b21443096387 (1 revision) (flutter/engine#49199)
2023-12-18 [email protected] Roll Skia from 83f8fe8bbcee to 3de801338767 (2 revisions) (flutter/engine#49195)
2023-12-18 [email protected] Roll Skia from 10e7ee119ea9 to 83f8fe8bbcee (1 revision) (flutter/engine#49193)
2023-12-18 [email protected] Delete `SemanticsUpdateBuilderNew` and all references and usages (flutter/engine#49139)
2023-12-18 [email protected] Opt into unstable libcxx ABI and add a custom namespace. (flutter/engine#49002)
2023-12-18 [email protected] Roll Skia from 4b2639427e7e to 10e7ee119ea9 (10 revisions) (flutter/engine#49191)
2023-12-18 [email protected] Roll Dart SDK from e1a26302800d to ff7e92c7886d (1 revision) (flutter/engine#49185)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
CoderDake pushed a commit to CoderDake/flutter that referenced this pull request Dec 28, 2023
…lutter#140350)

flutter/engine@92d88c7...632103f

2023-12-18 [email protected] Convert chromium wheel delta to physical pixels on macOS (flutter/engine#49028)
2023-12-18 [email protected] Roll Skia from 3de801338767 to 63bed826008e (1 revision) (flutter/engine#49200)
2023-12-18 [email protected] Roll Dart SDK from ff7e92c7886d to b21443096387 (1 revision) (flutter/engine#49199)
2023-12-18 [email protected] Roll Skia from 83f8fe8bbcee to 3de801338767 (2 revisions) (flutter/engine#49195)
2023-12-18 [email protected] Roll Skia from 10e7ee119ea9 to 83f8fe8bbcee (1 revision) (flutter/engine#49193)
2023-12-18 [email protected] Delete `SemanticsUpdateBuilderNew` and all references and usages (flutter/engine#49139)
2023-12-18 [email protected] Opt into unstable libcxx ABI and add a custom namespace. (flutter/engine#49002)
2023-12-18 [email protected] Roll Skia from 4b2639427e7e to 10e7ee119ea9 (10 revisions) (flutter/engine#49191)
2023-12-18 [email protected] Roll Dart SDK from e1a26302800d to ff7e92c7886d (1 revision) (flutter/engine#49185)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App platform-web Code specifically for the web engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants