Conversation
|
Heads up! This PR modifies the following files:
|
|
Taskclusters says: "It looks like rustup is not installed." |
aa01383 to
981e8bd
Compare
|
Looks good to me, can land with r=mbrubeck if no further changes are needed. |
|
What is the plan for nightly builds? Will there be no browser UI for now? |
No "real" UI, but full keyboard control. I'm porting ServoShell's minimal UI: https://github.com/paulrouget/servoshell#mini-ui |
|
@mbrubeck thanks - I added a few more comments in an early commit, and added another extra commit to bring crash reports up to the embedder. |
|
Fixed a typo. |
|
@mbrubeck r? |
9833efb to
8dd3d14
Compare
emilio
left a comment
There was a problem hiding this comment.
r=me on that last commit with that nit fixed.
| /// The load of a page has completed | ||
| LoadComplete(TopLevelBrowsingContextId), | ||
| /// A pipeline panicked. | ||
| Panic(TopLevelBrowsingContextId, String, Option<String>), |
There was a problem hiding this comment.
Please mention what the string args are, or use a named enum like:
Panic { id: TopLevelBCId, reason: String, backtrace: Option<String> }8dd3d14 to
7e99ab5
Compare
|
@bors-servo r=mbrubeck,emilio |
|
📌 Commit 7e99ab5 has been approved by |
|
💔 Test failed - linux-rel-wpt |
|
|
The problem is in the |
7e99ab5 to
ee25413
Compare
|
@bors-servo r=mbrubeck,emilio |
|
📌 Commit ee25413 has been approved by |
Kill browserhtml Fixes #19971 <!-- 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/19975) <!-- Reviewable:end -->
|
💔 Test failed - linux-rel-css |
|
@bors-servo retry |
|
⚡ Previous build results for android, arm32, arm64, linux-dev, linux-rel-wpt, mac-dev-unit, mac-rel-css1, mac-rel-css2, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, windows-msvc-dev are reusable. Rebuilding only linux-rel-css... |
|
☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css1, mac-rel-css2, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, windows-msvc-dev |
Fixes #19971
This change is