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

Rename Animation.progress to Animation.overallProgress #49385

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

dev-ansung
Copy link
Contributor

In line with the CSS working group resolution in #8799[1], this patch renames Animation.progress in to Animation.overallProgress in Blink.

[1] w3c/csswg-drafts#8799 (comment)

Bug: 40914396
Change-Id: Ie7605f59d99314158b77e9672dbe98a564d2d1e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049834
Commit-Queue: David Awogbemila [email protected]
Reviewed-by: Robert Flack [email protected]
Cr-Commit-Position: refs/heads/main@{#1387916}

@dev-ansung
Copy link
Contributor Author

This export is manually created to resolve conflict with 24c2e5fb6cb

In line with the CSS working group resolution in web-platform-tests#8799[1], this patch
renames Animation.progress in to Animation.overallProgress in Blink.

[1] w3c/csswg-drafts#8799 (comment)

Bug: 40914396
Change-Id: Ie7605f59d99314158b77e9672dbe98a564d2d1e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049834
Commit-Queue: David Awogbemila <[email protected]>
Reviewed-by: Robert Flack <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1387916}
@graouts
Copy link
Contributor

graouts commented Nov 27, 2024

For my own education: what is the purpose of this patch? It appears to be just a formatting change. If so, is there a guideline for this formatting? This is so I respect it going forward since 24c2e5fb6cb should have followed it.

@dev-ansung
Copy link
Contributor Author

dev-ansung commented Nov 27, 2024

For my own education: what is the purpose of this patch? It appears to be just a formatting change. If so, is there a guideline for this formatting? This is so I respect it going forward since 24c2e5fb6cb should have followed it.

Chromium follows pep8 which has a line length limit of 79 characters, but that is not the reason why this patch is needed. It is needed because the same file renaming also happened in chromium source code and the two-way-sync cannot handle the conflict.
https://chromium.googlesource.com/chromium/src/+/main/styleguide/python/python.md

@birtles birtles merged commit 9c416ba into web-platform-tests:master Nov 27, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants