gecko/dom/xul/templates
Eric Rahm 14740fdf18 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-01 22:17:33 -07:00
..
crashtests
tests/chrome
moz.build Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium 2015-04-27 19:59:27 -04:00
nsContentSupportMap.cpp Bug 1168007 (part 3) - Use PLDHashTable2 in nsContentSupportMap. r=froydnj. 2015-05-18 20:21:16 -07:00
nsContentSupportMap.h Bug 1168007 (part 3) - Use PLDHashTable2 in nsContentSupportMap. r=froydnj. 2015-05-18 20:21:16 -07:00
nsContentTestNode.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsContentTestNode.h Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan 2015-04-22 08:29:22 +02:00
nsInstantiationNode.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsInstantiationNode.h
nsIXULBuilderListener.idl
nsIXULSortService.idl
nsIXULTemplateBuilder.idl
nsIXULTemplateQueryProcessor.idl
nsIXULTemplateResult.idl
nsIXULTemplateRuleFilter.idl
nsRDFBinding.cpp
nsRDFBinding.h
nsRDFConInstanceTestNode.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsRDFConInstanceTestNode.h
nsRDFConMemberTestNode.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsRDFConMemberTestNode.h
nsRDFPropertyTestNode.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsRDFPropertyTestNode.h
nsRDFQuery.cpp
nsRDFQuery.h Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan 2015-04-22 08:29:22 +02:00
nsRDFTestNode.h
nsResourceSet.cpp
nsResourceSet.h
nsRuleNetwork.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsRuleNetwork.h Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan 2015-04-22 08:29:22 +02:00
nsTemplateMap.h Bug 1168007 (part 5) - Use PLDHashTable2 in nsTemplateMap. r=froydnj. 2015-05-18 20:48:21 -07:00
nsTemplateMatch.cpp
nsTemplateMatch.h
nsTemplateRule.cpp
nsTemplateRule.h
nsTreeRows.cpp
nsTreeRows.h
nsXMLBinding.cpp
nsXMLBinding.h
nsXULContentBuilder.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsXULContentUtils.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsXULContentUtils.h
nsXULResourceList.h
nsXULSortService.cpp
nsXULSortService.h
nsXULTemplateBuilder.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsXULTemplateBuilder.h Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj 2015-05-19 11:15:34 -07:00
nsXULTemplateQueryProcessorRDF.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
nsXULTemplateQueryProcessorRDF.h Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj 2015-05-19 11:15:34 -07:00
nsXULTemplateQueryProcessorStorage.cpp Bug 1167189: Add an infallible version of nsContentUtils::GetNodeTextContent. r=jst 2015-05-22 14:16:20 -04:00
nsXULTemplateQueryProcessorStorage.h
nsXULTemplateQueryProcessorXML.cpp Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv 2015-04-27 09:18:51 -04:00
nsXULTemplateQueryProcessorXML.h
nsXULTemplateResultRDF.cpp
nsXULTemplateResultRDF.h
nsXULTemplateResultSetRDF.cpp
nsXULTemplateResultSetRDF.h
nsXULTemplateResultStorage.cpp
nsXULTemplateResultStorage.h
nsXULTemplateResultXML.cpp
nsXULTemplateResultXML.h
nsXULTreeBuilder.cpp Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00