Changes between Initial Version and Version 5 of Ticket #6428
- Timestamp:
- 05/10/2018 08:08:08 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6428
- Property Cc jsonesen mjethani added
- Property Owner set to jsonesen
- Property Blocked By changed from to 6652
-
Ticket #6428 – Description
initial v5 3 3 4 4 === What to change === 5 Modify `getSelectorsForDomain` in lib/elemHide.js to provide exception filters which applied if the optional ` provideExceptionFilters` argument was passed.5 Modify `getSelectorsForDomain` in lib/elemHide.js to provide exception filters which applied if the optional `withExceptions` argument was passed. 6 6 7 7 Note: The `getSelectorsForDomain` code is a hotspot, so we must be extremely careful when modifying it to avoid extra overhead when this new argument wasn't passed (see #4057). At the same time I'd like to avoid duplicating the entire function. One way to (roughly) profile the code is to run this snippet: