1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/Libraries/LibWeb
Andreas Kling f3e85e43c7 LibWeb: Handle WebContent process crashes gracefully :^)
The OOPWV will now detect WebContent process crashes/disconnections and
simply create a new WebContent process in its place. We also generate a
little error page with a link to the crashing URL so you can reload and
try again.

This a huge step forward for OOPWV since it now has a feature that IPWV
can never replicate. :^)
2021-01-30 18:27:39 +01:00
..
Bindings LibWeb: Add XHREventTarget and ProgressEvent constructors to Window 2021-01-23 22:29:21 +01:00
CodeGenerators LibWeb: Add simple implementation of Document.createElementNS 2021-01-28 22:18:46 +01:00
CSS LibWeb: Parse the CSS "flex-direction" property 2021-01-18 20:20:16 +01:00
DOM LibWeb: Flesh out prepare_script and execute_script 2021-01-29 08:49:50 +01:00
DumpLayoutTree Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HighResolutionTime LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
HTML ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
Layout LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox 2021-01-30 12:29:11 +01:00
Loader ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
NavigationTiming LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Page LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox 2021-01-30 12:29:11 +01:00
Painting Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Scripts Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVG Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
Tests Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UIEvents Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
XHR LibWeb: Add XHREventTarget and have XHR inherit from it 2021-01-23 22:29:21 +01:00
CMakeLists.txt LibWeb: Add XHREventTarget and have XHR inherit from it 2021-01-23 22:29:21 +01:00
DOMTreeModel.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DOMTreeModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Dump.cpp LibWeb: Parse "display: flex" and create BlockBox layout nodes for them 2021-01-18 20:20:00 +01:00
Dump.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FontCache.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FontCache.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Forward.h LibWeb: Add XHREventTarget and have XHR inherit from it 2021-01-23 22:29:21 +01:00
InProcessWebView.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
InProcessWebView.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LayoutTreeModel.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LayoutTreeModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Namespace.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Namespace.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Origin.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
OutOfProcessWebView.cpp LibWeb: Handle WebContent process crashes gracefully :^) 2021-01-30 18:27:39 +01:00
OutOfProcessWebView.h LibWeb: Handle WebContent process crashes gracefully :^) 2021-01-30 18:27:39 +01:00
QualifiedName.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StylePropertiesModel.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StylePropertiesModel.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
TreeNode.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
URLEncoder.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
URLEncoder.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WebContentClient.cpp LibWeb: Handle WebContent process crashes gracefully :^) 2021-01-30 18:27:39 +01:00
WebContentClient.h LibWeb: Handle WebContent process crashes gracefully :^) 2021-01-30 18:27:39 +01:00
WebViewHooks.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00