Update WR + gleam (nested clip stack, scroll locations).#14412
Update WR + gleam (nested clip stack, scroll locations).#14412bors-servo merged 1 commit intoservo:masterfrom
Conversation
|
Heads up! This PR modifies the following files:
|
|
@bors-servo r+ |
|
📌 Commit 2809ef2 has been approved by |
Update WR + gleam (nested clip stack, scroll locations). <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14412) <!-- Reviewable:end -->
|
💔 Test failed - mac-rel-wpt2 |
2809ef2 to
bd97855
Compare
|
@bors-servo r=Manishearth |
|
📌 Commit bd97855 has been approved by |
Update WR + gleam (nested clip stack, scroll locations). <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14412) <!-- Reviewable:end -->
|
💔 Test failed - mac-rel-wpt2 |
|
@bors-servo retry
|
Update WR + gleam (nested clip stack, scroll locations). <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14412) <!-- Reviewable:end -->
|
@bors-servo try |
|
⌛ Trying commit 0f0264f with merge fc1d9ee... |
|
💥 Test timed out |
|
@bors-servo try
|
|
@bors-servo retry
|
|
💔 Test failed - android |
|
Hmm, interesting. So Android build fails to see the event marker functions ( #[inline]
#[cfg(not(android))]
pub fn insert_event_marker_ext(message: &str) {
if ffi::InsertEventMarkerEXT::is_loaded() {
unsafe {
ffi::InsertEventMarkerEXT(message.len() as GLsizei, message.as_ptr() as *const _);
}
}
} |
|
I'm on it - servo/gleam#100 |
|
@bors-servo try |
|
⌛ Trying commit d1be883 with merge 970094e... |
|
☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css, mac-rel-wpt1, mac-rel-wpt2, windows-dev |
|
Woohoo try passed! r? @pcwalton @larsbergstrom @metajack (or anyone) for the last 2 small commits? |
|
@bors-servo: r+ |
|
📌 Commit d1be883 has been approved by |
|
@bors-servo try- clean r=pcwalton |
|
💡 This pull request was already approved, no need to approve it again.
|
|
📌 Commit d1be883 has been approved by |
|
@bors-servo retry |
|
🔒 Merge conflict |
|
☔ The latest upstream changes (presumably #14592) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@bors-servo r=pcwalton |
|
📌 Commit f517d03 has been approved by |
|
☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css, mac-rel-wpt1, mac-rel-wpt2, windows-dev |
|
YES! |
This change is