summaryrefslogtreecommitdiff
path: root/render/html_script.c
Commit message (Expand)AuthorAgeFilesLines
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-0/+1
* Let contents broadcast explicit status messages as well as announce that thei...Michael Drake2012-08-151-9/+0
* resume parse on sync script error as well as successVincent Sanders2012-07-311-0/+6
* add post parse script executionVincent Sanders2012-07-311-14/+5
* fix dom parser error return checkVincent Sanders2012-07-311-1/+1
* fix parse completion - working syncronous scriptsVincent Sanders2012-07-301-16/+20
* extend html data processing to deal with paused parseVincent Sanders2012-07-301-17/+20
* extend completion typesVincent Sanders2012-07-301-28/+238
* extend script enumeration to include asyncronous and deferred scriptsVincent Sanders2012-07-301-22/+45
* split up the script processingVincent Sanders2012-07-301-95/+124
* Interned string cleanup, phase 4: Move html_script.c to corestring.Michael Drake2012-07-221-7/+12
* remove parser binding layerVincent Sanders2012-07-131-1/+1
* split out script handling from htmlVincent Sanders2012-07-131-0/+339