Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: ext/common.js

Issue 29573726: Issue 4580 - Replace ext.backgroundPage.sendMessage with runtime.sendMessage (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Update dependency Created Oct. 11, 2017, 4:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « desktop-options.js ('k') | include.preload.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ext/common.js
===================================================================
--- a/ext/common.js
+++ b/ext/common.js
@@ -67,17 +67,16 @@
/* Message passing */
ext.onMessage = new ext._EventTarget();
/* Background page */
ext.backgroundPage = {
Sebastian Noack 2017/10/13 02:52:18 I guess this needs to be rebased, and we can get r
Manish Jethani 2017/10/13 05:08:41 Done.
- sendMessage: chrome.runtime.sendMessage,
getWindow()
{
return chrome.extension.getBackgroundPage();
}
};
/* Utils */
« no previous file with comments | « desktop-options.js ('k') | include.preload.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld