summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
possible segfault if the timer is called after scriptcontext is destroyed
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 ↵portix
argument-parameter in commands_simple_command
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
editor is closed
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
This function can identify attemtps to have domains above the allowed TLD - which can then be used to identify supercookies et.al.
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 ↵portix
'execute' can cause a segfault
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
2013-01-11Clear textentry when calling io_promptportix
2013-01-10Unref used WebKitHitTestResultsportix
2013-01-09New command 'print_preview'; new option print-previewerportix
2013-01-09Remove hovering over link signal, the same could be achieved with native ↵portix
hovering-over-link
2013-01-09Updating copyright informationportix
2013-01-09Remove scratchpadportix
2013-01-08Implementing extensions.disableAll; fixing possible segfault in global_unbindportix
2013-01-07Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is ↵portix
missing
2012-12-31Remove unused tabs.c/tabs.h and group functionsportix
2012-12-29Merging with https://bitbucket.org/portix/dwbportix
2012-12-29Set event name when focusing a tab, adding eventname in tabFocus-signalportix
2012-12-29Set request content-type and body for 'POST'-request in sendRequest-methodsportix
2012-12-29Promp if a form should be resubmitted, fixes #258portix