summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-23Check if message has a firstParty property in requestpolicy; set width of ↵portix
plugin blocker if size and width cannot be computed
2013-02-23Check if parameter is an Error in io.debugportix
2013-02-23More debugging messages in scriptsportix
2013-02-23Don't check if context lock is locked and context is NULL in one macroportix
2013-02-21Unbind override keys; free KeyMap mapped with bindportix
2013-02-21Don't unprotect tab-objects in scripts_end, otherwise they will be ↵portix
unprotected twice if userscripts are reloaded
2013-02-21Use read-write lock instead of mutex to lock the global context; reload ↵portix
userscripts that use the javascript api
2013-02-21Regression: don't lock contextmutex in scripts_eval_key, can cause a ↵portix
deadlock if execute is called; bind shortcuts in insertmode/with entryfocus
2013-02-21Synchronous version of clipboard.getportix
2013-02-21Lock context mutex in scripts_eval_keyportix
2013-02-21Fixing accidently deleted makro paramterportix
2013-02-21New signal 'executeCommand'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 ↵portix
marked as active when calling addSearchengine
2013-02-19Filter command/search/navigation historyportix
2013-02-19Search history, use mutex for global_unbindportix
2013-02-19Implementing clipboard functionsportix
2013-02-19Rename GtkWidget.containerAdd -> GtkWidget.addportix
2013-02-18Fixing some of the clang warningsportix
2013-02-18Fixing unitialzed valuesportix
2013-02-18Check return value of JSObjectGetPrivateportix
2013-02-18Create new widgets from scriptsportix
2013-02-16Adding isQuickmarked, isBookmarked and type to statusBarChange signalportix
2013-02-16Lock context mutex when disconnecting gobject signalsportix
2013-02-16Emit statusBarChanged signal also if only uri has changedportix
2013-02-16Lock s_global_context when destroying objects, protect all gui elements, ↵portix
prevents segfault when closing dwb and the context has already been destroyed
2013-02-16Implementing RegExp.escapeportix
2013-02-14Remove domain_is_tldportix
2013-02-14Updated tld listportix
2013-02-14Updated AUTHORSportix
2013-02-14Fixing check for supercookies if a cookie domain starts with a dotportix
2013-02-14Own constructor for hidden webviewportix
2013-02-14New object HiddenWebViewportix
2013-02-13Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-13Use isnan when converting javascript numbers to doubleportix
2013-02-13Implementing webview.historylistportix
2013-02-13Merged in yzzyx/dwb (pull request #15)portix
Handle IDN-TLD's, and check for supercookies
2013-02-12Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-12Adding elements with contenteditable property to the editable elementsportix
2013-02-12Backout revision 1733portix
2013-02-12Backout revision 1755portix
2013-02-12Backed out changeset dfda54254c70portix
2013-02-12Set script path readonly when binding userscriptsportix
2013-02-11Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-02-11Implementing Deferred.whenportix
2013-02-11Fixing wrong argument in dwb_execute_user_script, broke after refactoringportix
2013-02-11Fixing --no-confirm commandline option in dwbem, does not delete the configportix
2013-02-10Use g_timeout_add_full for timerStart; stop all timers in scripts_end, fixes ↵portix
possible segfault if the timer is called after scriptcontext is destroyed