summaryrefslogtreecommitdiff
path: root/scripts/lib
AgeCommit message (Expand)Author
2013-04-04Shorter implementation of console methodsportix
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-30Updated api manpage, fixing connectWebView if it is not connected on startupportix
2013-03-23Deprecate replace, same functionality with provideportix
2013-03-23Protect callback functions of Deferreds from being garbage collected, fixes p...portix
2013-03-23Allow asynchronous initialization of extensionsportix
2013-03-22Apply required modules if they are not provided at startupportix
2013-03-22Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-03-22Remove _deprecationWarning, description of _deprecatedportix
2013-03-22Fixing typo in signals.jsportix
2013-03-20Merging https://bitbucket.org/portix/dwb/ into defaultportix
2013-03-20Remove duplicate check if signal is connected when disconnecting a signalportix
2013-03-20Change Signal.isConnected() to Signal.connectedportix
2013-03-20Moving _disconnect to Signal.prototype.disconnectportix
2013-03-20Implementing Signal.toggleportix
2013-03-20Check if signal is connected in Signal.disconnectAllportix
2013-03-20Fixing static Signal.disconnect, disconnect and check if signal is connectedportix
2013-03-20Adding deprecated util.domainFromHostportix
2013-03-19Define Signal already in scripts.c, fixes missing dependencies in initializationportix
2013-03-19Get Signal.connect in signal_set, not when scripts are initialized; check if ...portix
2013-03-19Fixing signal.connect returns undefined if signal is already connectedportix
2013-03-19New Signal apiportix
2013-03-17Fixing scope of connectWebViewportix
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-07Return 'null' from clipboard_get rather than 'undefined'portix
2013-03-05Fixing wrong scope for script.debugportix
2013-03-05Fixing formfiller export functions; shorter implementation of util.[un]camelizeportix
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-27Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-27Format of debug messagesportix
2013-02-27Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE...portix
2013-02-26Use script.debug instead of extensions.debug in extensions; remove extensions...portix
2013-02-26Curry formatLine in io.debugportix
2013-02-26Also print debug messages if include is usedportix
2013-02-25Fixing scope of callback functions, print sourceURL in js_print_exceptionportix