Issue #325 Part 1: Remove the legacy non-IDNA2008 code path from nsIDNService.

This commit is contained in:
wolfbeast 2018-05-04 10:20:16 +02:00 • committed by Roy Tam
commit 1af1f5b3a3
6 changed files with 3 additions and 3209 deletions

View file

@ -66,13 +66,7 @@ LOCAL_INCLUDES += [
'/netwerk/base',
]
if CONFIG['ENABLE_INTL_API']:
DEFINES['IDNA2008'] = True
USE_LIBS += ['icu']
else:
UNIFIED_SOURCES += [
'nameprep.c',
]
USE_LIBS += ['icu']
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-error=shadow']