summaryrefslogtreecommitdiff
path: root/render/html_script.c
Commit message (Expand)AuthorAgeFilesLines
* Update content to split public and internal APIVincent Sanders2016-06-061-0/+2
* Add comment on on-demand JS context creation safetyMichael Drake2016-01-211-0/+3
* Don't call up if the parent's jscontext has gone NULL in the meantimeDaniel Silverstone2015-10-311-1/+1
* ensure completion of async js scripts completes the fetchVincent Sanders2015-10-021-0/+7
* Change LOG() macro to be varadicVincent Sanders2015-05-281-28/+19
* Add invalidate API to html content script handling and use it.Vincent Sanders2015-03-091-11/+17
* Remove asserts for default cases from all content message handlers; this is l...Rob Kendrick2014-01-051-27/+3
* fixup script message handlingVincent Sanders2013-05-311-6/+8
* Fix bug where html conversion began before STYLE element fetch had been launc...Michael Drake2013-03-181-2/+2
* search for teh correct script type in the defer callback.Vincent Sanders2013-01-021-1/+1
* 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