summaryrefslogtreecommitdiff
path: root/content/handlers/html/html.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-04-28 23:30:20 +0100
committerVincent Sanders <vince@kyllikki.org>2020-04-28 23:30:20 +0100
commitc0ef8ce645d6077831877b5a8499b89c18df7bf9 (patch)
tree28cb9813cdfaac57218ebf24264c124af92e6584 /content/handlers/html/html.c
parentf6883d6761975c6512455f0c854b683240c7cd48 (diff)
downloadnetsurf-c0ef8ce645d6077831877b5a8499b89c18df7bf9.tar.gz
netsurf-c0ef8ce645d6077831877b5a8499b89c18df7bf9.tar.bz2
clean up html box, no functionality change just cosmetic
split up the html box headers tidy up the documentation comments avoid forward declarations in normalisation implementation
Diffstat (limited to 'content/handlers/html/html.c')
-rw-r--r--content/handlers/html/html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c
index e445457ca..9b4785839 100644
--- a/content/handlers/html/html.c
+++ b/content/handlers/html/html.c
@@ -60,6 +60,7 @@
#include "html/html_internal.h"
#include "html/interaction.h"
#include "html/box.h"
+#include "html/box_construct.h"
#include "html/form_internal.h"
#include "html/imagemap.h"
#include "html/layout.h"
@@ -212,7 +213,7 @@ static void html_box_convert_done(html_content *c, bool success)
dom_exception exc; /* returned by libdom functions */
dom_node *html;
- NSLOG(netsurf, INFO, "Done XML to box (%p)", c);
+ NSLOG(netsurf, INFO, "DOM to box conversion complete (content %p)", c);
c->box_conversion_context = NULL;