aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
AgeCommit message (Expand)Author
2014-12-20Fix: Abort redirections and META-refresh for URLs marke "local".Jorge Arellano Cid
2014-04-02comment detailcorvid
2014-04-02fix crash and use proper requester URL for CSS imagesJohannes Hofmann
2014-04-01resolve CSS background-image URLs relative to styleheet URLJohannes Hofmann
2014-03-16Separate 'Accept:' value for stylesheetscorvid
2014-02-25extend http-equiv parsing to handle redirects without url=Johannes Hofmann
2014-02-15make embed/source/object work with display:nonecorvid
2014-02-15TODOcorvid
2014-02-15input image shouldn't recognize hspace,vspace,border attrscorvid
2014-02-15rudimentary support for html5 video,audio,source,embedcorvid
2014-02-02trim some spacescorvid
2013-11-29Use img_rndr instead of img_rnd to avoid associating "rnd" suffex with random.Jorge Arellano Cid
2013-10-14Merge with main repo.Sebastian Geerken
2013-10-07View(port) background now set by HTML parser.Sebastian Geerken
2013-09-20Refactoring: some useful shortcuts in DilloHtml.Sebastian Geerken
2013-09-11Fix a corner case with attribute parsing and null-bytes in HTML contentJorge Arellano Cid
2013-09-10html5, complain about assorted obsolete attributescorvid
2013-09-10Some refactoring: the image decoding code now only accesses dw::core::ImgRend...Sebastian Geerken
2013-09-07the WBR element itselfcorvid
2013-09-07Textblock::addBreakOption() forceBreak argument to support WBR elementSebastian Geerken
2013-09-06html5, complain about obsolete elementscorvid
2013-09-06fix bug_msgcorvid
2013-09-06doctype more detailed bug msgscorvid
2013-09-05html5 MARK elementcorvid
2013-09-05INS elementcorvid
2013-09-05don't require STYLE type attribute for html5corvid
2013-09-05don't warn about html5 in bug msgscorvid
2013-09-05html5, id/name values are less restrictedcorvid
2013-09-05html5, don't restrict A to inline ('phrasing') content.corvid
2013-09-05some html5 structural elementscorvid
2013-08-26Fix handling of the HEAD elementJorge Arellano Cid
2013-08-26Fix handling of the BODY elementJorge Arellano Cid
2013-08-25Fix handling of the HTML elementJorge Arellano Cid
2013-08-24Fix some problems with TITLE element handlingJorge Arellano Cid
2013-08-07Make the parser handle TEXTAREA contents in verbatim modeJorge Arellano Cid
2013-08-07Add nested inputs cleanup and handling.Jorge Arellano Cid
2013-07-25Fix a bug in the DOCTYPE parser that could go out of bounds on corner casesJorge Arellano Cid
2013-07-25Fix a bug with injected HTML that could lead to reads out of bounds.Jorge Arellano Cid
2013-04-20implement OPTGROUP in src/corvid
2013-01-07remove weird comment linesJohannes Hofmann
2012-12-30rm prehistoric 'subtag' wordingcorvid
2012-12-15finish option as soon as we see the close tagcorvid
2012-12-03iframe content functioncorvid
2012-11-27Merge.Sebastian Geerken
2012-11-26rm unused arg to TagCloseFunctcorvid
2012-11-25anothercorvid
2012-11-14Cleaned up preferences.Sebastian Geerken
2012-11-13Merge.Sebastian Geerken
2012-11-10rm MSG blank linescorvid
2012-11-08Making hyphen penalties configurable.Sebastian Geerken