summaryrefslogtreecommitdiff
path: root/src/js.c
AgeCommit message (Expand)Author
2013-02-25Fixing scope of callback functions, print sourceURL in js_print_exceptionportix
2013-02-25Check script syntax before creating the script object; implementing Function....portix
2013-01-09Updating copyright informationportix
2012-12-07Implementing Deferredsportix
2012-12-04Indentation of js.c, scratchpad.cportix
2012-10-23Fixing element hider issues with webkit-1.10portix
2012-09-30Use sizeof for stack-allocated strings; fixing one possible buffer overflowportix
2012-09-30Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-09-25Optional argument for inject functionportix
2012-09-19implementing scratchpad_show/scratchpad_hideportix
2012-08-23Renaming variablesportix
2012-06-13New function tabCompleteportix
2012-06-03New function system.spawnSyncportix
2012-05-28New function sendRequestSyncportix
2012-05-18Merging branch scripts into defaultportix
2012-05-18Execute scripts from commandlineportix
2012-05-17Merging branch scripts into defaultportix
2012-05-11Call Object.freeze on the hint object instead of making returned functions re...portix
2012-05-10Cleaning scripts, closing 2 memory leaksportix
2012-05-09Freeze extensions and data object, real private properties for the signal obj...portix
2012-05-05New function, io.fileTestportix
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
2012-04-23Exception message, rename plugins in extensionsportix
2012-04-17Create signal- and io-object, implementing io.setFile/io.getFileportix
2012-04-17Basic setter/getter functions in scriptsportix
2012-04-08Use a globals-object for variables in hints.js; remove default values in hint...portix
2012-03-25Unprotect hint_object not on WEBKIT_LOAD_PROVISIONAL but immediately before a...portix
2012-03-20Show average download speed when a download is finishedportix
2012-03-19Fixing warning of possibly uninitialized value in js_call_as_functionportix
2012-03-19Rename name -> js_name and release js_name in js_call_as_functionportix
2012-03-19Only one return statement in js_call_as_functionportix
2012-03-19Fixing possible memory leak in js_create_objectportix
2012-03-19Cleaning up js.c; fixing memory leak in js_call_as_functionportix
2012-03-19Call JSValueProtect only if JSValueToObject was successfullportix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
2012-01-03Updating version infoportix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-11-29Blocking beforeload events using JavaScriptCore directly instead of using a s...portix
2011-11-29Check if stylsheetlist is NULL in adblock_load_status_cbportix
2011-11-28Limit stringsize in js_string_to_charportix
2011-11-26Adblocker: get html-elements with javascript functionportix