summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-13Merging hsts into defaultportix
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-11Fixing wrong argument in dwb_execute_user_script, broke after refactoringportix
2013-02-10Use g_timeout_add_full for timerStart; stop all timers in scripts_end, fixes ...portix
2013-02-09Update tab title of tabs that hasn't been loadedportix
2013-02-08Allow arbitrary uri schemes from commandline/open-promptportix
2013-02-05Dont protect persistent gui objectsportix
2013-02-05Adding pthread.h to editor.cportix
2013-02-04Use pthread mutex instead of GMutex, closing #273portix
2013-02-01Escape all characters that must be escaped in util_create_json, additional ar...portix
2013-01-30Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-01-30Disconnect from navigation-policy-decision-requested in editor_watchportix
2013-01-29Move mktlds-header to util-directory, build util before srcElias Norberg
2013-01-29Remove debug message from scripts.cportix
2013-01-29Merge branch 'master' of hg::https://bitbucket.org/portix/dwbElias Norberg
2013-01-28Move mktlds-header to tools, make the project build againElias Norberg
2013-01-28Creating files {dom,editor}.{c,h}; fixing segfault after leaving a site when ...portix
2013-01-28New signal 'executeCommand'portix
2013-01-28Check if the cookie we're requested to save is a supercookie.Elias Norberg
2013-01-28New function 'domain_get_tld()'Elias Norberg
2013-01-28Removed unsued tlds.h-lines in MakefileElias Norberg
2013-01-28Generate tld.h with proper IDN hostnames (punyencoded)Elias Norberg
2013-01-28Rename webkitSession -> sessionportix
2013-01-27New option 'accept-language'portix
2013-01-27Adding webkitSession to scripting contextportix
2013-01-26Regression: remove tabs.iterateportix
2013-01-26Implementing tabs.iterateportix
2013-01-22Parameter uri in createTab signalportix
2013-01-19Call scripts_end before freeing anything else in dwb_clean_up, otherwise 'exe...portix
2013-01-18Print inject-errors to stderrportix
2013-01-17Implemnting Deferred.alwaysportix
2013-01-13Save uri of tabs loaded in background with enabled 'load-on-focus', closing 261portix
2013-01-12Move static function/value declarations to create_global_objectportix