aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/exclusions.coffee
AgeCommit message (Collapse)Author
2016-03-26Add test for badly-formed exclusion regexp.Stephen Blott
2016-03-26Multiple minor tweaks.Stephen Blott
Some of this code is showing its age, so these are just a number of minor tweaks (to keep things clear, consistent and concise). Also, add a couple of tests (while we're at it).
2016-02-12Nuke some legacy migration code.Stephen Blott
These migrations are at least ten months old (since release).
2015-05-29Move registration of postUpdateHooks to the corresponding source filesmrmr1993
This completely decouples settings.coffee from all other background source files, so that it can (eventually) also be used in the frontend.
2015-05-07Clear RegexpCache when option saved.Stephen Blott
Fixes #1641.
2015-04-27Do not remove inner whitespace from passkeys.Stephen Blott
Fixes #1585.
2014-12-30Exclusions; use querySelector to find sub-elements.Stephen Blott
As @philc pointed out in #1366, this is less brittle.
2014-12-21Exclusion; minor updates after review.Stephen Blott
2014-12-21Exclusion; fix tests.Stephen Blott
2014-12-21Exclusion; unique keys.Stephen Blott
2014-12-21Exclusion; show state.Stephen Blott
2014-12-21Exclusion; absolute exclusion rules taje priority.Stephen Blott
2014-12-21Exclusion; multi-rule matching.Stephen Blott
2014-12-21Exclusion; minor refactoring.Stephen Blott
2014-12-20Exclusion; allow multiple matching rules.Stephen Blott
2014-12-14Add comment to try/catch regexp.Stephen Blott
2014-12-14Wrap RegExp for exclusions in a try catch to prevent parse error failsmrmr1993
2014-09-06Structured passkeys; changes following code review; major rewrite of options.Stephen Blott
2014-09-02Retain excludedUrls setting, so testers can revert to previous versions.Stephen Blott
2014-09-02Structured passkeys, internally and on the options and popup pages.Stephen Blott