summaryrefslogtreecommitdiff
path: root/src/js.h
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-20Renaming _js_array_iterator -> js_array_iteratorportix
2012-12-07Implementing Deferredsportix
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-06-13New function tabCompleteportix
2012-06-03New function system.spawnSyncportix
2012-05-28New function sendRequestSyncportix
2012-05-18Execute scripts from commandlineportix
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
2012-04-23Exception message, rename plugins in extensionsportix
2012-04-18Creating tabs-object; api documentationportix
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-19Branch refactor: Use an anonymous, readonly object for hintsportix
2012-01-03Updating version infoportix
2011-11-29Blocking beforeload events using JavaScriptCore directly instead of using a s...portix
2011-11-26Adblocker: get html-elements with javascript functionportix