Bug 1876335 - use GRADLE_MAVEN_REPOSITORIES in more places. r=owlish,geckoview-review...
[gecko.git] / layout / generic / nsBlockDebugFlags.h
blob068b729a9b4a1c58fec1b026906f0defa92f9cd4
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef nsBlockDebugFlags_h__
8 #define nsBlockDebugFlags_h__
10 #undef NOISY_FIRST_LETTER // enables debug output for first-letter specific
11 // layout
12 #undef NOISY_FINAL_SIZE // enables debug output for desired width/height
13 // computation, once all children have been reflowed
14 #undef NOISY_REMOVE_FRAME
15 #undef NOISY_COMBINED_AREA // enables debug output for combined area
16 // computation
17 #undef NOISY_BLOCK_DIR_MARGINS
18 #undef NOISY_REFLOW_REASON // gives a little info about why each reflow was
19 // requested
20 #undef REFLOW_STATUS_COVERAGE // I think this is most useful for printing, to
21 // see which frames return "incomplete"
22 #undef NOISY_BLOCK_INVALIDATE // enables debug output for all calls to
23 // invalidate
24 #undef REALLY_NOISY_REFLOW // some extra debug info
26 #endif // nsBlockDebugFlags_h__