summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #2071: handle parse completion creating style or script nodes.John-Mark Bell2014-02-101-8/+28
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+4
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-16/+18
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-6/+6
* Use corestrings in box construction.Michael Drake2014-01-241-6/+0
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-051-27/+39
|\
| * Add infrastructure for calling front ends to set file gadget filenames via cl...Rob Kendrick2014-01-051-29/+41
* | Support image inputsDaniel Silverstone2014-01-051-1/+1
* | Speculatively start image fetches as we parse the document.John-Mark Bell2014-01-051-0/+35
* | Remove logging now that file upload *seems* to workDaniel Silverstone2014-01-041-4/+0
|/
* Add a bunch of logging to try and help track down the issue with rawfile hand...Daniel Silverstone2014-01-041-0/+4
* Ensure that file inputs update the dom node and annotate with the unencoded f...Daniel Silverstone2014-01-041-3/+52
* Fix leak of html encoding.Michael Drake2013-10-231-0/+7
* use correct acessors for unsigned typeVincent Sanders2013-05-281-2/+2
* move options includeVincent Sanders2013-05-281-1/+1