* ecmascript: Get rid of a dangling duk_dump_context_stdout()
* ecmascript: Protect against multiple resourceDestroy()
* ecmascript: Add support for page.redirect()
* ecmascript: Rename createMultiopt -> createMultiOpt
* ecmascript/api-v1: Fix typo
* ecmascript/settings: Add support for multiopt
* ecmascript/api-v1: Fix typo
* ecmascript: Add settings.createInfo to APIv1
* ecmascript: Add showtime.probe
* ecmascript: Add basic hash functionality …
* ecmascript: Add bin2hex and hex2bin conversion functions
* ecmascript: Improve automatic charset detection when decoding byte -> string
* ecmascript: Add page.error()
* ecmascript: Add showtime.textDialog()
* Add 'latin-1' as alias to ISO-8859-1
* ecmascript: Add plugin.createStore to V1 api
* Remove stray debug
* ecmascript/https: Add missing support for HTTP headers
* ecmascript/http.js: Make sure toString() always makes a string
* ecmascript: Add message popup
* ecmascript: Remove debug from getAuthCredentials
* ecmascript: Add getAuthCredentials()
* Add example plugin for settings
* ecmascript: Add support for settings in legacy wrapper
* settings.js: Add missing 'unit' config variable
* Update libntfs to fix crash when opendir() on non-existing directory
* Fix a typo making /showtime/open URL not work
* prop: Add new value type 'PROP' which is just a reference to another prop
Much more lightweight than prop_link since this cannot be followed nor
subscribed to indirectly
Also use this for the "openedFrom" navigator page property to avoid
serious link/unlink problems causing some properties to lose their
subscription binding
* Merge pull request #173 from copernic-us/patch-3: Polish updated
* prop.js: Need to explicitly check that object isn't null
* ecmascript: Add 'page.appendPassiveItem()' method
* duktape: Upgrade to v1.0.0-23-g982eed5: Polish updated
* ecmascript: Add RichText support
* prop: print PROP_STR_RICH with single quotes in prop_print()
* ecmascript: Add support for plugin.getDescriptor()
* ecmascript: Add some missing helpers: entityDecode, queryStringSplit, pathEscape, paramEscape
* Fix list focusing when scrolling …
* glw: Fix typo in GLW_SET_NOT_RESPONDING define