summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update copyright years for releaseVincent Sanders2019-07-177-11/+11
* cleanup some javascript documentation commentsVincent Sanders2019-07-122-33/+69
* when owning context is destroyed ensure that active js compartment is destroy...Vincent Sanders2019-07-121-24/+56
* cleanup browser window message handlingVincent Sanders2019-07-101-143/+148
* make content close check the content status itselfVincent Sanders2019-07-108-53/+89
* ensure monkey farmer copes with recv returnint EAGAINVincent Sanders2019-07-061-11/+18
* make monkey driver and farmer python files pylint and pep8 cleanVincent Sanders2019-07-042-142/+260
* fix monkey testing setting of options to add necessary prefixVincent Sanders2019-07-022-4/+4
* add isFinite to global contextVincent Sanders2019-07-011-0/+1
* css/utils.c: Fix vw/vh handling in len2ptDaniel Silverstone2019-06-301-2/+2
* Declare global variables as extern in headersMichael Forney2019-06-3023-24/+24
* HTML: Viewport width/height in length context are fixed point.Michael Drake2019-06-291-2/+2
* fix freetype pkg-config usage in atari frontendVincent Sanders2019-06-291-2/+23
* attempt to make monkeyfarmer process exit detection more reliableVincent Sanders2019-06-271-5/+5
* fix atari STRIP makefile target to not have a spurious close bracketVincent Sanders2019-06-251-1/+1
* stop the atari toolchain from matching the cstrip binary for the strip oneVincent Sanders2019-06-251-1/+1
* revert 8265b8b66f7072a659dbc0f3e50fe23d6d6a68a1 as ssize_t is not available e...Vincent Sanders2019-06-251-1/+1
* Duktape: Probably should use ssize_tDaniel Silverstone2019-06-151-1/+1
* Duktape: Hopefully silence issue with %lldDaniel Silverstone2019-06-152-1/+4
* monkey_driver.py: Allow for no wrapper to be passedDaniel Silverstone2019-06-151-1/+1
* llcache: Abort cleanly if called back during shutdownDaniel Silverstone2019-06-151-0/+7
* hlcache.c: Clean up LOADING contents during finaliseDaniel Silverstone2019-06-151-4/+26
* Sleepy JS test, handy to alt+f4 during load to check shutdownDaniel Silverstone2019-06-151-0/+13
* Monkey: Support a -w argument to the monkey_driver.pyDaniel Silverstone2019-06-152-8/+25
* prevent out of bounds access when checking IDNA host labelVincent Sanders2019-06-131-1/+1
* allow repeat loops to specify values and navigation to use themVincent Sanders2019-06-121-10/+34
* make the timer-start and timer-restart action name the timer in the same wayVincent Sanders2019-06-122-17/+19
* LLCache: validate max-age before useJohn-Mark Bell2019-06-101-1/+3
* HTTP: expose validity of max-age in Cache-ControlJohn-Mark Bell2019-06-102-0/+18
* LLCache: use Cache-Control parserJohn-Mark Bell2019-06-101-48/+18
* HTTP: add minimal parser for Cache-ControlJohn-Mark Bell2019-06-105-1/+416
* use jmb suggested fix to cache-control header parse errorVincent Sanders2019-06-101-7/+6
* fix parsing of invalid syntax max-age value Cache-control headerVincent Sanders2019-06-101-2/+8
* Check callback memory is allocated before trying to use it.Chris Young2019-06-091-1/+2
* Fix memory leak in Amiga frontendChris Young2019-06-091-1/+4
* NULL drawhandle after freeChris Young2019-06-091-0/+1
* Window.bnd: Suppress some unnecessary stack frame dumpsDaniel Silverstone2019-06-091-3/+3
* browser.c: Don't require > 0 chars in loggingDaniel Silverstone2019-06-091-1/+4
* Window.bnd: Expose isNanDaniel Silverstone2019-06-091-0/+1
* Window.bnd: Do not remove in-train callbacksDaniel Silverstone2019-06-091-8/+17
* Update schedulers return codesVincent Sanders2019-06-083-21/+48
* allow monkey tests to stop navigationVincent Sanders2019-06-062-0/+12
* add ability to stop a navigation in monkey frontendVincent Sanders2019-06-062-1/+31
* detect monkey exit rather than waiting forever for a defunct processVincent Sanders2019-06-061-0/+14
* improve stdout print formattingVincent Sanders2019-06-061-3/+3
* html.c: Correct ordering for reformat timeDaniel Silverstone2019-06-051-1/+1
* extend the monkey test tooling to cope with ssl certificate windowsVincent Sanders2019-06-054-2/+173
* content/fetchers/curl.c: Defer fetch start if inside cURLDaniel Silverstone2019-06-051-0/+16
* monkey-see-monkey-do: Also restore stdout/stderr when successDaniel Silverstone2019-06-041-0/+3
* Document.bnd: createDocumentFragment() unref fragmentDaniel Silverstone2019-06-011-0/+2