mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #325 Part 1: Remove the legacy non-IDNA2008 code path from nsIDNService.
This commit is contained in:
parent
b19e3c348c
commit
1af1f5b3a3
6 changed files with 3 additions and 3209 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue