From 042fcb82b83d19bf08afd3367235ac71a60b3850 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 7 Jun 2016 16:01:04 +0100 Subject: Move javascript content handler as appropriate for updated source format --- Docs/Doxyfile | 4 ++-- Docs/UnimplementedJavascript.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'Docs') diff --git a/Docs/Doxyfile b/Docs/Doxyfile index 24cc3da77..e2cb5639c 100644 --- a/Docs/Doxyfile +++ b/Docs/Doxyfile @@ -679,8 +679,8 @@ INPUT = frontends/amiga \ content/fetchers \ content/handlers/image \ content/handlers/css \ - javascript \ - javascript/jsapi \ + content/handlers/javascript \ + content/handlers/javascript/duktape \ utils \ utils/http \ Docs/UnimplementedJavascript.txt diff --git a/Docs/UnimplementedJavascript.txt b/Docs/UnimplementedJavascript.txt index cb506993c..2b3a7d95b 100644 --- a/Docs/UnimplementedJavascript.txt +++ b/Docs/UnimplementedJavascript.txt @@ -630,7 +630,6 @@ getter HTMLElement::onerror(user);\n setter HTMLElement::onerror(user);\n getter HTMLElement::spellcheck(boolean);\n setter HTMLElement::spellcheck(boolean);\n -getter HTMLElement::style(user);\n getter HTMLElement::tabIndex(long);\n setter HTMLElement::tabIndex(long);\n getter HTMLElement::translate(boolean);\n -- cgit v1.2.3