mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 401655. Stop exposing debugging info in description field for table heuristics, r=evan.yan, a=dsicore
This commit is contained in:
parent
70dd9519fa
commit
df06b5e57e
@ -54,10 +54,10 @@ public:
|
||||
|
||||
class nsITableLayout;
|
||||
|
||||
// XXX For now debugging descriptions are always on via SHOW_LAYOUT_HEURISTIC
|
||||
// This will allow release trunk builds to be used by testers to refine the algorithm
|
||||
// Change to |#define SHOW_LAYOUT_HEURISTIC DEBUG| before final release
|
||||
#define SHOW_LAYOUT_HEURISTIC
|
||||
// To turn on table debugging descriptions define SHOW_LAYOUT_HEURISTIC
|
||||
// This allow release trunk builds to be used by testers to refine the
|
||||
// data vs. layout heuristic
|
||||
// #define SHOW_LAYOUT_HEURISTIC
|
||||
|
||||
class nsHTMLTableAccessible : public nsAccessibleWrap,
|
||||
public nsIAccessibleTable
|
||||
|
Loading…
Reference in New Issue
Block a user