 Issue 29573905:
  Issue 4580 - Replace ext.devtools with devtools 
  Base URL: https://hg.adblockplus.org/adblockplusui/
    
  
    Issue 29573905:
  Issue 4580 - Replace ext.devtools with devtools 
  Base URL: https://hg.adblockplus.org/adblockplusui/| Index: ext/background.js | 
| =================================================================== | 
| --- a/ext/background.js | 
| +++ b/ext/background.js | 
| @@ -72,22 +72,9 @@ | 
| { | 
| this._keys.splice(index, 1); | 
| this._values.splice(index, 1); | 
| } | 
| } | 
| }; | 
| window.ext.PageMap = PageMap; | 
| - | 
| - window.ext.devtools = { | 
| - onCreated: { | 
| - addListener(listener) | 
| - { | 
| - window.addEventListener("message", (event) => | 
| - { | 
| - if (event.data.type == "devtools") | 
| - listener(new ext.Page(event.source)); | 
| - }); | 
| - } | 
| - } | 
| - }; | 
| }()); |