summaryrefslogtreecommitdiff
path: root/src/js.c
AgeCommit message (Expand)Author
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