96031 - Made LI's parent model to be flow entity. This would allow inline elements, such as I,B,FONT, etc., to contain LI such that bullets / numbers would also inherit the parent properties.
93574 - nsLoggingSink and nsHTMLNullSink should not be a part of the optimized build. Wrapped 'em under MOZ_DEBUG flag. r=heikki, sr=vidur, a=asa.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include "nsIParserService.h"
|
||||
#include "nsElementTable.h"
|
||||
|
||||
#if !defined(MOZ_DISABLE_DTD_DEBUG)
|
||||
#ifdef NS_DEBUG
|
||||
#include "nsLoggingSink.h"
|
||||
#endif
|
||||
|
||||
@@ -148,7 +148,7 @@ nsParserService::IsBlock(PRInt32 aId, PRBool& aIsBlock) const
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
#if !defined(MOZ_DISABLE_DTD_DEBUG)
|
||||
#ifdef NS_DEBUG
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsLoggingSink)
|
||||
#endif
|
||||
|
||||
@@ -162,7 +162,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsParserService)
|
||||
|
||||
static nsModuleComponentInfo gComponents[] = {
|
||||
|
||||
#if !defined(MOZ_DISABLE_DTD_DEBUG)
|
||||
#ifdef NS_DEBUG
|
||||
{ "Logging sink", NS_LOGGING_SINK_CID, NULL, nsLoggingSinkConstructor },
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user