summaryrefslogtreecommitdiff
path: root/scripts/lib/dwb.js
AgeCommit message (Expand)Author
2013-04-04Adding namespace console; print errors in dwb:script to stderrportix
2013-03-31Remove io.print in connectBlockedportix
2013-03-30Resolve symlinks for all filesportix
2013-03-23Deprecate replace, same functionality with provideportix
2013-03-22Apply required modules if they are not provided at startupportix
2013-03-22Remove _deprecationWarning, description of _deprecatedportix
2013-03-19Define Signal already in scripts.c, fixes missing dependencies in initializationportix
2013-03-19New Signal apiportix
2013-03-17Check for numpad returnportix
2013-03-16Add menu items to the context menu; some Glob methods; deprecate extensions.g...portix
2013-03-15Add tabComplete to deprecated functions, document deprecated functionsportix
2013-03-15Deprecation warningsportix
2013-03-15Inline documentation of javascript api; clean up api: new namespaces net andportix
2013-03-09Move cnstr out of Glob constructorportix
2013-03-09Compile escape regexes only once in Glob constructorportix
2013-03-09Cleaning up Globportix
2013-03-09Don't print regex to stdout when constructin a Globportix
2013-03-09Implementing Glob for simpler pattern matchingportix
2013-03-08Use generateId in script.setPrivateportix
2013-03-07C-Implementation of util.getBody; optional line argument in wv.inject; implem...portix
2013-03-05Fixing wrong scope for script.debugportix
2013-03-05Export onRead and onWrite in formfiller, GPGAgent variableportix
2013-03-04Api documentation: checksum/setPrivate/getPrivateportix
2013-03-04Use _initNewContext to initialize scripts, change setPrivate/getPrivate apiportix
2013-02-27Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE...portix
2013-02-25Fixing scope of callback functions, print sourceURL in js_print_exceptionportix
2013-02-25Simplify Function.debug, format debug messagesportix
2013-02-25Add path to Function.debugportix
2013-02-25Check script syntax before creating the script object; implementing Function....portix
2013-02-11Implementing Deferred.whenportix
2013-01-26Implementing tabs.iterateportix
2013-01-17Implemnting Deferred.alwaysportix
2013-01-10Return connect-callback result in connectBlockedportix
2013-01-10Use Function.bind in GObject.connectBlockedportix
2012-12-09Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ...portix
2012-12-09Return undefined in GObject.getPrivate if item wasn't foundportix
2012-12-07Implementing Deferredsportix
2012-12-05Freeze global object in _initBeforeportix
2012-12-05Creating _initBefore that is executed before userscripts are executedportix
2012-12-04Define setPrivate/getPrivate only for GObjectsportix
2012-12-04Distinguish between GObject.connect and GObject.notifyportix
2012-12-01Create dummy constructor for webview; map wv.parent to scrolledWindowportix
2012-11-28Merging signals.connect and signals.connectByFunction; coding style in signal...portix
2012-11-22Delete module if second argument is omitted in replaceportix
2012-11-22New method 'replace' for replacing modulesportix
2012-11-08Allow paths and empty callbacks in requireportix
2012-11-03Fixing debug message in provideportix
2012-11-03New debug functionportix
2012-11-01Increase HIDER_LIST_MAXportix
2012-11-01Remove debug message from script-libportix