LibWeb: Factor out some class template methods into implementation files

Reduces the rebuild required for changes to the .cpp parts (or their
includes)
This commit is contained in:
Callum Law 2025-10-24 13:53:02 +13:00 committed by Sam Atkins
parent 2a68087dfc
commit 64f438857b
Notes: github-actions[bot] 2025-10-27 14:52:38 +00:00
8 changed files with 425 additions and 303 deletions

View file

@ -11,6 +11,7 @@
#include <LibWeb/HTML/OffscreenCanvasRenderingContext2D.h>
#include <LibWeb/HTML/Scripting/TemporaryExecutionContext.h>
#include <LibWeb/HTML/Window.h>
#include <LibWeb/HTML/WorkerGlobalScope.h>
#include <LibWeb/Platform/EventLoopPlugin.h>
#include <LibWeb/WebGL/WebGL2RenderingContext.h>
#include <LibWeb/WebGL/WebGLRenderingContext.h>