-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Reimplement the COW DOM #447
Comments
Is there any publicly available discussion, or at least description of the ideas? Measuring the performance of this stuff to validate the design is, imo, is a much higher priority than a lot of the other stuff we seem to be doing (e.g. border painting stubs). |
@bzbarsky No, I do not think there is anything written down on this subject. |
We've punted on the COW DOM. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Fix shader compile error for image + clip + transform. Closes servo#437. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/447) <!-- Reviewable:end -->
jdm
pushed a commit
to jdm/servo
that referenced
this issue
Mar 6, 2021
Introduce feature to only allow initialization once. See servo#22039 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/447) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Servo had a copy-on-write DOM for a while, but it was complicated and we removed it. Now we want it again, but have some different ideas about the implementation.
TODO: Outline design.
The text was updated successfully, but these errors were encountered: