summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add content message for setting mouse pointer.Michael Drake2012-08-171-0/+5
|
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-161-0/+5
|
* Add message for content wanting wanting drag save to start.Michael Drake2012-08-161-0/+5
|
* html__redraw_a_box takes html_content instead of struct content.Michael Drake2012-08-161-3/+3
|
* Let contents broadcast explicit status messages as well as announce that ↵Michael Drake2012-08-151-7/+20
| | | | their internal status has been updated.
* Simplify content status text setting.Michael Drake2012-08-151-2/+1
|
* Let HTML content handle object content srcoll request messages.Michael Drake2012-08-131-0/+9
|
* Reflect change to hubbub parser binding API.John-Mark Bell2012-08-051-11/+8
|
* Libdom now returns the document object at creation timeVincent Sanders2012-08-051-13/+11
|
* add post parse script executionVincent Sanders2012-07-311-0/+3
|
* fix parse completion - working syncronous scriptsVincent Sanders2012-07-301-19/+42
|
* extend html data processing to deal with paused parseVincent Sanders2012-07-301-30/+52
|
* extend script enumeration to include asyncronous and deferred scriptsVincent Sanders2012-07-301-15/+1
|
* Use interns for string comparisons.Michael Drake2012-07-261-9/+11
|
* Interned string cleanup, phase 6 (final): Move html.c to corestring.Michael Drake2012-07-221-182/+44
|
* 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
|
* 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
|
* Avoid strcasecmp in form control creation node name handler.Michael Drake2012-07-211-0/+9
|
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-151-6/+8
|
* fix stylesheet renderVincent Sanders2012-07-141-1/+1
|
* Squash warningsJohn-Mark Bell2012-07-151-1/+2
|
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-141-1/+1
|\ | | | | | | | | | | | | | | | | | | 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-141-1/+1
| |
* | fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-141-3/+10
| |
* | remove parser binding layerVincent Sanders2012-07-131-99/+96
| |
* | split out script handling from htmlVincent Sanders2012-07-131-305/+4
|/
* 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-061-615/+609
|
* fix mimetype handling of script elementsVincent Sanders2012-06-281-15/+70
| | | | 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-191-220/+545
| | | | | | | 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-101-0/+42
| | | | 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 processing of tags in HEAD. Fixes title, favicons, etc.Michael Drake2012-04-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13873
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-251-3/+45
| | | | svn path=/trunk/netsurf/; revision=13692
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=13653
* 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
* 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-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13632
* Fix up meta refresh parserJohn Mark Bell2012-03-241-151/+226
| | | | svn path=/trunk/netsurf/; revision=13631
* Fix up html_process_style_elementJohn Mark Bell2012-03-241-36/+68
| | | | svn path=/trunk/netsurf/; revision=13626
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODEJohn Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13624
* Fix up html_find_stylesheetsJohn Mark Bell2012-03-241-46/+117
| | | | svn path=/trunk/netsurf/; revision=13623