summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-0/+1
* Style: Fix ignoring of STYLE elements with non-screen media.Michael Drake2016-09-241-0/+3
* make html content line parsing use no locale dependant ascii processingVincent Sanders2016-09-121-7/+7
* Update content to split public and internal APIVincent Sanders2016-06-061-6/+5
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move layout header into public APIVincent Sanders2016-05-301-1/+1
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* remove all core usage of warn_user APIVincent Sanders2016-04-261-1/+2
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-2/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* implement tsla code review points in render monotonic time changeVincent Sanders2016-04-201-15/+16
* use monotonic clock call for html reflow timingVincent Sanders2016-04-201-6/+13
* HTML: Remove some status bar updating code.Michael Drake2016-02-101-11/+0
* Simplify special element handling in node inserted callback.Michael Drake2016-01-291-31/+31
* Ensure we do on-demand JS context creation only when JS is enabled.Michael Drake2016-01-211-13/+16
* Fix place where we're calling a js_* fn without checking for context.Michael Drake2016-01-211-1/+3
* Ensure constant javascript_enabled for HTML contents.Michael Drake2016-01-211-2/+3
* Add fire_dom_event, it's in a bad place but we can move it laterDaniel Silverstone2015-10-311-0/+34
* Shunt the handling of new elementsDaniel Silverstone2015-10-311-3/+4
* Initial work toward JS event supportDaniel Silverstone2015-10-311-0/+14
* It's not a hubbub errorDaniel Silverstone2015-08-121-1/+2
* Store the HTML content as userdata on the DOM's HTMLDocumentDaniel Silverstone2015-08-091-0/+53
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-1/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-20/+20
* Ensure result of ftell is checked for errorsVincent Sanders2015-04-261-0/+6
* Add invalidate API to html content script handling and use it.Vincent Sanders2015-03-091-11/+21
* clear the html content reference to javascript context.Vincent Sanders2015-03-061-0/+8
* cleanup Doxygen warningsVincent Sanders2014-11-121-23/+19
* Doxygen cleanupsVincent Sanders2014-11-121-2/+3
* Make most of the form API internal to the html renderer.Vincent Sanders2014-11-111-1/+1
* Fix reference to local variable outside scope (fixes coverity 1251161)Vincent Sanders2014-11-101-1/+1
* Improve content encoding information APIVincent Sanders2014-11-071-15/+7
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-1/+18
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-5/+6
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-17/+19
* remove unecessary browser.h include from core headersVincent Sanders2014-10-171-0/+1
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+1
* Redraws during layout are prohibited, and redundant.Michael Drake2014-09-271-0/+5
* fix DOM tree dump debugVincent Sanders2014-08-041-7/+33
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-131-2/+2
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
* Remove debug logging.Michael Drake2014-03-101-2/+0
* Ensure we get gadget from correct box.Michael Drake2014-03-101-1/+1
* Add some logging.Michael Drake2014-03-101-2/+4
* move scheduleing into browser operation tableVincent Sanders2014-03-091-1/+1
* Gadgets can exisit outside forms, so now they store their own ref to the cont...Michael Drake2014-02-171-3/+0