summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-27Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE...portix
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-25Simplify Function.debug, format debug messagesportix
2013-02-25Correct starting line number in scripts_init_scriptportix
2013-02-25Check script syntax before creating the script object; implementing Function....portix
2013-02-25Let self.debug be more verboseportix
2013-02-24Don't set statusbar color in dwb_set_private_browsing on startup; emit change...portix
2013-02-24Define _POSIX_C_SOURCE >= 200112L in scripts.h, otherwise build fails if sign...portix
2013-02-24New option 'private-color'portix
2013-02-24New object settingsportix
2013-02-24Use JSCheckScriptSyntax when checking scriptsportix
2013-02-23Print a message if the execution of a script was successfulportix
2013-02-23New commandline option check-syntaxportix
2013-02-23Check if message has a firstParty property in requestpolicy; set width of plu...portix
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 unprotecte...portix
2013-02-21Use read-write lock instead of mutex to lock the global context; reload users...portix
2013-02-21Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock...portix
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-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, prev...portix
2013-02-14Remove domain_is_tldportix
2013-02-14Updated tld listportix
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
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