Add a DiffSetting field for enabling/disabling interdiff filtering.
Review Request #15021 — Created April 27, 2026 and submitted
This introduces
DiffSettings.interdiff_filtering, which controls
whether the interdiff filtering logic wlil apply. At the moment, this is
intended for internal use, but we may opt to include UI for controlling
this so that users can toggle the display in the event of an issue with
interdiffs.Interdiff filtering is always enabled by default.
Unit tests pass.
Tested this with an in-progress change for a new interdiff filtering
algorithm.
| Summary | ID |
|---|---|
| 438659a6ea45bb9d5c2c3f770429f1d0fd9f279a |
Review request changed
- Change Summary:
-
- Added unit tests to test turning filtering on and off.
- Reverted the diff/interdiff checks to check for truthiness instead of
None.
- Commits:
-
Summary ID 257ee660539e889f03254287c768ca2b172242ec 438659a6ea45bb9d5c2c3f770429f1d0fd9f279a
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.