From e82226f3fb0cfcf7cb68f259a061c9b69549a7c0 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 30 May 2020 12:26:15 +0200 Subject: [PATCH] LibWeb: Handle two kinds of deferred script executions This patch adds two script lists to Document: - Scripts to execute when parsing has finished - Scripts to execute as soon as possible Since we don't actually load scripts asynchronously yet (we just do a synchronous load when parsing the