nserror html_object_free_objects(struct html_content *html)
release memory of content objects associated with a HTML content
nserror html_object_abort_objects(struct html_content *html)
abort any content objects that have not completed fetching.
nserror html_object_open_objects(struct html_content *html, struct browser_window *bw)
open content of content objects associated with a HTML content
nserror html_object_close_objects(struct html_content *html)
close content of content objects associated with a HTML content
bool html_fetch_object(struct html_content *c, struct nsurl *url, struct box *box, content_type permitted_types, bool background)
Start a fetch for an object required by a page.
Data specific to CONTENT_HTML.