mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* constellation: crash to a new “sad tab” page * check in resources/crash.html * use a separate enum variant instead of keying on reason * fmt + tidy * rename Resource::Crash to Resource::CrashHTML * clean up crash page and add details (reason + backtrace) * avoid repeating crash errors in script::script_thread warn log * make new LoadData init more idiomatic * clarify comments and new fields * fix doc comment style
8 lines
223 B
HTML
8 lines
223 B
HTML
<p>Servo crashed!</p>
|
|
|
|
<!-- NOTE: unlike in Firefox and Chrome, this reloads POST as GET -->
|
|
<!-- see whatwg/html#6600 + whatwg/html#3215 -->
|
|
<button onclick="location.reload()">Reload</button>
|
|
|
|
<pre><plaintext>
|
|
${details}
|