summaryrefslogtreecommitdiff
path: root/content/handlers/javascript
Commit message (Expand)AuthorAgeFilesLines
...
* Duktape: Make declaration match definition for memcmp and double_div.Michael Drake2019-08-021-3/+3
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2019-08-021-1/+1
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2019-08-021-2/+2
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2019-08-021-6/+6
* Duktape: Make declarations match definitions for inline functions.Michael Drake2019-08-021-4/+4
* Duktape: Prevent clang static analysis.Michael Drake2019-08-021-0/+3
* Duktape: Update to 2.4.0 release.Michael Drake2019-08-023-7413/+8430
* Document.bnd: Fix cookies getter and implement setterDaniel Silverstone2019-08-021-1/+33
* Dukky: Add and utilise a jserrors categoryDaniel Silverstone2019-08-021-4/+4
* Window: Provide a little more info on why not EXPOSE()ing some stuffDaniel Silverstone2019-08-021-9/+10
* Window: Restructure EXPOSE()d globalsDaniel Silverstone2019-08-021-14/+82
* dukky.c: Correct typo (BUTTOM -> BUTTON)Daniel Silverstone2019-08-011-1/+1
* Dukky: Support console logging betterDaniel Silverstone2019-08-014-2/+117
* dukky: Attempt to make the fallback to HTMLUnknownElement more useful.Daniel Silverstone2019-08-011-4/+7
* Console.bnd: Support attempts to log when Window has goneDaniel Silverstone2019-08-011-1/+2
* 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
* make content close check the content status itselfVincent Sanders2019-07-101-2/+3
* add isFinite to global contextVincent Sanders2019-07-011-0/+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
* Window.bnd: Suppress some unnecessary stack frame dumpsDaniel Silverstone2019-06-091-3/+3
* 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-081-1/+6
* Document.bnd: createDocumentFragment() unref fragmentDaniel Silverstone2019-06-011-0/+2
* Improve javascript unimplemented bnding documentation generationVincent Sanders2019-05-311-4/+8
* Expose NaN on WindowDaniel Silverstone2019-05-251-0/+1
* Add dodgy window method to clear callbacksDaniel Silverstone2019-05-252-1/+39
* Log when we finalise window objectsDaniel Silverstone2019-05-251-0/+1
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+2
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+1
* Remove unnecessary generics magicDaniel Silverstone2019-05-251-1/+0
* Quieten dukky a little more in default log levelsDaniel Silverstone2019-05-061-3/+3
* Use new safe context dumpDaniel Silverstone2019-05-061-9/+3
* Support context dump safely in duktapeDaniel Silverstone2019-05-062-2/+24
* Add some missing unrefsDaniel Silverstone2019-05-061-0/+4
* complete basic binding documentationVincent Sanders2019-05-061-3/+13
* Properly set log levelsDaniel Silverstone2019-05-061-8/+8
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-053-5/+14
* Use consoleFormatter in Console.bndDaniel Silverstone2019-05-051-6/+27
* Generics: Add consoleFormatterDaniel Silverstone2019-05-051-0/+76
* Dukky: Change from specifically named genericsDaniel Silverstone2019-05-053-8/+18
* Force a GC to ensure old compartment goes awayDaniel Silverstone2019-05-051-1/+5
* Ensure we clear the cbt entry after finishing a non-recurring callbackDaniel Silverstone2019-05-051-7/+21
* make missing xxd command fail the build correctlyVincent Sanders2019-05-051-1/+2
* Replace zd with PRIsizet to appease WindowsDaniel Silverstone2019-05-052-7/+8
* Add missing semi-colon. SorryDaniel Silverstone2019-05-041-1/+1
* Support nodelist indexingDaniel Silverstone2019-05-046-3/+99