summaryrefslogtreecommitdiff
path: root/src/adblock.c
AgeCommit message (Expand)Author
2012-08-23Renaming variablesportix
2012-07-17Check if filterlist is NULL BEFORE tilde expansionportix
2012-07-17Expand tilde in adblock_init, closing #200portix
2012-06-24Remove event-listener from the flashblocker plugin after the element was clic...portix
2012-06-03Check for hinttype when creating image map hints, fixes #186portix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-03-11Execute the adblock element hider function as an anonymous function in subfra...portix
2012-03-11Remove message about blocked requestsportix
2012-03-11Fixing possible SIGABRT in dwb_set_setting when the setting is set from comma...portix
2012-02-19Fixing segfault when startpage is not set; fixing glib errors if documentview...portix
2012-02-14Simplifying and fixing domain-matching adblock_apply_element_hiderportix
2012-02-14Fixing scan-build warnings, set usefifo to false before parsing modeline, fix...portix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix...portix
2012-01-11Apply hider rules also if only domain rules existportix
2012-01-10Merging experimental into defaultportix
2012-01-10Remove adblocker preprocessor directives; new commandline option -xportix
2012-01-09In adblock_rule_parse, don't break loop on commentsportix
2012-01-08New command execute_javascript; documenting custom commands; init domain in d...portix
2012-01-07Introducing custom keys, command chainsportix
2012-01-03Updating version infoportix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-12-09Only ignore adblock rules, not exceptions; updating grab_adblockerportix
2011-12-07Fixing memory leaks in plugin-blocker and adblockerportix
2011-12-05Use javascript for elementhider in frames, because the dom-api cannot be used...portix
2011-12-05Dont break in adblock_match, return immediately instead.portix
2011-12-05Remove dead variable assignments and a possible dereference of NULL in adbloc...portix
2011-12-04No inverse attribute for AA_SUBDOCUMENT and AA_DOCUMENTportix
2011-12-04Use dom-api for beforeload events of the mainframe, fixing wrong matching wit...portix
2011-11-30Warning for document rules that are not applied to exceptionsportix
2011-11-30Clean up adblock_rule_parse, fix handling domain-exceptions in domain_matchportix
2011-11-30Also add rules with attribute ~AA_DOCUMENT to the simple rules array.portix
2011-11-29Blocking beforeload events using JavaScriptCore directly instead of using a s...portix
2011-11-29Check if stylesheets and first stylesheet != NULL in adblock_load_status_cbportix
2011-11-29Check if stylsheetlist is NULL in adblock_load_status_cbportix
2011-11-29Small fix in grab_adblocker, warning also for unknown rulesportix
2011-11-29Reintroducing simple filter rulesportix
2011-11-28Check only if _rules/_css_rules existportix
2011-11-28Stripping baseURI for relative paths in adblock-javascript, adding more lists...portix
2011-11-28Set element hider with dom-apiportix
2011-11-27Don't set userstylesheets because this often produces a segfault in Pango, el...portix
2011-11-26Adblocker: get html-elements with javascript functionportix
2011-11-24Adding function adblock_warn_ignoredportix
2011-11-24Vim folding, cleaningportix
2011-11-24Merging develop into experimentalportix
2011-11-24Handle css-hiding exceptions correctlyportix
2011-11-24Execute global settings once, fixing double free in adblock.cportix
2011-11-23Adding filteroption subdocumentportix
2011-11-23Escape '.' in non-regular expression rulesportix
2011-11-23Remove function domain_get_subdomains since it was used only onceportix
2011-11-23Check if current_stylesheet is NULL before freeing itportix