Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/libxml/src/global.data

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove suppressions, have landed in blink now Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #type,name,array?,threadGlobalDefault accessor?
2 int,oldXMLWDcompatibility,,
3 xmlBufferAllocationScheme,xmlBufferAllocScheme,,1
4 int,xmlDefaultBufferSize,,1
5 xmlSAXHandlerV1,xmlDefaultSAXHandler,,
6 xmlSAXLocator,xmlDefaultSAXLocator,,
7 int,xmlDoValidityCheckingDefaultValue,,1
8 xmlGenericErrorFunc,xmlGenericError,,
9 xmlStructuredErrorFunc,xmlStructuredError,,
10 void *,xmlGenericErrorContext,,
11 void *,xmlStructuredErrorContext,,
12 int,xmlGetWarningsDefaultValue,,1
13 int,xmlIndentTreeOutput,,1
14 const char *,xmlTreeIndentString,,1
15 int,xmlKeepBlanksDefaultValue,,1
16 int,xmlLineNumbersDefaultValue,,1
17 int,xmlLoadExtDtdDefaultValue,,1
18 int,xmlParserDebugEntities,,1
19 const char *,xmlParserVersion,,
20 int,xmlPedanticParserDefaultValue,,1
21 int,xmlSaveNoEmptyTags,,1
22 #const xmlChar,xmlStringComment,[],1
23 #const xmlChar,xmlStringText,[],1
24 #const xmlChar,xmlStringTextNoenc,[],1
25 int,xmlSubstituteEntitiesDefaultValue,,1
26 xmlRegisterNodeFunc,xmlRegisterNodeDefaultValue,,
27 xmlDeregisterNodeFunc,xmlDeregisterNodeDefaultValue,,
28 xmlParserInputBufferCreateFilenameFunc,xmlParserInputBufferCreateFilenameValue,,
29 xmlOutputBufferCreateFilenameFunc,xmlOutputBufferCreateFilenameValue,,
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698