 Issue 29740555:
  Issue 6469 - Inject API wrappers only if there's a filter match  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluschrome/
    
  
    Issue 29740555:
  Issue 6469 - Inject API wrappers only if there's a filter match  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluschrome/| Index: polyfill.js | 
| =================================================================== | 
| --- a/polyfill.js | 
| +++ b/polyfill.js | 
| @@ -27,16 +27,17 @@ | 
| "runtime.openOptionsPage", | 
| "runtime.sendMessage", | 
| "runtime.setUninstallURL", | 
| "storage.local.get", | 
| "storage.local.remove", | 
| "storage.local.set", | 
| "storage.managed.get", | 
| "tabs.create", | 
| + "tabs.executeScript", | 
| "tabs.get", | 
| "tabs.getCurrent", | 
| "tabs.insertCSS", | 
| "tabs.query", | 
| "tabs.reload", | 
| "tabs.removeCSS", | 
| "tabs.sendMessage", | 
| "tabs.update", |