 Issue 29361722:
  Issue 4592 - Adapt messaging code for the new element hiding emulation filters  (Closed) 
  Base URL: https://bitbucket.org/fhd/adblockplusui
    
  
    Issue 29361722:
  Issue 4592 - Adapt messaging code for the new element hiding emulation filters  (Closed) 
  Base URL: https://bitbucket.org/fhd/adblockplusui| Index: background.js | 
| =================================================================== | 
| --- a/background.js | 
| +++ b/background.js | 
| @@ -310,18 +310,18 @@ | 
| if (blocked.indexOf(url) >= 0) | 
| return new modules.filterClasses.BlockingFilter(); | 
| else | 
| return null; | 
| } | 
| } | 
| }; | 
| - modules.cssRules = { | 
| - CSSRules: { | 
| + modules.elemHideEmulation = { | 
| + ElemHideEmulation: { | 
| getRulesForDomain: function(domain) { } | 
| 
Thomas Greiner
2016/11/07 13:27:08
Detail: It doesn't look like this function is even
 
Felix Dahlke
2016/11/21 17:33:06
Would you be OK with a separate noissue commit for
 
kzar
2016/11/21 19:14:59
IMO if it's not used we might as well just remove
 
Thomas Greiner
2016/11/22 12:04:10
That's fine, yeah.
 | 
| } | 
| }; | 
| modules.filterNotifier = { | 
| FilterNotifier: new EventEmitter() | 
| }; |