summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2013-02-25Allow function parameter for scripts.debugportix
2013-02-25Simplify Function.debug, format debug messagesportix
2013-02-25Format source code view in debug; fixing typo in documentationportix
2013-02-25Add path to Function.debugportix
2013-02-25Check script syntax before creating the script object; implementing Function....portix
2013-02-25Let self.debug be more verboseportix
2013-02-24Remove signals.disconnectByFunction; block disconnection of signals during em...portix
2013-02-24Don't set statusbar color in dwb_set_private_browsing on startup; emit change...portix
2013-02-23Check if parameter is an Error in io.debugportix
2013-02-23More debugging messages in scriptsportix
2013-02-21Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock...portix
2013-02-20Indentation in util.c, checking for own properties in object.forEachportix
2013-02-20Fixing util.uncamelize if the string isn't camelcase and contains a minusportix
2013-02-20Remove __ prefix in scripts/base.jsportix
2013-02-20Check if globals.notify was initialized in __setActive, fixes input not marke...portix
2013-02-19Implementing clipboard functionsportix
2013-02-16Implementing RegExp.escapeportix
2013-02-11Implementing Deferred.whenportix
2013-02-11Fixing --no-confirm commandline option in dwbem, does not delete the configportix
2013-02-05Test if a config is null in extensions.getConfigportix
2013-01-26Implementing tabs.iterateportix
2013-01-18Remove first line only if it is empty in util.getBodyportix
2013-01-18Trim function body in util.getBodyportix
2013-01-17Implemnting Deferred.alwaysportix
2013-01-10Return connect-callback result in connectBlockedportix
2013-01-10Use Function.bind in GObject.connectBlockedportix
2013-01-08Implementing extensions.disableAll; fixing possible segfault in global_unbindportix
2012-12-27New global property 'global' that refers to the global object; don't change t...portix
2012-12-22Fixing wrong font size for hint-urls.portix
2012-12-20Return a deferred from system.spawnportix
2012-12-19Set width, height padding and margin of a hintportix
2012-12-19Fixing broken layout on dwb:quickmarks; remove duplicate entries in data-js o...portix
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function connect...portix
2012-12-11Check if url-hint was created in __clear before removing it, fixes #249portix
2012-12-10Show url of active hint; closing #247portix
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