Age | Commit message (Expand) | Author |
2013-04-04 | Adding namespace console; print errors in dwb:script to stderr | portix |
2013-03-18 | Correcting NULL-checks in js_property_iterator_finish | portix |
2013-03-16 | Don't lock the context in menu_add_items | portix |
2013-03-16 | Add menu items to the context menu; some Glob methods; deprecate extensions.g... | portix |
2013-03-09 | Protect array in js_array_iterator, unprotect it in js_array_iterator_finish | portix |
2013-03-08 | Add optional environment to spawn functions | portix |
2013-03-07 | C-Implementation of util.getBody; optional line argument in wv.inject; implem... | portix |
2013-02-25 | Fixing scope of callback functions, print sourceURL in js_print_exception | portix |
2013-02-25 | Check script syntax before creating the script object; implementing Function.... | portix |
2013-01-09 | Updating copyright information | portix |
2012-12-07 | Implementing Deferreds | portix |
2012-12-04 | Indentation of js.c, scratchpad.c | portix |
2012-10-23 | Fixing element hider issues with webkit-1.10 | portix |
2012-09-30 | Use sizeof for stack-allocated strings; fixing one possible buffer overflow | portix |
2012-09-30 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2012-09-25 | Optional argument for inject function | portix |
2012-09-19 | implementing scratchpad_show/scratchpad_hide | portix |
2012-08-23 | Renaming variables | portix |
2012-06-13 | New function tabComplete | portix |
2012-06-03 | New function system.spawnSync | portix |
2012-05-28 | New function sendRequestSync | portix |
2012-05-18 | Merging branch scripts into default | portix |
2012-05-18 | Execute scripts from commandline | portix |
2012-05-17 | Merging branch scripts into default | portix |
2012-05-11 | Call Object.freeze on the hint object instead of making returned functions re... | portix |
2012-05-10 | Cleaning scripts, closing 2 memory leaks | portix |
2012-05-09 | Freeze extensions and data object, real private properties for the signal obj... | portix |
2012-05-05 | New function, io.fileTest | portix |
2012-04-29 | Get gobject properties from scripts; started rewriting of documentation | portix |
2012-04-23 | Exception message, rename plugins in extensions | portix |
2012-04-17 | Create signal- and io-object, implementing io.setFile/io.getFile | portix |
2012-04-17 | Basic setter/getter functions in scripts | portix |
2012-04-08 | Use a globals-object for variables in hints.js; remove default values in hint... | portix |
2012-03-25 | Unprotect hint_object not on WEBKIT_LOAD_PROVISIONAL but immediately before a... | portix |
2012-03-20 | Show average download speed when a download is finished | portix |
2012-03-19 | Fixing warning of possibly uninitialized value in js_call_as_function | portix |
2012-03-19 | Rename name -> js_name and release js_name in js_call_as_function | portix |
2012-03-19 | Only one return statement in js_call_as_function | portix |
2012-03-19 | Fixing possible memory leak in js_create_object | portix |
2012-03-19 | Cleaning up js.c; fixing memory leak in js_call_as_function | portix |
2012-03-19 | Call JSValueProtect only if JSValueToObject was successfull | portix |
2012-03-19 | Branch refactor: Use an anonymous, readonly object for hints | portix |
2012-01-03 | Updating version info | portix |
2011-12-11 | Include only needed headers in source files, don't include in header files; r... | portix |
2011-11-29 | Blocking beforeload events using JavaScriptCore directly instead of using a s... | portix |
2011-11-29 | Check if stylsheetlist is NULL in adblock_load_status_cb | portix |
2011-11-28 | Limit stringsize in js_string_to_char | portix |
2011-11-26 | Adblocker: get html-elements with javascript function | portix |