Age | Commit message (Expand) | Author |
2013-02-16 | Emit statusBarChanged signal also if only uri has changed | portix |
2013-02-16 | Lock s_global_context when destroying objects, protect all gui elements, prev... | portix |
2013-02-14 | Remove domain_is_tld | portix |
2013-02-14 | Updated tld list | portix |
2013-02-14 | Fixing check for supercookies if a cookie domain starts with a dot | portix |
2013-02-14 | Own constructor for hidden webview | portix |
2013-02-14 | New object HiddenWebView | portix |
2013-02-13 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-13 | Use isnan when converting javascript numbers to double | portix |
2013-02-13 | Implementing webview.historylist | portix |
2013-02-13 | Merged in yzzyx/dwb (pull request #15) | portix |
2013-02-13 | Merging hsts into default | portix |
2013-02-12 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-12 | Adding elements with contenteditable property to the editable elements | portix |
2013-02-12 | Backout revision 1733 | portix |
2013-02-12 | Backout revision 1755 | portix |
2013-02-12 | Backed out changeset dfda54254c70 | portix |
2013-02-12 | Set script path readonly when binding userscripts | portix |
2013-02-11 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-02-11 | Fixing wrong argument in dwb_execute_user_script, broke after refactoring | portix |
2013-02-10 | Use g_timeout_add_full for timerStart; stop all timers in scripts_end, fixes ... | portix |
2013-02-09 | Update tab title of tabs that hasn't been loaded | portix |
2013-02-08 | Allow arbitrary uri schemes from commandline/open-prompt | portix |
2013-02-05 | Dont protect persistent gui objects | portix |
2013-02-05 | Adding pthread.h to editor.c | portix |
2013-02-04 | Use pthread mutex instead of GMutex, closing #273 | portix |
2013-02-01 | Escape all characters that must be escaped in util_create_json, additional ar... | portix |
2013-01-30 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-01-30 | Disconnect from navigation-policy-decision-requested in editor_watch | portix |
2013-01-29 | Move mktlds-header to util-directory, build util before src | Elias Norberg |
2013-01-29 | Remove debug message from scripts.c | portix |
2013-01-29 | Merge branch 'master' of hg::https://bitbucket.org/portix/dwb | Elias Norberg |
2013-01-28 | Move mktlds-header to tools, make the project build again | Elias Norberg |
2013-01-28 | Creating files {dom,editor}.{c,h}; fixing segfault after leaving a site when ... | portix |
2013-01-28 | New signal 'executeCommand' | portix |
2013-01-28 | Check if the cookie we're requested to save is a supercookie. | Elias Norberg |
2013-01-28 | New function 'domain_get_tld()' | Elias Norberg |
2013-01-28 | Removed unsued tlds.h-lines in Makefile | Elias Norberg |
2013-01-28 | Generate tld.h with proper IDN hostnames (punyencoded) | Elias Norberg |
2013-01-28 | Rename webkitSession -> session | portix |
2013-01-27 | New option 'accept-language' | portix |
2013-01-27 | Adding webkitSession to scripting context | portix |
2013-01-26 | Regression: remove tabs.iterate | portix |
2013-01-26 | Implementing tabs.iterate | portix |
2013-01-22 | Parameter uri in createTab signal | portix |
2013-01-19 | Call scripts_end before freeing anything else in dwb_clean_up, otherwise 'exe... | portix |
2013-01-18 | Print inject-errors to stderr | portix |
2013-01-17 | Implemnting Deferred.always | portix |
2013-01-13 | Save uri of tabs loaded in background with enabled 'load-on-focus', closing 261 | portix |
2013-01-12 | Move static function/value declarations to create_global_object | portix |