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

Unified Diff: chrome/content/.eslintrc.json

Issue 29494577: Issue 5438 - Observer DOM changes to reapply filters. (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created July 21, 2017, 7:53 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 | « no previous file | chrome/content/elemHideEmulation.js » ('j') | chrome/content/elemHideEmulation.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/.eslintrc.json
===================================================================
--- a/chrome/content/.eslintrc.json
+++ b/chrome/content/.eslintrc.json
@@ -1,5 +1,6 @@
{
"globals": {
+ "MutationObserver": true,
Wladimir Palant 2017/07/21 21:37:28 We have been here before. On Firefox this script d
hub 2017/07/22 01:31:24 good to know. I guess we'll have to split things o
Wladimir Palant 2017/07/22 06:16:20 Why? Not assuming MutationObserver to be global an
hub 2017/07/23 15:36:34 I had assumed that you meant it wasn't available a
"URL": true
}
}
« no previous file with comments | « no previous file | chrome/content/elemHideEmulation.js » ('j') | chrome/content/elemHideEmulation.js » ('J')

Powered by Google App Engine
This is Rietveld