summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not prevent reattempting conversion of HTML contentsDaniel Silverstone2019-05-061-8/+0
* Use new safe context dumpDaniel Silverstone2019-05-061-9/+3
* Support context dump safely in duktapeDaniel Silverstone2019-05-062-2/+24
* No debug symbols on OS3Chris Young2019-05-061-1/+3
* Fix crash on exitChris Young2019-05-061-1/+1
* Logging: Bump lwc leak exit report to WARNING level.Michael Drake2019-05-061-1/+1
* Add some missing unrefsDaniel Silverstone2019-05-061-0/+4
* attempt to fix amiga os3 buildVincent Sanders2019-05-061-0/+2
* complete basic binding documentationVincent Sanders2019-05-062-5/+134
* Example script console log test, needs genericising on pathDaniel Silverstone2019-05-061-0/+21
* Support logging in monkey_driver.pyDaniel Silverstone2019-05-061-0/+33
* Monkeyfarmer: Support loggingDaniel Silverstone2019-05-061-1/+42
* fix several amiga frontend warningsVincent Sanders2019-05-066-17/+25
* Properly set log levelsDaniel Silverstone2019-05-061-8/+8
* Support DEBUG log level in console_logDaniel Silverstone2019-05-063-5/+14
* Update using-monkey docs for console logging outputDaniel Silverstone2019-05-061-3/+13
* Monkey: Support console_logDaniel Silverstone2019-05-061-0/+51
* Use console_log from browser_window_console_logDaniel Silverstone2019-05-061-1/+3
* Add console_log to gui tablesDaniel Silverstone2019-05-062-0/+31
* fix type used with content_get_source_data()Vincent Sanders2019-05-061-2/+4
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-0534-197/+240
* remove some warnings in amiga frontend buildVincent Sanders2019-05-054-13/+24
* Use console formatting to prove it outDaniel Silverstone2019-05-051-1/+1
* 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
* Logging: migrate and provide content interfaceDaniel Silverstone2019-05-055-38/+83
* Provide new browser_window_console_log() APIDaniel Silverstone2019-05-052-0/+99
* data url handler: drop logging to DEEPDEBUG.Michael Drake2019-05-051-1/+1
* data url handler: Keep nsurl to avoid copy.Michael Drake2019-05-051-15/+8
* data url handling: avoid needless allocation / copy.Michael Drake2019-05-051-11/+2
* data URL handler: constify some string pointers.Michael Drake2019-05-051-2/+2
* 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
* Monkey: Support WINDOW EXEC WIN n cmd...Daniel Silverstone2019-05-052-2/+45
* Support content_exec for content_htmlDaniel Silverstone2019-05-051-0/+85
* Add browser_window_execDaniel Silverstone2019-05-052-0/+33
* Add content_exec and associated vtable entryDaniel Silverstone2019-05-053-0/+33
* Add SCRIPT to core domstringsDaniel Silverstone2019-05-051-0/+1
* fix enum name incompatability between gtk 2 and 3Vincent Sanders2019-05-052-1/+7
* Replace zd with PRIsizet to appease WindowsDaniel Silverstone2019-05-052-7/+8
* Add missing semi-colon. SorryDaniel Silverstone2019-05-041-1/+1
* change back to unsigned long to avoid warning on gnueabihf platformsVincent Sanders2019-05-041-1/+1
* Support nodelist indexingDaniel Silverstone2019-05-046-3/+99
* add some comments to window location bindingVincent Sanders2019-05-041-0/+2
* add some more javascript binding documentationVincent Sanders2019-05-041-41/+133
* add webidl spec referenceVincent Sanders2019-05-041-1/+16
* Support Document::createDocumentFragmentDaniel Silverstone2019-05-041-0/+14
* Expose Number and Error on WindowDaniel Silverstone2019-05-041-0/+2