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

[Editor] Avoid to add unexpected commands in the undo/redo queue when undoing/redoing (bug 1781790) #15233

Merged
merged 1 commit into from Jul 27, 2022

Conversation

calixteman
Copy link
Contributor

We can undo/redo a command which will at some point add a command in the queue: typically
it can happening when redoing an addition.
So the idea is to lock the queue when undoing/redoing.

… undoing/redoing (bug 1781790)

We can undo/redo a command which will at some point add a command in the queue: typically
it can happening when redoing an addition.
So the idea is to lock the queue when undoing/redoing.
@calixteman calixteman added this to In progress in PDF.js editing via automation Jul 27, 2022
@calixteman
Copy link
Contributor Author

/botio integrationtest

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

Command cmd_integrationtest from @calixteman received. Current queue size: 0

Live output at: http://54.241.84.105:8877/b073d1b2ca83dd2/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_integrationtest from @calixteman received. Current queue size: 0

Live output at: http://54.193.163.58:8877/cc78c826b97e71f/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Success

Full output at http://54.241.84.105:8877/b073d1b2ca83dd2/output.txt

Total script time: 4.95 mins

  • Integration Tests: Passed

@pdfjsbot
Copy link

From: Bot.io (Windows)


Failed

Full output at http://54.193.163.58:8877/cc78c826b97e71f/output.txt

Total script time: 11.77 mins

  • Integration Tests: FAILED

@calixteman calixteman merged commit 085dd0a into mozilla:master Jul 27, 2022
PDF.js editing automation moved this from In progress to Done Jul 27, 2022
@calixteman calixteman deleted the lock_undo branch July 27, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants