summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix ref counting issue in meta tag finder.Michael Drake2012-07-221-0/+5
|
* Fix ref counting issue in HEAD handler. Fix logic error too.Michael Drake2012-07-221-6/+10
|
* Interned string cleanup, phase 5: Move imagemap.c to corestring.Michael Drake2012-07-221-20/+20
|
* Interned string cleanup, phase 4: Move html_script.c to corestring.Michael Drake2012-07-221-7/+12
|
* Interned string cleanup, phase 3: Move html_forms.c to corestring.Michael Drake2012-07-222-9/+7
|
* Fix reference handling when computing next node.John-Mark Bell2012-07-221-1/+3
|
* Fix ref leak in error caseJohn-Mark Bell2012-07-221-0/+2
|
* Unref the <html> node where appropriate, so we don't have it left behindDaniel Silverstone2012-07-211-2/+19
|
* Add textarea support back in.Michael Drake2012-07-211-0/+50
|
* Avoid strcasecmp in form control creation node name handler.Michael Drake2012-07-213-14/+24
|
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-152-13/+17
|
* fix stylesheet renderVincent Sanders2012-07-141-1/+1
|
* Do not render noscript when script is enabled.John-Mark Bell2012-07-151-0/+16
|
* Squash warningsJohn-Mark Bell2012-07-152-2/+3
|
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-144-25/+469
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile.sources render/box_construct.c render/html.c render/html_internal.h Merge Daniel Silverstones forms branch
| * Rework form acessors to deal with binding changesVincent Sanders2012-07-145-464/+482
| |
| * Early <input> elements working, but we need more caseless comparisonsDaniel Silverstone2012-07-082-4/+145
| |
| * BINDING: Support <button> and added the infra for form controls a litle moreDaniel Silverstone2012-07-071-8/+152
| |
| * Binding: Construct forms objects for a documentDaniel Silverstone2012-07-071-7/+166
| |
* | fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-145-19/+20
| |
* | remove parser binding layerVincent Sanders2012-07-138-1623/+134
| |
* | split out script handling from htmlVincent Sanders2012-07-133-305/+355
|/
* do not try and write to document if the parser is finishedVincent Sanders2012-07-071-1/+4
|
* Improve logging and inline script handlingVincent Sanders2012-07-071-15/+19
|
* alter usage of libdom hubbub bindingVincent Sanders2012-07-063-618/+613
|
* fix mimetype handling of script elementsVincent Sanders2012-06-282-16/+71
| | | | svn path=/trunk/netsurf/; revision=13993
* add content handler for javascriptVincent Sanders2012-06-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=13971
* simplify stylesheet find context and remove junk variablesVincent Sanders2012-06-191-13/+17
| | | | svn path=/trunk/netsurf/; revision=13969
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-193-223/+572
| | | | | | | fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968
* remove unecessary empty response workround for old libxml domVincent Sanders2012-06-171-47/+4
| | | | svn path=/trunk/netsurf/; revision=13967
* improve javascript supportVincent Sanders2012-06-102-0/+46
| | | | svn path=/trunk/netsurf/; revision=13962
* Port to libdom changed HTML content's base_target from talloc_strdup to ↵Michael Drake2012-04-171-1/+1
| | | | | | strdup, so use free instead of talloc_free in html_destroy. svn path=/trunk/netsurf/; revision=13877
* Fix meta refresh.Michael Drake2012-04-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=13876
* Fix frameset processing.Michael Drake2012-04-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=13875
* Fix processing of tags in HEAD. Fixes title, favicons, etc.Michael Drake2012-04-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13873
* Bring comment into line with use of libdom instead of libxml.Michael Drake2012-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=13718
* Don't need libxml.h in render/box.h now.Michael Drake2012-03-261-1/+0
| | | | svn path=/trunk/netsurf/; revision=13717
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-254-212/+301
| | | | svn path=/trunk/netsurf/; revision=13692
* Use correct identity of okJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13684
* Handle encoding change requestsJohn Mark Bell2012-03-251-2/+3
| | | | svn path=/trunk/netsurf/; revision=13682
* Egregious hack so missing form controls don't cause box construction to abortJohn Mark Bell2012-03-251-1/+15
| | | | svn path=/trunk/netsurf/; revision=13680
* Fix logic inversionJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13679
* Forward decl of struct dom_node to shush thingsDaniel Silverstone2012-03-251-1/+3
| | | | svn path=/trunk/netsurf/; revision=13666
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-253-1/+101
| | | | svn path=/trunk/netsurf/; revision=13653
* Shut up missing text_redrawDaniel Silverstone2012-03-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=13650
* Clean up additional interned stringsJohn Mark Bell2012-03-251-0/+6
| | | | svn path=/trunk/netsurf/; revision=13649
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODE/John Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13641
* Squash aliasing warningsJohn Mark Bell2012-03-241-3/+4
| | | | svn path=/trunk/netsurf/; revision=13640
* Suppress strict aliasing moansJohn Mark Bell2012-03-241-3/+3
| | | | svn path=/trunk/netsurf/; revision=13636
* Squash warning -- this API appears to be unusedJohn Mark Bell2012-03-242-1/+2
| | | | svn path=/trunk/netsurf/; revision=13632