tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 8b967346ddd03d7775ed0c7579fe3e55e251f9df
parent 2e9b491a3c67b9167f52dc2910aa9d85d16e2a50
Author: Ting-Yu Lin <tlin@mozilla.com>
Date:   Mon, 10 Nov 2025 19:59:27 +0000

Bug 1998869 - Remove unused debug flag NOISY_COMBINED_AREA. r=layout-reviewers,tnikkel

Differential Revision: https://phabricator.services.mozilla.com/D271735

Diffstat:
Mlayout/generic/nsBlockDebugFlags.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/layout/generic/nsBlockDebugFlags.h b/layout/generic/nsBlockDebugFlags.h @@ -12,8 +12,6 @@ #undef NOISY_FINAL_SIZE // enables debug output for desired width/height // computation, once all children have been reflowed #undef NOISY_REMOVE_FRAME -#undef NOISY_COMBINED_AREA // enables debug output for combined area - // computation #undef NOISY_BLOCK_DIR_MARGINS #undef NOISY_REFLOW_REASON // gives a little info about why each reflow was // requested