summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_script.c
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary filename prefixes in the html content handlerVincent Sanders2020-04-301-666/+0
* JS: Move ownership of jsthread from browser to htmlcDaniel Silverstone2020-03-221-7/+0
* JS: Split concept of JS context into heap and threadDaniel Silverstone2020-03-211-12/+12
* HTML Script: Check for success on intern of mimetype.Michael Drake2020-02-231-1/+5
* HTML: Don't transition the content state machine if we do nothingDaniel Silverstone2020-02-211-1/+7
* HTML: Complete content state machine after async scriptDaniel Silverstone2020-02-211-2/+2
* html_script: Count sync scripts to prevent unpausing earlyDaniel Silverstone2019-12-191-2/+11
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-011-0/+25
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-30/+0
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-051-3/+3
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-051-9/+3
* Add content handlers for queriesDaniel Silverstone2019-08-041-0/+30
* html_script.c: html_script_exec() reqacquire script ptrDaniel Silverstone2019-06-011-0/+5
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-6/+6
* change back to unsigned long to avoid warning on gnueabihf platformsVincent Sanders2019-05-041-1/+1
* JS: Attribute external JS to the URI it came from in backtracesDaniel Silverstone2019-05-041-5/+8
* Clean up async/defer JS contents during parent finalisationDaniel Silverstone2019-05-041-10/+15
* Support script insertion after conversion has begunDaniel Silverstone2019-05-041-8/+25
* clean up html content handler header useVincent Sanders2018-05-111-0/+1
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+604