Skip to content
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

Remove unused JSNAMESPACE_SUPPORT from event-dispatch #55619

Closed

Conversation

rahatarmanahmed
Copy link
Contributor

This was an old feature that let you add jsnamespace="ns to an element to implicitly add the ns. namespace to all unnamespaced JSAction handlers on or under that element. This required an expensive DOM walk to find the jsnamespace, and almost all JSAction users turned this feature off. The last usage in google 3was removed, so we can delete this now.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

@pullapprove pullapprove bot added the requires: TGP This PR requires a passing TGP before merging is allowed label May 1, 2024
@rahatarmanahmed rahatarmanahmed changed the title No jsnamespace attr Remove unused JSNAMESPACE_SUPPORT from event-dispatch May 1, 2024
@rahatarmanahmed
Copy link
Contributor Author

Caretaker note: cl/630174160 is needed either in sync CL or prior to sync CL due to copybara changes.

@rahatarmanahmed
Copy link
Contributor Author

TESTED=TGP (failures are extremely flaky and fail at HEAD)

@rahatarmanahmed rahatarmanahmed added the action: merge The PR is ready for merge by the caretaker label May 6, 2024
@AndrewKushnir AndrewKushnir added target: rc This PR is targeted for the next release-candidate area: core Issues related to the framework runtime labels May 6, 2024
@ngbot ngbot bot added this to the Backlog milestone May 6, 2024
Copy link
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

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

Reviewed-for: public-api

Copy link
Contributor

@tbondwilkinson tbondwilkinson left a comment

Choose a reason for hiding this comment

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

🎉

@AndrewKushnir AndrewKushnir added the merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note label May 6, 2024
@AndrewKushnir
Copy link
Contributor

Caretaker note: this PR is ready for merge, the only missing piece was an additional public-api approval, but since this is a removal of a no longer used feature, existing approvals should be sufficient.

@AndrewKushnir
Copy link
Contributor

This PR was merged into the repository by commit 8795374.

AndrewKushnir pushed a commit that referenced this pull request May 6, 2024
…#55619)

The usage of this option has been removed from google3 code, so we don't
need to keep it around anymore.

PR Close #55619
rahatarmanahmed added a commit to rahatarmanahmed/angular that referenced this pull request May 14, 2024
Support for the jsnamespace attribute was removed in angular#55619.
dylhunn pushed a commit that referenced this pull request May 17, 2024
Support for the jsnamespace attribute was removed in #55619.

PR Close #55795
dylhunn pushed a commit that referenced this pull request May 17, 2024
Support for the jsnamespace attribute was removed in #55619.

PR Close #55795
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime core: event dispatch merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note requires: TGP This PR requires a passing TGP before merging is allowed target: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants