1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 07:07:41 +00:00
serenity/Libraries/LibWeb/Loader
Andreas Kling 9170edf541 LibWeb: Protect ourselves during ResourceClient iteration
Notifying a Resource's clients may lead to arbitrary JS execution,
so we can't rely on the ResourceClient pointers remaining valid.
Use WeakPtr to avoid this problem.
2020-06-01 22:09:38 +02:00
..
LoadRequest.h LibWeb: Add a naive Resource cache 2020-06-01 21:58:29 +02:00
Resource.cpp LibWeb: Protect ourselves during ResourceClient iteration 2020-06-01 22:09:38 +02:00
Resource.h LibWeb: Protect ourselves during ResourceClient iteration 2020-06-01 22:09:38 +02:00
ResourceLoader.cpp LibWeb: Add a naive Resource cache 2020-06-01 21:58:29 +02:00
ResourceLoader.h LibWeb: Add a naive Resource cache 2020-06-01 21:58:29 +02:00