summaryrefslogtreecommitdiff
path: root/content/handlers/html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-04-30 21:59:21 +0100
committerVincent Sanders <vince@kyllikki.org>2020-04-30 21:59:21 +0100
commit6b6bbad2b7765378b5135a26b3d410d6b0079966 (patch)
tree7ef0447745ba7f4d3cadb176cb90b9a063555d57 /content/handlers/html
parente8d0ba15ad4a91b4644cac0095f40bb3246ec509 (diff)
downloadnetsurf-6b6bbad2b7765378b5135a26b3d410d6b0079966.tar.gz
netsurf-6b6bbad2b7765378b5135a26b3d410d6b0079966.tar.bz2
remove unecessary filename prefixes in the html content handler
Diffstat (limited to 'content/handlers/html')
-rw-r--r--content/handlers/html/Makefile20
-rw-r--r--content/handlers/html/css.c (renamed from content/handlers/html/html_css.c)0
-rw-r--r--content/handlers/html/css_fetcher.c (renamed from content/handlers/html/html_css_fetcher.c)0
-rw-r--r--content/handlers/html/forms.c (renamed from content/handlers/html/html_forms.c)0
-rw-r--r--content/handlers/html/object.c (renamed from content/handlers/html/html_object.c)0
-rw-r--r--content/handlers/html/redraw.c (renamed from content/handlers/html/html_redraw.c)0
-rw-r--r--content/handlers/html/redraw_border.c (renamed from content/handlers/html/html_redraw_border.c)0
-rw-r--r--content/handlers/html/script.c (renamed from content/handlers/html/html_script.c)0
8 files changed, 10 insertions, 10 deletions
diff --git a/content/handlers/html/Makefile b/content/handlers/html/Makefile
index 19766247d..bdc0513bb 100644
--- a/content/handlers/html/Makefile
+++ b/content/handlers/html/Makefile
@@ -6,18 +6,18 @@ S_HTML := box_construct.c \
box_normalise.c \
box_special.c \
box_textarea.c \
+ css.c \
+ css_fetcher.c \
font.c \
form.c \
+ forms.c \
+ html.c \
imagemap.c \
+ interaction.c \
layout.c \
+ object.c \
+ redraw.c \
+ redraw_border.c \
+ script.c \
search.c \
- table.c \
- html.c \
- html_css.c \
- html_css_fetcher.c \
- html_script.c \
- interaction.c \
- html_redraw.c \
- html_redraw_border.c \
- html_forms.c \
- html_object.c
+ table.c
diff --git a/content/handlers/html/html_css.c b/content/handlers/html/css.c
index 23d51f1be..23d51f1be 100644
--- a/content/handlers/html/html_css.c
+++ b/content/handlers/html/css.c
diff --git a/content/handlers/html/html_css_fetcher.c b/content/handlers/html/css_fetcher.c
index ae208797d..ae208797d 100644
--- a/content/handlers/html/html_css_fetcher.c
+++ b/content/handlers/html/css_fetcher.c
diff --git a/content/handlers/html/html_forms.c b/content/handlers/html/forms.c
index 896263dd0..896263dd0 100644
--- a/content/handlers/html/html_forms.c
+++ b/content/handlers/html/forms.c
diff --git a/content/handlers/html/html_object.c b/content/handlers/html/object.c
index 587c48756..587c48756 100644
--- a/content/handlers/html/html_object.c
+++ b/content/handlers/html/object.c
diff --git a/content/handlers/html/html_redraw.c b/content/handlers/html/redraw.c
index ee6fab275..ee6fab275 100644
--- a/content/handlers/html/html_redraw.c
+++ b/content/handlers/html/redraw.c
diff --git a/content/handlers/html/html_redraw_border.c b/content/handlers/html/redraw_border.c
index 0b3d858e6..0b3d858e6 100644
--- a/content/handlers/html/html_redraw_border.c
+++ b/content/handlers/html/redraw_border.c
diff --git a/content/handlers/html/html_script.c b/content/handlers/html/script.c
index 81bdccda9..81bdccda9 100644
--- a/content/handlers/html/html_script.c
+++ b/content/handlers/html/script.c