From 8601edd71e74ba522e32658309cb2e7acca8aeeb Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 27 Sep 2016 06:45:19 +0100 Subject: Disable content-script loader (temporary). Scripts loaded via the content-script loader previously were loaded synchronously. In recent versions of Chrome, they now seem to be loaded asynchrnously, which causes errors. This is a temporary commit to keep master healthy until I (or somebody) figures out properly what is going on. It is expected to be reverted in due course. --- pages/blank.html | 24 +++++++++++++++++++++++- pages/completion_engines.html | 25 +++++++++++++++++++++++-- pages/help_dialog.html | 24 +++++++++++++++++++++++- pages/logging.html | 24 +++++++++++++++++++++++- pages/options.html | 24 +++++++++++++++++++++++- 5 files changed, 115 insertions(+), 6 deletions(-) diff --git a/pages/blank.html b/pages/blank.html index 496c1868..97aaef81 100644 --- a/pages/blank.html +++ b/pages/blank.html @@ -1,7 +1,29 @@