Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSplit ScriptMsg messages only sent from paint tasks into a separate PaintMsg enum #8592
Labels
Comments
|
I'd be interested in trying to tackle this issue. |
|
Sorry, but a PR has been submitted by @g-k. |
bors-servo
added a commit
that referenced
this issue
Nov 25, 2015
Split paint task messages from ScriptMsg Refs: #8592 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8598) <!-- Reviewable:end -->
|
fixed by #8598 |
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this issue
Jun 12, 2017
…-k:split-scriptmsg); r=KiChjang Refs: servo/servo#8592 Source-Repo: https://github.com/servo/servo Source-Revision: 5e7306bf1965988551cafe6a27baab13eb927bbe
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…-k:split-scriptmsg); r=KiChjang Refs: servo/servo#8592 Source-Repo: https://github.com/servo/servo Source-Revision: 5e7306bf1965988551cafe6a27baab13eb927bbe UltraBlame original commit: 23d1127f43989e8f9be2d9101619e263c06bd867
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…-k:split-scriptmsg); r=KiChjang Refs: servo/servo#8592 Source-Repo: https://github.com/servo/servo Source-Revision: 5e7306bf1965988551cafe6a27baab13eb927bbe UltraBlame original commit: 23d1127f43989e8f9be2d9101619e263c06bd867
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…-k:split-scriptmsg); r=KiChjang Refs: servo/servo#8592 Source-Repo: https://github.com/servo/servo Source-Revision: 5e7306bf1965988551cafe6a27baab13eb927bbe UltraBlame original commit: 23d1127f43989e8f9be2d9101619e263c06bd867
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#8530 introduced different message types that the constellation can receive. Currently there are two message types:
CompositorMsgandScriptMsg. We would like to add a new message type calledPaintMsg, which will be used exclusively for paint messages sent bypaint_task.rs.Code:
components/msg/constellation_msg.rs,components/compositing/constellation.rs,components/gfx/paint_task.rs