summaryrefslogtreecommitdiff
path: root/src/plugins.c
AgeCommit message (Collapse)Author
2012-06-27Change z-index of hints to a higher value than the pluginblocker elementportix
2012-06-24Set z-index on clickable elementportix
2012-06-24Remove event-listener from the flashblocker plugin after the element was ↵portix
clicked; remove javascript functions in the adblocker
2012-06-19Remove plugins_find_in_frames, try to block all plugins in load-committed ↵portix
callback functions
2012-06-19Check if title is NULL in dwb_update_layout before updating the tab-titleportix
2012-06-19Connect to beforeload during window-object-cleard signal; replace plugin ↵portix
puzzle-background with text; remove init.h
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-02-12Remove unecessary dwb_clean_load_endportix
2012-02-06Call plugins_free before destroying the webviewportix
2012-01-14Map control button1 to open in new tabportix
2012-01-03Updating version infoportix
--HG-- branch : experimental
2011-12-30Introducing command history, reimplementing entry_history_forward/back; ↵portix
added entry.c, entry.h --HG-- branch : experimental
2011-12-11Include only needed headers in source files, don't include in header files; ↵portix
replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested
2011-12-08Fixing double freeing new_style in plugins_create_click_elementportix
2011-12-07Fixing memory leaks in plugin-blocker and adblockerportix
2011-11-30Regression: don't unref dom-objectsportix
2011-11-27Unreference dom-objects in plugins.c, still there is still a big leak, maybe ↵portix
fix it without dom-api --HG-- branch : memory
2011-11-08Remove unecessary debug messagesportix
2011-09-27Select elements in settings, forget settings.html, keys.htmlportix
--HG-- branch : develop
2011-09-17Refactor: function names without dwb_-prefixportix
2011-09-13Show blocked plugins in statusbarportix
--HG-- branch : develop
2011-09-12Clean up commentsportix
--HG-- branch : develop
2011-09-12Use bitmask for plugin-blocker-statusportix
--HG-- branch : develop
2011-09-12Toggle plugin blockerportix
--HG-- branch : develop
2011-07-20In pluginblocker: Only hide elemnents if beforeload failsportix
2011-07-20In plugins.c: connect frames to notify::load-statusportix
2011-07-19Fixing to many calls to dwb_plugin_blocker_connectportix
2011-07-19Rename create_plugin_widget_cbportix
2011-07-18Hide remove flash-nodes, that cannot be prevented from being loadedportix
2011-07-18Hide plugin nodesportix
2011-07-18Force background for blocked pluginsportix
2011-07-18Block flash in iframesportix
--HG-- branch : plugin_blocker
2011-07-18Adding filesportix
--HG-- branch : plugin_blocker
2011-06-25Remove plugins, remove dwb_parse_key_settingportix
2011-03-26only yank urls to clipboard, fixes #27portix
2011-03-26plugin blocker: clone node if possibleportix
2011-03-24Plugin blocker also in iframesportix
2011-03-23plugin blocker javascript independent, ignore mailto/ftp requestsportix
2011-03-23Changed pointer for plugin-blocker, fixed memory leak, Nullterminated ↵portix
strings in 'dwb_execute_script'
2011-03-23New plugin blockerportix