gecko/layout
Eric Rahm 18bd3de863 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
..
base Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
build Backed out 2 changesets (bug 1154231) for M-oth crashes 2015-05-15 20:29:15 -07:00
doc
forms Backed out changeset 4126c66c9a80 (bug 1166728) for Gaia sound_manager_test.js failures. 2015-05-29 15:16:53 -04:00
generic Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
inspector Bug 1152033 - Expose CSS lexer to js. r=heycam, r=bz 2015-05-04 10:28:00 -04:00
ipc Back out 2 csets for bug 1163832 for emulator crashtest failures. r=me 2015-05-22 07:51:55 -04:00
mathml Bug 947654 - Use font.*.x-math font preferences for MathML. r=karl, r=heycam 2015-05-25 02:40:00 +02:00
media Bug 1159273 - Update gkmedias symbol defs to catch up with the Cairo/Pixman renames. r=jrmuizel 2015-05-13 11:59:55 +09:00
printing Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
reftests Tests for bug 1169267 2015-06-01 18:31:43 +03:00
style Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj 2015-06-01 22:17:33 -07:00
svg Bug 1153845 - For CSS filters, make the primitive subregions big enough to contain the whole pre-filter visual overflow rect. r=roc 2015-05-28 15:51:58 -04:00
tables Backed out changeset 4126c66c9a80 (bug 1166728) for Gaia sound_manager_test.js failures. 2015-05-29 15:16:53 -04:00
tools Bug 1167712 - Allow the reftest analyzer to ignore timestamps from |mach reftest| at the start of the line. r=dbaron 2015-05-27 17:22:35 -04:00
xul Backed out changeset 4126c66c9a80 (bug 1166728) for Gaia sound_manager_test.js failures. 2015-05-29 15:16:53 -04:00
moz.build Bug 1156111 patch 1 - Give layout/reftests/ its own moz.build file. r=gps 2015-04-20 23:10:40 -07:00