gecko-dev/dom/xslt/xslt
Eric Rahm 75c4bebb79 Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose

Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.

Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-03 15:25:57 -07:00
..
moz.build Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:25:22 +03:00
txBufferingHandler.cpp
txBufferingHandler.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txCurrentFunctionCall.cpp
txDocumentFunctionCall.cpp
txEXSLTFunctions.cpp
txEXSLTRegExFunctions.js
txEXSLTRegExFunctions.manifest
txExecutionState.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-03 15:25:57 -07:00
txExecutionState.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txFormatNumberFunctionCall.cpp
txGenerateIdFunctionCall.cpp
txInstructions.cpp
txInstructions.h Bug 844457 - Move XSLTProcessor to WebIDL. r=peterv 2014-10-10 14:21:54 +02:00
txKey.h
txKeyFunctionCall.cpp
txMozillaStylesheetCompiler.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-03 15:25:57 -07:00
txMozillaTextOutput.cpp
txMozillaTextOutput.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txMozillaXMLOutput.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-03 15:25:57 -07:00
txMozillaXMLOutput.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txMozillaXSLTProcessor.cpp Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd 2015-04-01 13:51:45 +09:00
txMozillaXSLTProcessor.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txNodeSorter.cpp
txNodeSorter.h
txOutputFormat.cpp Bug 844457 - Move XSLTProcessor to WebIDL. r=peterv 2014-10-10 14:21:54 +02:00
txOutputFormat.h
txPatternOptimizer.cpp
txPatternOptimizer.h
txPatternParser.cpp
txPatternParser.h
txRtfHandler.cpp
txRtfHandler.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
txStylesheet.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-03 15:25:57 -07:00
txStylesheet.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txStylesheetCompileHandlers.cpp Bug 1155030 - Fix asterix/asterisk misspelling. r=ehsan 2015-04-17 11:09:58 +10:00
txStylesheetCompileHandlers.h
txStylesheetCompiler.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-03 15:25:57 -07:00
txStylesheetCompiler.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
txTextHandler.cpp
txTextHandler.h
txToplevelItems.cpp
txToplevelItems.h
txUnknownHandler.cpp
txUnknownHandler.h
txVariableMap.h
txXMLEventHandler.h
txXPathResultComparator.cpp
txXPathResultComparator.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
txXSLTEnvironmentFunctionCall.cpp Bug 844457 - Move XSLTProcessor to WebIDL. r=peterv 2014-10-10 14:21:54 +02:00
txXSLTFunctions.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txXSLTNumber.cpp Bug 1155030 - Fix asterix/asterisk misspelling. r=ehsan 2015-04-17 11:09:58 +10:00
txXSLTNumber.h
txXSLTNumberCounters.cpp
txXSLTPatterns.cpp
txXSLTPatterns.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
txXSLTProcessor.cpp
txXSLTProcessor.h