Eric Rahm
579c7d8013
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 14:31:01 -07:00
Eric Rahm
a44f865952
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-01 14:31:01 -07:00
Eric Rahm
dc8af776c2
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-01 14:31:00 -07:00
Eric Rahm
822c9dc07b
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-01 14:31:00 -07:00
Eric Rahm
749a03d440
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-01 14:31:00 -07:00
Eric Rahm
75424c33f6
Bug 1165515 - Part 9: Remove instances of using numeric log levels 1-5. rs=froydnj
2015-06-01 14:31:00 -07:00
Eric Rahm
91eb4a8f31
Bug 1165515 - Part 8: Convert log level 6 to PR_LOG_VERBOSE. r=jesup
2015-06-01 14:31:00 -07:00
Eric Rahm
7f5a031305
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-01 14:31:00 -07:00
Eric Rahm
dd18f0e584
Bug 1165515 - Part 6: Add PR_LOG_VERBOSE. r=froydnj
2015-06-01 14:31:00 -07:00
Eric Rahm
a96929aa99
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-01 14:31:00 -07:00
Eric Rahm
d3194031f7
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-01 14:31:00 -07:00
Eric Rahm
a50b98baa8
Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj
2015-06-01 14:31:00 -07:00
Eric Rahm
77e9c555b4
Bug 1165515 - Part 2: Add MOZ_LOG_TEST. r=froydnj
2015-06-01 14:30:59 -07:00
Xidorn Quan
b75b433a84
Bug 1168274 part 1 - Avoid triggering window reflow for hiding margins when entering fullscreen on Windows. r=jimm
2015-06-02 09:22:49 +12:00
Botond Ballo
dd9dba3175
Bug 1166382 - Use the adjusted full zoom in nsDocument::GetViewportInfo(). r=tn
2015-05-29 14:28:05 -04:00
Kartikaya Gupta
7197c936b7
Bug 1145084 - Ensure that the 300ms content timeout in the APZ code also applies to the touch-action allowed behaviours. r=botond
2015-06-01 17:04:15 -04:00
Kartikaya Gupta
765d89140f
Bug 1167693 - Ensure device and vendor IDs are zero-padded. r=mstange
2015-06-01 17:04:15 -04:00
Benjamin Bouvier
1d0ca73ad2
Bug 1157624: Remove asm.js ternary optimizations and activate the FoldTest optimization pass for asm.js; r=luke
2015-05-29 13:37:59 +02:00
Chris Manchester
d95ee6bf78
Bug 1169798 - Refresh the marionette server's window reference when switching between windows to avoid intermittent exception.;r=ato
2015-06-01 13:26:15 -07:00
Wes Kocher
0ff3bfb1da
Merge m-c to inbound, a=merge
2015-06-01 12:33:23 -07:00
Wes Kocher
04fbaaaa82
Merge b-i to m-c a=merge
2015-06-01 12:19:33 -07:00
Wes Kocher
f08d43828f
Backed out changeset 666b584fb521 to let the real fix land a=me
2015-06-01 12:16:31 -07:00
B2G Bumper Bot
9a4673e35d
Bumping manifests a=b2g-bump
2015-06-01 10:07:25 -07:00
B2G Bumper Bot
fea1436010
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c7beef2b034d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1170120 - Move dependency decls from jsm pkgs to appropriate manifests"
This reverts commit d5c94553667702bc2137cf6fc852643e44b9971b.
2015-06-01 10:05:28 -07:00
B2G Bumper Bot
5d047de024
Bumping manifests a=b2g-bump
2015-06-01 09:47:16 -07:00
B2G Bumper Bot
42ce9d0f5e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b1894e4b7557
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #30296 from DouglasSherk/1169353-certified-spark
Bug 1169353 - Include certified Spark apps on Homescreen. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/ae7e9d5927f8
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1169353 - Include certified Spark apps on Homescreen. r=daleharvey
2015-06-01 09:45:19 -07:00
B2G Bumper Bot
7c537c6662
Bumping manifests a=b2g-bump
2015-06-01 09:32:22 -07:00
B2G Bumper Bot
1328ea29e3
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/451c2b398e7c
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1168516 - Enable developer menu by default in spark. r=drs
2015-06-01 09:30:26 -07:00
B2G Bumper Bot
22ea1a6cf4
Bumping manifests a=b2g-bump
2015-06-01 08:42:56 -07:00
B2G Bumper Bot
83f25177f5
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e5020efb1848
Author: Kai-Zhen Li <kli@mozilla.com>
Desc: Bug 1039893
- Enable screen before setScreenBrightness. r=timdream, a=2.0m+
========
https://hg.mozilla.org/integration/gaia-central/rev/2fc811228715
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1094759 - new Bootstrap"
This reverts commit 481db507e20c3c6940056093de114281b8bf69c4.
========
https://hg.mozilla.org/integration/gaia-central/rev/c8b2c1320d23
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1039893
- Enable screen before setScreenBrightness. r=timdream, a=jocheng"
This reverts commit 01620e9b77bf2ad621c0ee7b85ba27694ef030a3.
========
https://hg.mozilla.org/integration/gaia-central/rev/ea0e275456c8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1039893
- Add back inadvertently-removed comment."
This reverts commit df3ade468c535a84c9003afdb4a76c2941ea196a.
2015-06-01 08:40:32 -07:00
B2G Bumper Bot
7b2143cf66
Bumping manifests a=b2g-bump
2015-06-01 08:33:23 -07:00
B2G Bumper Bot
f81b1aefea
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/40ca63c856bf
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30344 from gaye/bug-1170120
Bug 1170120 - Move dependency decls from jsm pkgs to appropriate mani…
========
https://hg.mozilla.org/integration/gaia-central/rev/0a387cf269dc
Author: gaye <gaye@mozilla.com>
Desc: Bug 1170120 - Move dependency decls from jsm pkgs to appropriate manifests
2015-06-01 08:31:27 -07:00
Carsten "Tomcat" Book
3ccf297d19
Revert gaia.json and the device image manifests to revision 719e11a4bfdc on a CLOSED TREE a=bustage
2015-06-01 16:45:08 +02:00
Carsten "Tomcat" Book
65e91f147f
Backed out changeset c9867a69b201 (bug 1136732) for frequent OSX m-oth test failures on a CLOSED TREE
2015-06-01 16:39:41 +02:00
B2G Bumper Bot
94ab5480b8
Bumping manifests a=b2g-bump
2015-06-01 06:57:27 -07:00
B2G Bumper Bot
5b11e1f7c9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0832c8ca72e3
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Bug 1039893
- Add back inadvertently-removed comment.
========
https://hg.mozilla.org/integration/gaia-central/rev/103631f84c5d
Author: Kai-Zhen Li <kli@mozilla.com>
Desc: Bug 1039893
- Enable screen before setScreenBrightness. r=timdream, a=jocheng
2015-06-01 06:55:25 -07:00
Carsten "Tomcat" Book
9c8c3f32f6
Merge mozilla-central to b2g-inbound
2015-06-01 15:24:09 +02:00
Carsten "Tomcat" Book
8c25c8f936
merge mozilla-inbound to mozilla-central a=merge
2015-06-01 15:00:24 +02:00
Carsten "Tomcat" Book
55b68e1fb0
merge fx-team to mozilla-central a=merge
2015-06-01 14:17:51 +02:00
Carsten "Tomcat" Book
b74893c924
merge b2g-inbound to mozilla-central a=merge
2015-06-01 13:28:21 +02:00
B2G Bumper Bot
c0f6e2a0aa
Bumping manifests a=b2g-bump
2015-06-01 01:37:24 -07:00
B2G Bumper Bot
a69b7310de
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aa653cc24c71
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #29932 from alivedise/new-bootstrap-0507
Bug 1094759 - new bootstrap, r=etienne, timdream, mhenrenty
========
https://hg.mozilla.org/integration/gaia-central/rev/df20fe075e73
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1094759 - new Bootstrap
2015-06-01 01:35:28 -07:00
Jonathan Kew
45ffdbabc4
Bug 964512 - Check for existence of character before trying to get its metrics in gfxGDIFont::Initialize. r=jdaggett
2015-06-01 09:13:29 +01:00
Jonathan Kew
17b76fac79
Bug 1148660 - Correct the handling of glyph positioning offsets in vertical-upright mode. r=jdaggett
2015-06-01 09:12:46 +01:00
B2G Bumper Bot
34d86e1a95
Bumping manifests a=b2g-bump
2015-06-01 00:02:22 -07:00
B2G Bumper Bot
23cc7c7a40
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a4d81914887c
Author: John Hu <im@john.hu>
Desc: Merge pull request #30304 from john-hu/bug-1169507-focus-while-opening-closed
Bug 1169507 - Set focus while modal-dialog-will-open event fired, r=chens
========
https://hg.mozilla.org/integration/gaia-central/rev/6123fddfd5a9
Author: John Hu <im@john.hu>
Desc: Bug 1169507 - Set focus while modal-dialog-will-open event fired
2015-06-01 00:00:26 -07:00
B2G Bumper Bot
816c884e62
Bumping manifests a=b2g-bump
2015-05-31 21:28:27 -07:00
B2G Bumper Bot
64ef219149
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5e79edb42ebf
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Merge pull request #30303 from sean2449/Bug-1169540
Bug 1169540 - [Stingray][Shared] Clock should refresh again before se…, r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/e5ea504d5d18
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1169540 - [Stingray][Shared] Clock should refresh again before setInterval
2015-05-31 21:26:30 -07:00
B2G Bumper Bot
39901ceadf
Bumping manifests a=b2g-bump
2015-05-31 20:42:55 -07:00
B2G Bumper Bot
89cf8fa107
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/698b98717410
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Merge pull request #30281 from sean2449/Bug-1168722-display-css
Bug 1168722 - [Stingray][EPG] Update program info section and refacto…, r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/12e37100b2c2
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1168722 - [Stingray][EPG] Update program info section and refactor layout
2015-05-31 20:40:31 -07:00