From d934782d8b7e96fcb8d0891afb52dede6dd26a00 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Wed, 30 Oct 2013 23:18:04 +0000 Subject: [PATCH] [giow] (3) The bulk of this is editorial: refactoring how scripts are defined so that all the common stuff is in a shared 'settings object' rather than being duplicated per script. But this also cleans up how postMessage() interacts with the event loop and a few other things I've since forgotten. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22863 Affected topics: DOM APIs, HTML, HTML Syntax and Parsing, Rendering, Security, Workers git-svn-id: http://svn.whatwg.org/webapps@8247 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- complete.html | 867 ++++++++++++++++++++++++++++++------------------ index | 867 ++++++++++++++++++++++++++++++------------------ source | 890 +++++++++++++++++++++++++++++++------------------- 3 files changed, 1651 insertions(+), 973 deletions(-) diff --git a/complete.html b/complete.html index b0bd39cc059..fd082f1c973 100644 --- a/complete.html +++ b/complete.html @@ -298,7 +298,7 @@