1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 23:55:06 +00:00
serenity/Userland/Services/WebContent
Linus Groh 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context()
It makes no sense to require passing a global object and doing a stack
space check in some cases where running out of stack is highly unlikely,
we can't recover from errors, and currently ignore the result anyway.

This is most commonly in constructors and when setting things up, rather
than regular function calls.
2022-03-18 01:12:12 +01:00
..
CMakeLists.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConnectionFromClient.cpp LibWeb: Rename Element::specified_css_values() => computed_css_values() 2022-03-15 19:48:19 +01:00
ConnectionFromClient.h Browser+LibWeb+WebContent: Show style for pseudo-elements :^) 2022-03-10 17:30:09 +01:00
ConsoleGlobalObject.cpp LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
ConsoleGlobalObject.h LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 2022-02-09 12:25:27 +00:00
Documentation.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
PageHost.cpp LibWeb: Move PaintingBox to its own .cpp and .h files 2022-03-11 00:21:49 +01:00
PageHost.h Browser: Show currently loading host and remaining resource count 2022-03-10 00:51:05 +01:00
WebContentClient.ipc Browser: Show currently loading host and remaining resource count 2022-03-10 00:51:05 +01:00
WebContentConsoleClient.cpp LibJS: Add infallible variant of VM::push_execution_context() 2022-03-18 01:12:12 +01:00
WebContentConsoleClient.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
WebContentServer.ipc Browser+LibWeb+WebContent: Show style for pseudo-elements :^) 2022-03-10 17:30:09 +01:00