summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Docs: Convert GTK doc to markdown.Michael Drake2019-08-011-164/+147
* Fix clamping in commit fa64763b0d8c6566eda5f6547e7f2f3e62b77613Vincent Sanders2019-08-011-1/+2
* html_interaction.c: Default node to <HTML> nodeDaniel Silverstone2019-08-011-1/+1
* GTK: prefer using curl's intrinsic defaults for CURLOPT_CA*Samuel Dionne-Riel2019-08-011-5/+1
* env.sh: Make it clear that this is not a shell scriptDaniel Silverstone2019-08-011-1/+3
* Docs: Remove mention of spidermonky.Michael Drake2019-08-011-5/+0
* gtk/fetch.c & monkey/filetype.c: ascii_is_space already checks for newline.brabo2019-08-012-9/+4
* gtk/fetch.c & monkey/filetype.c: small comment correction.brabo2019-08-012-2/+2
* browser_history.c: Clamp contents to be 1x1 at min.Daniel Silverstone2019-08-011-2/+10
* monkey/browser.c: Handle failed calloc more gracefullyDaniel Silverstone2019-08-011-0/+4
* Console.bnd: Support attempts to log when Window has goneDaniel Silverstone2019-08-011-1/+2
* treeview: Correct mis-freeing in treeview_create error pathDaniel Silverstone2019-08-011-1/+1
* Layout: Apply min/max width to replaced elements when width is given.Michael Drake2019-07-301-0/+5
* update haiku package source name for 3.10 versionVincent Sanders2019-07-171-1/+1
* Update version for next development cycleVincent Sanders2019-07-172-4/+4
* Merge branch 'heads/releasing/3.9'Vincent Sanders2019-07-170-0/+0
|\
| * Update version files for releaserelease/3.9Vincent Sanders2019-07-172-7/+2
|/
* 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