Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / generic / nsBlockDebugFlags.h
blob93bdcd224be15a2e36602461a0604c040dc716b8
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* ***** BEGIN LICENSE BLOCK *****
3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/
10 * Software distributed under the License is distributed on an "AS IS" basis,
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 * for the specific language governing rights and limitations under the
13 * License.
15 * The Original Code is Mozilla Communicator client code.
17 * The Initial Developer of the Original Code is
18 * Netscape Communications Corporation.
19 * Portions created by the Initial Developer are Copyright (C) 1998
20 * the Initial Developer. All Rights Reserved.
22 * Contributor(s):
24 * Alternatively, the contents of this file may be used under the terms of
25 * either of the GNU General Public License Version 2 or later (the "GPL"),
26 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
36 * ***** END LICENSE BLOCK ***** */
38 #ifndef nsBlockDebugFlags_h__
39 #define nsBlockDebugFlags_h__
41 #undef NOISY_FIRST_LINE // enables debug output for first-line specific layout
42 #undef REALLY_NOISY_FIRST_LINE // enables extra debug output for first-line specific layout
43 #undef NOISY_FIRST_LETTER // enables debug output for first-letter specific layout
44 #undef NOISY_MAX_ELEMENT_SIZE // enables debug output for max element size computation
45 #undef NOISY_MAXIMUM_WIDTH // enables debug output for max width computation
46 #undef NOISY_FLOAT // enables debug output for float reflow (the in/out metrics for the floated block)
47 #undef NOISY_FLOAT_CLEARING
48 #undef NOISY_FINAL_SIZE // enables debug output for desired width/height computation, once all children have been reflowed
49 #undef NOISY_REMOVE_FRAME
50 #undef NOISY_COMBINED_AREA // enables debug output for combined area computation
51 #undef NOISY_VERTICAL_MARGINS
52 #undef NOISY_REFLOW_REASON // gives a little info about why each reflow was requested
53 #undef REFLOW_STATUS_COVERAGE // I think this is most useful for printing, to see which frames return "incomplete"
54 #undef NOISY_FLOATMANAGER // enables debug output for float manager use, useful for analysing reflow of floats
55 #undef NOISY_BLOCK_INVALIDATE // enables debug output for all calls to invalidate
56 #undef REALLY_NOISY_REFLOW // some extra debug info
58 #endif // nsBlockDebugFlags_h__