summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Collapse)AuthorAgeFilesLines
* add document.body, head and documentElement gettersVincent Sanders2012-11-071-40/+2
| | | | add a dom utility file and use it
* More useful error type for libdom hubbub binding errors.Michael Drake2012-11-071-0/+1
|
* Improve error handling in html contentVincent Sanders2012-10-171-54/+104
|
* Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.Michael Drake2012-10-121-106/+2
|
* Fix document leak in encoding change handlerDaniel Silverstone2012-10-111-0/+3
|
* Use nsurl_join instead of url_join. Forms still need to be moved over to nsurl.Michael Drake2012-10-111-9/+17
|
* Need to talloc_free things that are created with talloc.Michael Drake2012-10-031-7/+7
|
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-36/+62
|
* quick and dirty fix to deal with replaced object trying to get a script contextVincent Sanders2012-10-011-0/+4
|
* Fix to define variable at start of block, for GCC 2.95.2.Michael Drake2012-09-291-8/+1
|
* Improve object status message handling.Michael Drake2012-08-221-1/+5
|
* Confine box_at_point to the document it's given. Callers are now ↵Michael Drake2012-08-211-13/+18
| | | | responsible for calling whatever functionality for object boxes. Remove last bw dereference from render directory. Remove a couple of unused functions.
* Allow the presence of form inputs to be obtained without knowledge of html ↵Michael Drake2012-08-201-0/+17
| | | | content internals.
* Implement debug dump content call for HTML.Michael Drake2012-08-201-0/+18
|
* Don't pass struct box to content open.Michael Drake2012-08-201-3/+0
|
* Remove unused member of html_content struct.Michael Drake2012-08-201-2/+0
|
* Let *_drop_file_at_point determine if a drop is possible.Michael Drake2012-08-201-3/+8
|
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save ↵Michael Drake2012-08-191-0/+12
| | | | msg with NULL content now means save the content which sends the message.
* Group content messages that are passed on.Michael Drake2012-08-181-15/+4
|
* Add paste request content message.Michael Drake2012-08-181-0/+5
|
* 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
|