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

Use actions queue when dispatching undo actions from "Release Actions" #1853

Merged
merged 5 commits into from
Dec 5, 2024

Conversation

whimboo
Copy link
Contributor

@whimboo whimboo commented Oct 30, 2024

Fixes #1837.

@jgraham could you please check? I hope that this is fine - it at least matches what we use in Firefox now when dispatching the actions from the parent process and it works fine. Thanks.


💥 Error: 500 Internal Server Error 💥

PR Preview failed to build. (Last tried on Dec 3, 2024, 3:19 PM UTC).

More

PR Preview relies on a number of web services to run. There seems to be an issue with the following one:

🚨 Spec Generator - Spec Generator is the web service used to build specs that rely on ReSpec.

🔗 Related URL

Timed out after waiting 30000ms

If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please file an issue.

@whimboo whimboo requested a review from jgraham October 30, 2024 09:11
@whimboo
Copy link
Contributor Author

whimboo commented Oct 30, 2024

Well, I actually missed that we also have to enqueue the retrieval of the undo actions.

@whimboo whimboo force-pushed the release-actions-dispatch branch 2 times, most recently from 0c2858c to b1a5a4d Compare October 30, 2024 09:46
@whimboo
Copy link
Contributor Author

whimboo commented Oct 30, 2024

This PR should be ready for review now. Thanks.

index.html Outdated Show resolved Hide resolved
@whimboo
Copy link
Contributor Author

whimboo commented Dec 3, 2024

The current error in the Respec is actually caused by a missing </ol>.

@whimboo whimboo force-pushed the release-actions-dispatch branch from 8ebf35e to c9e4151 Compare December 3, 2024 09:42
index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
Co-authored-by: jgraham <james@hoppipolla.co.uk>
index.html Outdated Show resolved Hide resolved
whimboo and others added 3 commits December 3, 2024 16:17
Co-authored-by: jgraham <james@hoppipolla.co.uk>
Co-authored-by: jgraham <james@hoppipolla.co.uk>
@whimboo whimboo requested a review from jgraham December 3, 2024 15:22
@whimboo
Copy link
Contributor Author

whimboo commented Dec 3, 2024

@jgraham please check again. All suggestions have been applied.

@jgraham jgraham merged commit 7d8beb9 into w3c:master Dec 5, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Dec 5, 2024
#1853)

SHA: 7d8beb9
Reason: push, by jgraham

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to ZRDKPoWeR/webdriver that referenced this pull request Dec 5, 2024
w3c#1853)

SHA: 7d8beb9
Reason: push, by pull[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to soloinovator/webdriver that referenced this pull request Dec 5, 2024
w3c#1853)

SHA: 7d8beb9
Reason: push, by pull[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to xjc90s/webdriver that referenced this pull request Dec 7, 2024
w3c#1853)

SHA: 7d8beb9
Reason: push, by pull[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

<li><p>Dequeue <var>input state</var>&apos;s <a>actions queue</a>.
<p>Assert: this returns <var>token</var>
<p>Assert: this returns <var>token</var>
Copy link

Choose a reason for hiding this comment

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

Now that "wait for an action queue token" is a separate algorithm, there is no token variable here in "dispatch actions".

AtkinsSJ added a commit to AtkinsSJ/ladybird that referenced this pull request Jan 3, 2025
AtkinsSJ added a commit to AtkinsSJ/ladybird that referenced this pull request Jan 3, 2025
This reflects part of w3c/webdriver#1853

Also updated to reflect some minor spec text changes.
trflynn89 pushed a commit to LadybirdBrowser/ladybird that referenced this pull request Jan 3, 2025
trflynn89 pushed a commit to LadybirdBrowser/ladybird that referenced this pull request Jan 3, 2025
This reflects part of w3c/webdriver#1853

Also updated to reflect some minor spec text changes.
mikiubo pushed a commit to mikiubo/ladybird that referenced this pull request Jan 4, 2025
mikiubo pushed a commit to mikiubo/ladybird that referenced this pull request Jan 4, 2025
This reflects part of w3c/webdriver#1853

Also updated to reflect some minor spec text changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Release Actions" doesn't yet use the queuing mechanism for actions
3 participants