feat: add commit phase (commitWork + commitRoot)#42
Draft
MarcelOlsen wants to merge 1 commit into
Draft
Conversation
This was referenced Feb 13, 2026
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Feb 13, 2026
Owner
Author
This was referenced Feb 13, 2026
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
from
February 13, 2026 22:38
0cdea20 to
e49af93
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
2 times, most recently
from
February 13, 2026 22:44
0c2705d to
e45912c
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
from
February 13, 2026 22:44
e49af93 to
ce9dc38
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
from
February 14, 2026 16:17
e45912c to
e205905
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
2 times, most recently
from
February 15, 2026 13:10
8fe0942 to
cea81c4
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
2 times, most recently
from
February 15, 2026 13:36
6fcd4cf to
fc3606a
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
from
February 15, 2026 15:31
5162a90 to
53912c4
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
from
February 15, 2026 15:31
fc3606a to
3c868cb
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
from
February 15, 2026 15:40
53912c4 to
b6cedee
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
from
February 15, 2026 15:40
3c868cb to
72692cb
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
from
February 15, 2026 16:00
72692cb to
b270124
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
2 times, most recently
from
February 15, 2026 16:21
019e4d3 to
a8c3691
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
from
February 15, 2026 16:21
b270124 to
29843ab
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
from
February 15, 2026 16:33
a8c3691 to
b76f87c
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
from
February 15, 2026 16:33
29843ab to
634526c
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
from
February 15, 2026 17:35
b76f87c to
92c1826
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
2 times, most recently
from
February 15, 2026 18:51
1ded6b2 to
5a148ca
Compare
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
2 times, most recently
from
February 15, 2026 20:56
5a39248 to
35f813c
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
3 times, most recently
from
February 17, 2026 17:52
e05a1e6 to
c246ba9
Compare
Add commitPlacement, commitUpdate, commitDeletion for DOM mutations. Add commitRoot orchestrating the three commit sub-phases: before mutation, mutation, and layout.
MarcelOlsen
force-pushed
the
fiber/render-phase
branch
from
March 11, 2026 14:52
23d8891 to
9a98270
Compare
MarcelOlsen
force-pushed
the
fiber/commit-phase
branch
from
March 11, 2026 14:52
c246ba9 to
674ad21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add commitPlacement, commitUpdate, commitDeletion for DOM mutations.
Add commitRoot orchestrating the three commit sub-phases: before
mutation, mutation, and layout.