Skip to content

devtools: Update to Firefox 145#41087

Merged
mukilan merged 1 commit intoservo:mainfrom
eerii:devtools-firefox-145
Dec 10, 2025
Merged

devtools: Update to Firefox 145#41087
mukilan merged 1 commit intoservo:mainfrom
eerii:devtools-firefox-145

Conversation

@eerii
Copy link
Copy Markdown
Member

@eerii eerii commented Dec 5, 2025

Update the target spec version from 133 to 145. Solves a few issues with incorrect or outdated messages, such as an error with reflow.

The only meaningful change I could find is that the performance actor is now called "perf" instead of "performance". It is part of a set of global actors that the root handles. I made it more explicit and moved the global actor registration inside of the root actor, it makes more sense to have it there.

Finally, I ordered the message handling alphabetically. The only changed entry is getRoot because of the global actors.

Testing: I manually tested the functionalities and checked the logs.

@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Dec 5, 2025
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Dec 5, 2025
@eerii eerii force-pushed the devtools-firefox-145 branch from 2dba975 to ad68f05 Compare December 5, 2025 19:25
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Dec 5, 2025
@eerii eerii force-pushed the devtools-firefox-145 branch from ad68f05 to 3f1df18 Compare December 8, 2025 10:59
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Dec 8, 2025
The performance actor is now called "perf".
Refactor the handling of global actors in the root actor.
Root actor now registers the necessary actors when it is created.

Signed-off-by: eri <[email protected]>
@eerii eerii force-pushed the devtools-firefox-145 branch from 3f1df18 to f660506 Compare December 9, 2025 12:50
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Dec 9, 2025
@eerii
Copy link
Copy Markdown
Member Author

eerii commented Dec 9, 2025

Rebased it on main because of a few collisions with the encode commit.

@mukilan mukilan added this pull request to the merge queue Dec 10, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Dec 10, 2025
github-merge-queue bot pushed a commit that referenced this pull request Dec 10, 2025
Update the target spec version from 133 to 145. Solves a few issues with
incorrect or outdated messages, such as an error with `reflow`.

The only meaningful change I could find is that the performance actor is
now called "perf" instead of "performance". It is part of a set of
global actors that the root handles. I made it more explicit and moved
the global actor registration inside of the root actor, it makes more
sense to have it there.

Finally, I ordered the message handling alphabetically. The only changed
entry is `getRoot` because of the global actors.

Testing: I manually tested the functionalities and checked the logs.

Signed-off-by: eri <[email protected]>
Merged via the queue into servo:main with commit b5fa100 Dec 10, 2025
32 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants