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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/content/elemHideEmulation.js » ('j') | chrome/content/elemHideEmulation.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "globals": { 2 "globals": {
3 "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
3 "URL": true 4 "URL": true
4 } 5 }
5 } 6 }
OLDNEW
« 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