mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
next part of bug 100214, add nsUnicharUtils to consumers of ToLowerCase/ToUpperCase
This commit is contained in:
parent
942988df26
commit
6606ee7e2f
@ -30,6 +30,7 @@
|
||||
#include "nsIDOMStyleSheet.h"
|
||||
#include "nsIHTMLContentContainer.h"
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsVoidArray.h"
|
||||
|
@ -39,7 +39,6 @@ REQUIRES = xpcom \
|
||||
xpconnect \
|
||||
caps \
|
||||
editor \
|
||||
uconv \
|
||||
gfx2 \
|
||||
imglib2 \
|
||||
layout \
|
||||
|
@ -88,6 +88,7 @@
|
||||
#include "nsHTMLParts.h"
|
||||
#include "nsString.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsLayoutAtoms.h"
|
||||
#include "nsHTMLAtoms.h"
|
||||
#include "nsIEventStateManager.h"
|
||||
|
@ -51,6 +51,7 @@
|
||||
#include "nsIStyleSheetLinkingElement.h"
|
||||
#include "nsStyleLinkElement.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsHTMLUtils.h"
|
||||
#include "nsIURL.h"
|
||||
#include "nsNetUtil.h"
|
||||
|
@ -41,6 +41,7 @@ REQUIRES = xpcom \
|
||||
docshell \
|
||||
htmlparser \
|
||||
xpconnect \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -36,6 +36,7 @@ REQUIRES = xpcom \
|
||||
xpconnect \
|
||||
layout \
|
||||
gfx \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
@ -51,6 +51,7 @@
|
||||
#include "nsHTMLAtoms.h"
|
||||
#include "nsString.h"
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsIXMLContent.h"
|
||||
#include "nsStyleLinkElement.h"
|
||||
|
||||
|
@ -37,6 +37,7 @@ REQUIRES = xpcom \
|
||||
necko \
|
||||
util \
|
||||
uconv \
|
||||
unicharutil \
|
||||
expat \
|
||||
layout \
|
||||
dom \
|
||||
|
@ -27,6 +27,7 @@ REQUIRES = xpcom \
|
||||
necko \
|
||||
util \
|
||||
uconv \
|
||||
unicharutil \
|
||||
expat \
|
||||
layout \
|
||||
dom \
|
||||
@ -106,6 +107,7 @@ SUB_LIBRARIES= \
|
||||
$(NULL)
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\unicharutil_s.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
!ifdef MOZ_PERF
|
||||
$(DIST)\lib\util.lib \
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include "nsHTMLEntities.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsScanner.h"
|
||||
|
||||
|
||||
|
@ -37,6 +37,7 @@ REQUIRES = xpcom \
|
||||
necko \
|
||||
util \
|
||||
uconv \
|
||||
unicharutil \
|
||||
expat \
|
||||
layout \
|
||||
dom \
|
||||
|
@ -27,6 +27,7 @@ REQUIRES = xpcom \
|
||||
necko \
|
||||
util \
|
||||
uconv \
|
||||
unicharutil \
|
||||
expat \
|
||||
layout \
|
||||
dom \
|
||||
@ -106,6 +107,7 @@ SUB_LIBRARIES= \
|
||||
$(NULL)
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\unicharutil_s.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
!ifdef MOZ_PERF
|
||||
$(DIST)\lib\util.lib \
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include "nsHTMLEntities.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsScanner.h"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user