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
Eric Rahm
6c63bbb91a
Bug 1165515 - Part 13-1: Add log level enum class. r=froydnj
...
This adds the mozilla::LogLevel enum class. Additionaly a log_test function is
added to use rather than a macro, this allows us to enforce only
mozilla::LogLevel is passed into the function.
2015-06-03 15:22:39 -07:00
Eric Rahm
606b18ac10
Bug 1165515 - Part 12: Convert nsPluginLogging to use PR_LOG levels. r=bsmedberg
...
PLUGIN_LOG_MAX is removed as it's unused. PLUGIN_LOG_ALWAYS is mapped to
PR_LOG_ERROR which will have the value of '1' now that PR_LOG_ALWAYS is
removed.
2015-06-03 15:22:38 -07:00
Eric Rahm
61e7ce5adb
Bug 1165515 - Part 11: Align CSFLogLevel with PR_LOG levels. r=jesup
...
This aligns CSFLogLevel with the corresponding PR_LOG levels by removing the
unused CRITICAL and NOTICE CSF log levels and renaming OBNOXIOUS to VERBOSE.
mozilla/Logging.h was moved into the implementation file so as to avoid
compilation errors in C-only code.
2015-06-03 15:22:37 -07:00
Eric Rahm
b28e274194
Bug 1165515 - Part 10: Convert mtransport/logging.h to use PR_LOG levels. r=ekr
...
To fit into the new structure of mozilla logging we need to remove |ML_EMERG|
(it is not used) and as an interim step we need to switch from using raw
integers to the new PR_LOG levels.
2015-06-03 15:22:36 -07:00
Eric Rahm
67f6de2a30
Bug 1165515 - Part 9: Remove instances of using numeric log levels 1-5. rs=froydnj
2015-06-03 15:22:35 -07:00
Eric Rahm
f4e40b5ce5
Bug 1165515 - Part 8: Convert log level 6 to PR_LOG_VERBOSE. r=jesup
2015-06-03 15:22:34 -07:00
Eric Rahm
60ccf43cb3
Bug 1165515 - Part 7: Convert PR_LOG_DEBUG + 1 to PR_LOG_VERBOSE. rs=froydnj
...
Used the command: |sed -E -i -e 's/PR_LOG_DEBUG\s*\+\s*1/PR_LOG_VERBOSE/g'|
2015-06-03 15:22:32 -07:00
Eric Rahm
a21afeb115
Bug 1165515 - Part 6: Add PR_LOG_VERBOSE. r=froydnj
2015-06-03 15:22:31 -07:00
Eric Rahm
cc58068318
Bug 1165515 - Part 5: Convert instances of PR_LOG_ALWAYS. r=froydnj
...
Most instances were converted to PR_LOG_INFO, some to PR_LOG_DEBUG, and some
to PR_LOG_ERROR.
2015-06-03 15:22:30 -07:00
Eric Rahm
b4a01ca56b
Bug 1165515 - Part 4: Add PR_LOG_INFO. r=froydnj
...
This is an interstitial step in preparation for adding a new info level. For
now it just maps to debug.
2015-06-03 15:22:29 -07:00
Eric Rahm
f50b813989
Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj
2015-06-03 15:22:28 -07:00
Eric Rahm
1b710d4396
Bug 1165515 - Part 2: Add MOZ_LOG_TEST. r=froydnj
2015-06-03 15:22:26 -07:00
Steven Michaud
edb79b5fd7
Bug 1151345 - Firefox app menu sometimes contains only "Quit" on OS X. r=spohl
2015-06-03 16:19:51 -05:00
Ryan VanderMeulen
67ab30de60
Merge m-c to inbound. a=merge
2015-06-03 16:02:11 -04:00
Eitan Isaacson
2d65260813
Bug 879791 - Don't send touchscreen hover events to gecko when accessibility is disabled. r=kats
2015-06-03 13:00:34 -07:00
Ryan VanderMeulen
2b848889f8
Merge inbound to m-c. a=merge
2015-06-03 15:55:09 -04:00
Ryan VanderMeulen
c6c207b13a
Merge fx-team to m-c. a=merge
2015-06-03 15:52:14 -04:00
Ryan VanderMeulen
60a5912cdf
Merge b2g-inbound to m-c. a=merge
2015-06-03 15:50:54 -04:00
Kartikaya Gupta
ac67a8df73
Bug 1169844 - Remove incorrect assertion and properly untransform wheel events for overscroll situations. r=botond
2015-06-03 15:46:40 -04:00
Jonathan Griffin
43e9973851
Backout ca0d8c5301be for bustage on a CLOSED TREE
2015-06-03 12:04:03 -07:00
Daniel Holbert
5acf138794
Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan
2015-06-03 11:47:06 -07:00
Brian Hackett
8ce6d5a48d
Bug 1166709 - Mark definite properties when replacing the unboxed group used for literals at some pc, r=jandem.
2015-06-03 11:31:28 -07:00
Jonathan Griffin
dc3cf30a4d
Bug 1170632 - Bump mozharness
2015-06-03 11:14:49 -07:00
B2G Bumper Bot
9de09f4cee
Bumping manifests a=b2g-bump
2015-06-03 11:07:22 -07:00
B2G Bumper Bot
5be73c25e8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/936633804b78
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #30337 from sousmangoosta/Bug-1159170
Bug 1159170 - Add margin on right edge when displaying error messages…
========
https://hg.mozilla.org/integration/gaia-central/rev/4ffe88f94897
Author: Ronald Claveau <sousmangoosta@ovh.fr>
Desc: Bug 1159170 - Add margin on right edge when displaying error messages R=francisco
2015-06-03 11:05:27 -07:00
Andrew Osmond
46f8e171e7
Bug 1166320 - Make volume service safer to use off main thread. r=dhylands
2015-06-03 13:44:53 -04:00
Ryan VanderMeulen
0d430ff1b0
Backed out changesets b2fb4270e0a6 and 2a0493fb37db (bug 1051148
) for introducing new rooting hazards.
...
CLOSED TREE IGNORE IDL
--HG--
extra : rebase_source : 97a096424b43fc4bed692182841843131fdcee13
extra : histedit_source : 4754300927dac90f0ae879e90896e36f1aa28b49
2015-06-03 13:14:59 -04:00
B2G Bumper Bot
d987af0b64
Bumping manifests a=b2g-bump
2015-06-03 09:57:20 -07:00
B2G Bumper Bot
1e087c796c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/79410b9957b7
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30307 from mwargers/1169332
Bug 1169332 - test_dialer_miss_call_from_known_contact_notification.py: AssertionError: u != Missed call
========
https://hg.mozilla.org/integration/gaia-central/rev/e0964376f9f0
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1169332 - test_dialer_miss_call_from_known_contact_notification.py: AssertionError: u != Missed call
2015-06-03 09:55:25 -07:00
B2G Bumper Bot
4d318b5789
Bumping manifests a=b2g-bump
2015-06-03 09:27:06 -07:00
B2G Bumper Bot
85ad5c9646
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c09aa1595299
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30353 from yzen/bug-1168563
Bug 1168563 - change reset and enable dev tools to a toggle, update t…
========
https://hg.mozilla.org/integration/gaia-central/rev/3d982a371df1
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1168563 - change reset and enable dev tools to a toggle, update text to be more explicit about factory reset. r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/69238ad2543f
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30390 from mwargers/1171038
Bug 1171038 - Add stable = false to test_dialer_receive_call.py
========
https://hg.mozilla.org/integration/gaia-central/rev/d5daf31aadfc
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1171038 - Add stable = false to test_dialer_receive_call.py
2015-06-03 09:25:11 -07:00
B2G Bumper Bot
8d55dec13a
Bumping manifests a=b2g-bump
2015-06-03 08:47:08 -07:00
B2G Bumper Bot
1a88a492c1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3370ed5aa0f2
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30291 from stasm/1169309-separate-concat-pretranslate
Bug 1169309 - Separate the concat from the pretranslate step
========
https://hg.mozilla.org/integration/gaia-central/rev/ad9be2ca4178
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1169309 - Separate the concat from the pretranslate step. r=rickychien
2015-06-03 08:45:12 -07:00
"Chris AtLee"
20d207a6a3
Bug 1171040: Enable MOZ_AUTOMATION_UPLOAD_SYMBOLS for android nightly builds r=ted a=RyanVM
...
--HG--
extra : amend_source : 681921575b721ee7b1148472d386f669d8f7627d
2015-06-03 11:45:10 -04:00
B2G Bumper Bot
4438083f9f
Bumping manifests a=b2g-bump
2015-06-03 08:32:21 -07:00
B2G Bumper Bot
e848a980a1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f713067ae3c9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30327 from KevinGrandon/bug_1169972_remove_unused_system_styles
Bug 1169972 - [System] Remove unused css rules inside of app_install_manager.css
========
https://hg.mozilla.org/integration/gaia-central/rev/6459250f9aa5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1169972 - [System] Remove unused css rules inside of app_install_manager.css
2015-06-03 08:30:24 -07:00
Dustin J. Mitchell
b5a4c056c2
Bug 1168612
: bump mozharness to 3e36eedc67a2; a=RyanVM
...
--HG--
extra : source : 7100c3ca5d17c7ff474f41e44765e696e3920f8b
extra : amend_source : 4b8c24b0b65d75fc53f854f2a15e97ea6baf9271
2015-06-03 11:14:34 -04:00
Patrick Brosset
6cfa30710e
Bug 1170477 - 3 - Test for the inspector breadcrumbs context menu; r=tromey
...
--HG--
extra : rebase_source : 47b0157ddbc87c0dc99f7e4df494ca404ab06cd3
extra : histedit_source : 162f6aded07df485d6a8fe3780bfd22c80c722c4
2015-06-03 16:31:23 +02:00
Ryan VanderMeulen
13ac33da0b
Bug 1115480 - Re-add metadata to the dom/presentation xpcshell.ini that shouldn't have been removed.
2015-06-03 10:16:50 -04:00
Ryan VanderMeulen
5dedbf5125
Bug 1051146 - Disable Pocketsphinx building on Windows due to bustage. r=gps
...
--HG--
extra : rebase_source : f412607604e7ba20db217977f3c0f10fb192f2d8
2015-06-03 10:09:00 -04:00
Ryan VanderMeulen
8e70b92b80
Backed out changeset c1cd7aff7c94 (bug 1163320) for causing silent Hazard build bustage.
...
--HG--
extra : rebase_source : 34f9d17d9c9c3b2bfd5bd8d4be48a05acc0c5908
2015-06-03 12:46:19 -04:00
Ryan VanderMeulen
f34abacc24
Bug 1165460 - Touch CLOBBER.
...
--HG--
extra : rebase_source : 6fa55a6f0a2ebe5b64492e326d4cd58a4a0e767d
2015-06-03 12:45:55 -04:00
Carsten "Tomcat" Book
8e2e7660ae
merge mozilla-inbound to mozilla-central a=merge
2015-06-03 13:49:47 +02:00
Carsten "Tomcat" Book
94b457497a
merge fx-team to mozilla-central a=merge
2015-06-03 13:11:13 +02:00
Carsten "Tomcat" Book
7b1fb1fb5c
Backed out changeset dd25b4d148af (bug 1139641) for bustage on a CLOSED TREE
2015-06-03 08:51:36 +02:00
Carsten "Tomcat" Book
69e89d53b1
Backed out changeset 8e4fdb45e6a8 (bug 1169439) for e10s dt test failures
2015-06-03 08:42:17 +02:00
Seth Fowler
58544b3813
Bug 1139641 - Return more information from SurfaceCache::Lookup and SurfaceCache::LookupBestMatch. r=dholbert
2015-06-02 23:30:14 -07:00
Seth Fowler
6b47e51226
Bug 1170877 - Track how many times the SurfaceCache has overflowed and report it in about:memory. r=dholbert
2015-06-02 23:30:11 -07:00
B2G Bumper Bot
958ac585d4
Bumping manifests a=b2g-bump
2015-06-02 20:02:24 -07:00