mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
3332230cef
The IPCs to request a page's text, layout tree, etc. are currently all synchronous. This can result in a deadlock when WebContent also makes a synchronous IPC call, as both ends will be waiting on each other. This replaces the page info IPCs with a single, asynchronous IPC. This new IPC is promise-based, much like our screenshot IPC. |
||
---|---|---|
.. | ||
abench.cpp | ||
animation.cpp | ||
gzip.cpp | ||
headless-browser.cpp | ||
icc.cpp | ||
image.cpp | ||
js.cpp | ||
lzcat.cpp | ||
tar.cpp | ||
wasm.cpp | ||
xml.cpp | ||
xzcat.cpp |