Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: mutation observer #2727

Closed
wants to merge 6 commits into from
Closed

WIP: mutation observer #2727

wants to merge 6 commits into from

Conversation

Snuupy
Copy link
Contributor

@Snuupy Snuupy commented Jun 18, 2019

Submitter Checklist:

closes brave/brave-browser#3041, brave/brave-browser#94 (comment)

Test Plan:

Block element with !important html tag or is asynchronously added to the webpage (ex. reddit/facebook with filters added) and see that those ads are blocked.

If no rules are added, mutation observer is not triggered.

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

@Snuupy Snuupy self-assigned this Jun 18, 2019
@bsclifton bsclifton added CI/skip-android Do not run CI builds for Android CI/skip-ios Do not run CI builds for iOS labels Jun 18, 2019
@Snuupy Snuupy force-pushed the mutationObserver branch 2 times, most recently from 8507493 to c9f627f Compare July 3, 2019 08:51
@antonok-edm antonok-edm force-pushed the mutationObserver branch 4 times, most recently from 54e822f to ffe5f03 Compare August 21, 2019 00:06
@antonok-edm antonok-edm force-pushed the mutationObserver branch 5 times, most recently from 8f0626f to 81c15a4 Compare August 26, 2019 21:50
Snuupy and others added 4 commits August 26, 2019 15:16
notes

change order

mutation observer WIP

browser tests

isIdempotent

isIdempotent

mutation observer

mutationObserver

mutation observer

mutationObserver

mutation observer commented

mutation observer for anton

cleanup comments
@antonok-edm
Copy link
Collaborator

Closing in favor of #3303, which builds from @Snuupy's work towards this PR

@bsclifton bsclifton deleted the mutationObserver branch August 30, 2019 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/skip-android Do not run CI builds for Android CI/skip-ios Do not run CI builds for iOS invalid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cosmetic filter - use !important for display property
3 participants