netsurf/content/handlers/html
Daniel Silverstone 524965b867 Box Conversion: Cancel conversion during html_destroy
If dom_to_box is still in progress when we destroy an HTML
content, we need to cancel the conversion otherwise we will
end up with a scheduled callback into infinity.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2019-08-23 21:58:07 +01:00
..
box_construct.c Box Conversion: Cancel conversion during html_destroy 2019-08-23 21:58:07 +01:00
box_normalise.c move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
box_textarea.c fix url encoding to be compatible with nsurl API changes. 2018-09-26 17:21:48 +01:00
box_textarea.h clean up html content handler header use 2018-05-11 13:18:54 +01:00
box.c HTML: Box coordinates: Take fast route to float container. 2019-08-05 21:15:28 +01:00
box.h Box Conversion: Cancel conversion during html_destroy 2019-08-23 21:58:07 +01:00
font.c Plotters: Expose array of font family strings to front ends. 2018-05-23 14:02:53 +01:00
font.h move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
form_internal.h html: Mirror gadget values in and out of the DOM 2019-08-04 22:07:42 +01:00
form.c form: Fix situation where a gadget initialises with NULL value 2019-08-04 22:12:10 +01:00
html_css_fetcher.c move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
html_css.c Excise the llcache query pathway. 2019-08-05 20:56:07 +01:00
html_forms.c html: Mirror gadget values in and out of the DOM 2019-08-04 22:07:42 +01:00
html_interaction.c remove unnecessary browser_window_redraw_rect interface 2019-08-03 21:58:21 +01:00
html_internal.h Box Conversion: Cancel conversion during html_destroy 2019-08-23 21:58:07 +01:00
html_object.c HTML: Don't allow objects to redraw until we have a layout. 2019-08-06 09:42:37 +01:00
html_redraw_border.c Plotters: Change stroke width in the plot_style_t to fixed point. 2018-05-23 13:04:19 +01:00
html_redraw.c change browser_window_redraw to use unscaled coordinates 2019-08-04 11:25:35 +01:00
html_save.h clean up html content handler header use 2018-05-11 13:18:54 +01:00
html_script.c Excise the llcache query pathway. 2019-08-05 20:56:07 +01:00
html.c Box Conversion: Cancel conversion during html_destroy 2019-08-23 21:58:07 +01:00
html.h clean up html content handler header use 2018-05-11 13:18:54 +01:00
imagemap.c use memcpy instead of strcpy to make the dom string copy intention explicit 2019-03-04 17:32:41 +00:00
imagemap.h move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
layout.c Layout: Apply min/max width to replaced elements when width is given. 2019-07-30 21:55:29 +01:00
layout.h move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
Makefile move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
search.c move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
search.h move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
table.c move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
table.h move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00