Opened on 05/15/2018 at 11:41:02 AM

Closed on 05/15/2018 at 12:41:16 PM

#6669 closed change (fixed)

Replace critera argument to ElemHide.getSelectorsForDomain with specificOnly

Reported by: kzar Assignee: kzar
Priority: P2 Milestone:
Module: Core Keywords:
Cc: sergz, mjethani Blocked By:
Blocking: #6652 Platform: Unknown / Cross platform
Ready: no Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

Description

Background

Since ElemHide.NO_UNCONDITIONAL was added for the legacy Firefox extension we can remove it and the other related constants. Instead replacing the criteria argument of getSelectorsForDomain with a specificOnly bool.

What to change

Replace the critera argument of getSelectorsForDomain with a specificOnly boolean argument which defaults to false. Remove the unused constants.

Integration notes

Modify any ElemHide.getSelectorsForDomain calls to pass a specificOnly boolean instead of one of the constants.

Attachments (0)

Change History (3)

comment:1 Changed on 05/15/2018 at 12:19:19 PM by mjethani

I was just going to suggest this.

We should still maintain the distinction between "unconditional" and "conditional" internally though, because we can use the cache of the former category of selectors in all cases while the latter applies in most cases but not all.

comment:2 Changed on 05/15/2018 at 12:40:28 PM by abpbot

A commit referencing this issue has landed:
Issue 6669 - Remove unused ElemHide.NO_UNCONDITIONAL constant

comment:3 Changed on 05/15/2018 at 12:41:16 PM by kzar

  • Resolution set to fixed
  • Status changed from new to closed

Add Comment

Modify Ticket

Change Properties
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from kzar.
 
Note: See TracTickets for help on using tickets.