 Issue 29573083:
  Issue 5028 - Use browser namespace  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/
    
  
    Issue 29573083:
  Issue 5028 - Use browser namespace  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/| Index: firstRun.html | 
| =================================================================== | 
| --- a/firstRun.html | 
| +++ b/firstRun.html | 
| @@ -18,16 +18,17 @@ | 
| <html> | 
| <head> | 
| <title class="i18n_firstRun_title"></title> | 
| <meta charset="utf-8" /> | 
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | 
| <link type="text/css" href="skin/common.css" rel="stylesheet" /> | 
| <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> | 
| + <script type="text/javascript" src="polyfill.js"></script> | 
| <script type="text/javascript" src="ext/common.js"></script> | 
| <script type="text/javascript" src="ext/content.js"></script> | 
| 
saroyanm
2017/10/17 11:09:51
ext/content.js has couple of occurrences of "chrom
 
Manish Jethani
2017/10/17 11:35:34
Done.
 | 
| <script type="text/javascript" src="common.js"></script> | 
| <script type="text/javascript" src="i18n.js"></script> | 
| 
saroyanm
2017/10/17 11:09:51
i18n.js has an occurrence of "chrome.runtime.sendM
 
Manish Jethani
2017/10/17 11:35:33
Done.
 | 
| <script type="text/javascript" src="firstRun.js"></script> | 
| 
saroyanm
2017/10/17 11:09:51
firstRun.js has couple of occurrences of "chrome.r
 
Manish Jethani
2017/10/17 11:35:34
Done.
 | 
| </head> | 
| <body> |