Martin Robinson
08aad55ef7
script: Break the ScriptThread dependency on the initial Pipeline ( #40918 )
...
`ScriptThread`s start with an initial `Pipeline`, but that `Pipeline`
should not be used for any `ScriptThread` global data as a
`ScriptThread` can have any number of `Pipeline`s that come and go.
There's no architectural reason why a `ScriptThread` should be
associated with only a single `WebView`.
This change makes it so that the `ScriptThread` no longer uses the
`PipelineId` and the `WebViewId` of the initial `Pipeline` to initialize
itself. Instead a `ScriptEventLoopId` is used to uniquely identify every
`ScriptThread` in both the `ScriptThread` and the `Constellation`.
The remaining use was for crash reporting. Now when a crash happens, it
launches the sad tab in all `WebView`s that depeneded on that
`ScriptThread`.
This is a change which should allow simplifying the way that
`EventLoop`s/`ScriptThread`s are started in the `Constellation`, which
will be handled in a followup.
Testing: This shouldn't change behavior except in the case where a
`ScriptThread` is used in more than a single `WebView`, which should
work
properly now. I tested this change manually by running servoshell in
multiprocess mode while causing a panic to happen due to a null pointer
dereference. The sad tab appeared after this change, so things seem to
work
properly still. Testing crashes is tricky with the way we test servo
now.
Signed-off-by: Martin Robinson <mrobinson@igalia.com >
2025-11-27 13:34:57 +00:00
..
2025-11-20 06:20:47 +00:00
2025-11-24 22:41:45 +00:00
2025-11-20 06:20:47 +00:00
2025-11-24 22:41:45 +00:00
2025-11-20 06:20:47 +00:00
2025-11-24 22:41:45 +00:00
2025-11-20 01:31:33 +00:00
2025-10-02 04:17:36 +00:00
2025-11-27 07:45:59 +00:00
2025-11-23 06:44:13 +00:00
2025-11-25 07:11:15 +00:00
2025-11-26 21:37:55 +00:00
2025-11-24 11:48:06 +00:00
2025-11-22 08:59:07 +00:00
2025-11-23 07:18:45 +00:00
2025-11-22 17:20:10 +00:00
2025-11-10 11:41:59 +00:00
2025-11-24 22:41:45 +00:00
2025-11-24 22:41:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-20 06:20:47 +00:00
2025-11-27 13:34:57 +00:00
2025-09-13 18:34:14 +00:00
2025-11-20 06:20:47 +00:00
2025-08-19 11:07:53 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-15 17:59:57 +00:00
2025-11-24 22:41:45 +00:00
2025-11-09 22:05:12 +00:00
2025-09-27 19:23:05 +00:00
2025-11-26 06:44:57 +00:00
2025-11-13 14:53:57 +00:00
2025-11-04 18:29:06 +00:00
2025-10-05 15:12:16 +00:00
2025-11-04 20:43:59 +00:00
2025-11-04 18:29:06 +00:00
2025-11-24 13:49:51 +00:00
2025-11-04 18:29:06 +00:00
2025-11-25 02:04:14 +00:00
2025-11-08 14:27:35 +00:00
2025-11-20 06:20:47 +00:00
2025-11-08 14:27:35 +00:00
2025-11-04 18:29:06 +00:00
2025-11-20 06:20:47 +00:00
2025-11-15 09:19:11 +00:00
2025-11-20 06:20:47 +00:00
2025-11-01 05:32:45 +00:00
2025-10-09 18:18:03 +00:00
2025-10-23 14:02:28 +00:00
2025-10-05 15:12:16 +00:00
2025-10-05 15:12:16 +00:00
2025-10-26 03:15:20 +00:00
2025-08-12 04:53:53 +00:00
2025-11-06 19:43:52 +00:00
2025-11-25 02:04:14 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-11-20 06:20:47 +00:00
2025-11-04 18:29:06 +00:00
2025-11-17 15:53:43 +00:00
2025-11-17 15:53:43 +00:00
2025-11-23 07:45:24 +00:00
2025-11-13 14:53:57 +00:00
2025-11-20 06:20:47 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-10-06 17:23:03 +00:00
2025-11-01 05:32:45 +00:00
2025-09-09 08:33:46 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-10-26 01:34:06 +00:00
2025-11-01 05:32:45 +00:00
2025-11-20 19:21:27 +00:00
2025-11-20 01:31:33 +00:00
2025-11-01 05:32:45 +00:00
2025-10-26 11:36:36 +00:00
2025-11-11 22:30:40 +00:00
2025-11-16 04:53:54 +00:00
2025-11-01 05:32:45 +00:00
2025-10-02 07:51:19 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-09 22:05:12 +00:00
2025-11-20 06:20:47 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-27 13:34:57 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-08-19 11:07:53 +00:00
2025-11-20 06:20:47 +00:00
2025-11-08 23:04:03 +00:00
2025-11-03 15:19:34 +00:00
2025-11-01 05:32:45 +00:00
2025-11-20 06:20:47 +00:00
2025-11-23 06:54:46 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-24 13:49:51 +00:00
2025-11-04 18:29:06 +00:00
2025-11-13 19:14:30 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-21 18:12:00 +00:00
2025-11-20 05:25:53 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-11 22:30:40 +00:00
2025-11-01 05:32:45 +00:00
2025-11-20 06:20:47 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-08-09 18:01:00 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-08-04 16:27:00 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-26 21:37:55 +00:00
2025-11-01 05:32:45 +00:00
2025-11-08 14:27:35 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-09-09 08:33:46 +00:00
2025-11-13 14:53:57 +00:00
2025-11-20 19:34:02 +00:00
2025-08-31 01:00:09 +00:00
2025-08-19 11:07:53 +00:00
2025-11-27 08:29:43 +00:00
2025-11-24 18:01:11 +00:00
2025-11-06 11:06:03 +00:00
2025-11-24 18:01:11 +00:00
2025-11-24 18:01:11 +00:00
2025-11-11 22:30:40 +00:00
2025-10-23 14:02:28 +00:00
2025-11-01 05:32:45 +00:00
2025-11-03 15:19:34 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-09-26 22:12:37 +00:00
2025-11-20 06:20:47 +00:00
2025-11-20 06:20:47 +00:00
2025-11-18 07:02:13 +00:00
2025-11-20 06:20:47 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-08-31 01:00:09 +00:00
2025-11-23 07:18:45 +00:00
2025-11-07 01:08:00 +00:00
2025-11-11 11:03:41 +00:00
2025-11-04 18:29:06 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-07 01:08:00 +00:00
2025-11-02 18:20:18 +00:00
2025-09-15 08:50:16 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-10-15 07:42:11 +00:00
2025-10-15 07:42:11 +00:00
2025-10-15 07:42:11 +00:00
2025-11-26 21:37:55 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-10-09 18:18:03 +00:00
2025-05-24 11:12:11 +00:00
2025-08-31 01:00:09 +00:00
2025-10-26 03:29:51 +00:00
2025-11-13 14:53:57 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 10:01:15 +00:00
2025-11-23 06:54:46 +00:00
2025-11-07 01:08:00 +00:00
2025-11-07 01:08:00 +00:00
2025-11-20 06:20:47 +00:00
2025-11-01 05:32:45 +00:00
2025-11-23 07:45:24 +00:00
2025-11-24 22:41:45 +00:00
2025-11-20 06:20:47 +00:00
2025-11-10 11:41:59 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-10-05 15:12:16 +00:00
2025-11-01 05:32:45 +00:00
2025-11-20 06:20:47 +00:00
2025-11-12 10:05:46 +00:00
2025-10-25 23:25:01 +00:00
2025-11-20 06:20:47 +00:00
2025-11-06 12:24:07 +00:00