mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
633c2172a9
Fix: #17226 #17200 #17201 This is work in progress. Some tests still fail. I'd like to get early feedback as it's a pretty large PR. There is nothing fundamentally new. Basically, I added TopLevelBrowsingContrextId to the relevant messages between the embedder, the compositor and the constellation, and enforced the PipelineId to be attached to each ScriptMsg (see #17201). I unaliased all the ScriptMsg. It was getting difficult to understand the nature of the message as ScriptMsg was used aliased CompositorMsg sometimes (CompositorMsg is an actually type of message already). I renamed constellation_chan to script_to_constellation_chan, again, for clarification. This cleanup code is necessary for #15934 and for tabs support. /cc @asajeffrey can I ask you to look at this? No need for a formal review, I need feedback at this stage. Source-Repo: https://github.com/servo/servo Source-Revision: 74558990b258cb55f230ebe8ec3fc557fd286f94 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : e254fc37d5b07b98c035873e2269f89acb3fafa0 |
||
---|---|---|
.. | ||
.cargo | ||
interfaces | ||
browser_host.rs | ||
browser.rs | ||
Cargo.toml | ||
command_line.rs | ||
cookie.rs | ||
core.rs | ||
drag_data.rs | ||
eutil.rs | ||
frame.rs | ||
lib.rs | ||
macros.rs | ||
print_settings.rs | ||
process_message.rs | ||
README.md | ||
regen_interface_mod_rs.sh | ||
render_handler.rs | ||
request_context.rs | ||
request.rs | ||
response.rs | ||
stream.rs | ||
string_list.rs | ||
string_map.rs | ||
string_multimap.rs | ||
string.rs | ||
stubs.rs | ||
switches.rs | ||
task.rs | ||
types.rs | ||
urlrequest.rs | ||
v8.rs | ||
values.rs | ||
window.rs | ||
wrappers.rs | ||
xml_reader.rs | ||
zip_reader.rs |
How to test:
- Build Servo's embedding crate (
./mach build-cef [--release]
) - Build ECEF (https://github.com/zmike/ecef)
- See ECEF README
- Enjoy CEF-powered crashes
Notes:
- The contents of
interfaces/
are entirely autogenerated. To regenerate, see https://github.com/zmike/cef-rebase/blob/master/README.md for full instructions