Sebastian Hengst
a984558fa2
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: K49FVRdOww8
2017-10-16 10:55:46 +02:00
Nicholas Nethercote
6164e7abd0
Bug 1408231 - Remove unnecessary forward declarations and add |static| where appropriate. r=glandium.
...
This is possible now that all of libpref is in a single .cpp file.
For some functions, this required moving the comment from the forward
declaration to the definition.
MozReview-Commit-ID: 7XjHENZkc61
--HG--
extra : rebase_source : adc61d0463769c311915139f6e98c2f3187a2d21
2017-10-13 15:24:59 +11:00
Jeremy Chen
2fd13fd9b0
Bug 1407098 - put a nightly only domain in stylo blocklist for testing. r=xidorn
...
Thanks to xidorn's donation, now we can do some real domain testings for stylo
blocklist mechanism. Note that we only add arewestyloyet.rs domain in Nightly
channel for testing, and the domain should be removed in other channels.
MozReview-Commit-ID: Io351w6sg5b
--HG--
extra : rebase_source : 339fdcf754c41f79ef03324697695b8e44a5d261
2017-10-14 16:54:32 +08:00
Phil Ringnalda
ecdb97c7dc
Backed out 6 changesets (bug 1406212) for mass reftest failures
...
CLOSED TREE
Backed out changeset 1c9fe35de901 (bug 1406212)
Backed out changeset 1acc4c270bf9 (bug 1406212)
Backed out changeset d9ea9cff849f (bug 1406212)
Backed out changeset 5bf2f08f01f9 (bug 1406212)
Backed out changeset 1a050da96e9e (bug 1406212)
Backed out changeset 1b5e78113f06 (bug 1406212)
MozReview-Commit-ID: LizV8CD4IY4
2017-10-12 19:45:23 -07:00
Nicholas Nethercote
ab27f10405
Bug 1407494 (part 9) - Merge PREF_RegisterCallback() and PREF_RegisterPriorityCallback. r=glandium.
...
This avoids some code duplication.
MozReview-Commit-ID: 2Cb4YtL5RSu
--HG--
extra : rebase_source : 76f2146e8f465608371b8650d96494626f0bee82
2017-10-13 15:24:59 +11:00
Nicholas Nethercote
475691af83
Bug 1407494 (part 8) - Remove forward declaration of PrefSetting. r=glandium.
...
It's declared in Preferences.h, which Preferences.cpp includes.
MozReview-Commit-ID: 7bjcgsrbfGl
--HG--
extra : rebase_source : ea932402b7eaae876fcba2c0cfdfad2bc728cb8d
2017-10-13 15:24:59 +11:00
Nicholas Nethercote
7480060898
Bug 1407494 (part 7) - Replace malloc uses with operator new. r=glandium.
...
MozReview-Commit-ID: 5mNDX95Cexn
--HG--
extra : rebase_source : d355f6fbd8c41c84a428cf879fa4f84fd08193a5
2017-10-13 15:24:59 +11:00
Nicholas Nethercote
e4a4426ba0
Bug 1407494 (part 6) - Remove GetContentChild(). r=glandium.
...
We can just use XRE_IsContentProcess() instead, because the pointer return
value is only ever used in a bool context.
MozReview-Commit-ID: 6R4Bwf1cnKU
--HG--
extra : rebase_source : 392e01cfc145f05783c4bdc7aa08486ef07982be
2017-10-13 15:24:58 +11:00
Nicholas Nethercote
39ffd37e3d
Bug 1407494 (part 5) - Replace uses of NS_strdup(), PL_strdup(), PL_strfree() with more standard functions. r=glandium.
...
MozReview-Commit-ID: FPDUZZqkHqg
--HG--
extra : rebase_source : fbe0e3c4c5f9c18060b6609ac94eb9dfe34b6e77
2017-10-13 15:24:58 +11:00
Nicholas Nethercote
003d9a950d
Bug 1407494 (part 4) - Remove have_PrefChangedFunc_typedef. r=glandium.
...
This is detritus from old changes that can be cleaned up now.
The patch removes the declaration of PrefChangedFunc from Preferences.cpp
because it's also in Preferences.h, which is included by Preferences.cpp.
The patch also removes the part of the comment about passing a non-zero result
because it's clearly false -- the callback has no return value.
MozReview-Commit-ID: 72cdauYsRUt
--HG--
extra : rebase_source : 84cbbcea3b0ce3242c629e428be1e81be9cb5792
2017-10-13 15:24:58 +11:00
Nicholas Nethercote
89d51cf936
Bug 1407494 (part 3) - Remove PR_ALIGN_OF_WORD and WORD_ALIGN_MASK. r=glandium.
...
Their last use was removed in bug 200524, 14.5 years ago.
MozReview-Commit-ID: FoM8KpJNA7m
--HG--
extra : rebase_source : 0c0ffb90a5e8d23cead729b71563ad2249102c96
2017-10-13 15:24:58 +11:00
Nicholas Nethercote
151b37fd07
Bug 1407494 (part 2) - Remove TEST_PREFREAD. r=glandium.
...
It's unclear how to compile it; it isn't a proper test, because it just prints
stuff out without explicitly checking anything; and I bet nobody has run it in
a long time.
MozReview-Commit-ID: 48s7pCy7HC6
--HG--
extra : rebase_source : 39d3ba85bd9e45e68b7c7c4cd27b5d7a5a9272b0
2017-10-13 15:24:58 +11:00
Nicholas Nethercote
b7cc1a8c68
Bug 1407494 (part 1) - Remove C-isms. r=glandium.
...
MozReview-Commit-ID: C2u2JpTkbkn
--HG--
extra : rebase_source : 7ebb89b57c00561e13bdd5b02196ef0b06264126
2017-10-13 15:24:58 +11:00
Blake Kaplan
43ff4cea89
Bug 1406212 - Default to e10s on with 4 content processes. r=Felipe
...
MozReview-Commit-ID: CtBXBOgTuki
--HG--
extra : rebase_source : 851c31405ec03ece1390bc338b6bd18ea39ba7f8
2017-09-28 15:50:15 -07:00
Sebastian Hengst
87cd48824a
merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE
2017-10-13 00:53:56 +02:00
Sebastian Hengst
5c00b8540d
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: AlcL6XYDkf
2017-10-12 23:58:31 +02:00
Dragana Damjanovic
dc118fd91d
Bug 1405761 - If the preload pref is disabled rel=preload should be shown as not supported. r=smaug
...
--HG--
extra : rebase_source : 3e32d5d8beceedca7ab3eaaf528385f4e73f1164
2017-10-11 03:20:00 -04:00
Sebastian Hengst
4c169d4680
merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE
2017-10-12 12:00:22 +02:00
JW Wang
4ab061994a
Bug 1407886 - enable OMT data delivery. r=gerald
...
Try looks good. Let's turn it on for more tests on Nightly.
MozReview-Commit-ID: 21mQfRmOYag
--HG--
extra : rebase_source : 8f51bd517816deba68dad511a9f859ab1df25baf
extra : intermediate-source : 5150eb8b0826be6578b2d8c68d6d864cc9f55f25
extra : source : 63542cbae67928b936f0472b8dca1f7035759115
2017-10-06 17:46:53 +08:00
Nils Ohlmeier [:drno]
660bb85308
Bug 1407492: remove aec log dir user pref. r=mjf
...
MozReview-Commit-ID: 5oNuOrSHY2y
--HG--
extra : rebase_source : 4fdf9a7cd4e88dde6b7ac583007ae90fed7fb0fe
2017-10-10 19:43:37 -07:00
Jon Coppeard
fa34bb9ca6
Bug 1406065 - Make JSGC_MAX_MALLOC_BYTES param the same in the shell as the browser r=sfink
2017-10-11 13:22:09 +01:00
Nicholas Nethercote
0e7051b93c
Bug 1406281 - Restyle CallbackAndVarCacheOrder.cpp. r=erahm.
...
This is a mixture of clang-format and manual restyling.
MozReview-Commit-ID: ApLqaQ3KZ5S
--HG--
extra : rebase_source : 4b4ac2f7f05eaa39181005655a62234275b96ff6
2017-10-08 07:46:07 +11:00
Nicholas Nethercote
3c3c516563
Bug 1406280 - Restyle modules/libpref/*.h. r=erahm.
...
This is a mixture of clang-format and manual restyling.
MozReview-Commit-ID: 6S6yUDXQJtE
--HG--
extra : rebase_source : f7f52bd4c2fe9de1d5b6d99bf2daf841e511d913
2017-10-08 07:46:07 +11:00
Nicholas Nethercote
b22e211a7f
Bug 1406205 - Restyle Preferences.cpp. r=felipe.
...
This is a mixture of clang-format and manual restyling.
MozReview-Commit-ID: G5ipKb1w5L0
--HG--
extra : rebase_source : 232cae37df4d6d41256c76d0616df5d1c53786fd
2017-10-06 10:06:47 +11:00
Sebastian Hengst
c2d6023454
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 36L7JL73CzG
2017-10-09 23:52:04 +02:00
Andreas Farre
3113c32033
Bug 1377766 - Enable budget throttling by default. r=bkelly
2017-10-09 05:16:00 -04:00
Sebastian Hengst
57b1e21136
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: Lbq8F50U0Nf
2017-10-08 11:44:16 +02:00
Sebastian Hengst
3c8747ae61
merge mozilla-central to autoland. r=merge a=merge
2017-10-07 10:52:29 +02:00
Sebastian Hengst
b834f0d177
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 7Ez95T2ivfR
2017-10-07 10:37:39 +02:00
Kartikaya Gupta
123ea35128
Bug 1406008 - Add pref for just dumping the parent process display list. r=jrmuizel
...
MozReview-Commit-ID: Fdm2f5jbJ4z
--HG--
extra : rebase_source : c24893dc67e40a34ec03bcc36322c88671fe0fbf
2017-10-06 09:29:45 -04:00
Xidorn Quan
e9accd246b
Bug 1406277 - Completely remove xml:base for style attribute. r=bz
...
This commit removes:
* layout.css.style-attr-with-xml-base.disabled pref
* deprecation XMLBaseAttributeForStyleAttr
* code path for getting base URI of style attr considering xml:base
MozReview-Commit-ID: 1w96eqhHPab
--HG--
extra : rebase_source : 95e33da698ce0cfc9a44de8bc0d63c3fa4634644
2017-10-06 15:45:33 +11:00
Nicholas Nethercote
3acb3b84ae
Bug 1405935
- Restyle nsPref*.cpp. r=felipe.
...
This is a mixture of clang-format and manual restyling.
MozReview-Commit-ID: 5wTM0nUeuPK
--HG--
extra : rebase_source : 35f0c24b9dcae5d333a27dbcd29c85a538bb8c0a
2017-10-06 10:06:43 +11:00
Nicholas Nethercote
7020a5b5b7
Bug 1405908 - Restyle prefapi.cpp. r=glandium.
...
This is a mixture of clang-format and manual restyling.
MozReview-Commit-ID: 2cORYQwCeP2
--HG--
extra : rebase_source : 8982e1992290547636db263cd7ff1fadcb8f1b37
2017-10-06 09:18:58 +11:00
Nicholas Nethercote
36a1dd448f
Bug 1405598 - Restyle prefread.cpp. r=glandium.
...
This is a mixture of clang-format and manual restyling.
MozReview-Commit-ID: DKyADDJl5G8
--HG--
extra : rebase_source : 0d1d13721d1f88d871ef99e509204fe02464bdec
2017-10-05 13:58:44 +11:00
JW Wang
b2cbe2833f
Bug 1405962. P1 - give MediaCache a thread on which we will run data callbacks from the HTTP channel. r=gerald
...
MozReview-Commit-ID: Av7bFGx9SW
--HG--
extra : rebase_source : 296a6137ee63328e11eb11a8ee3430979cf8e5a8
extra : intermediate-source : 9634a9cd63e188799fe691cfe7108a173db503d5
extra : source : 43860a593eb810088adac150c0fa85cf8133ce17
2017-09-13 16:51:12 +08:00
Wes Kocher
9408094d14
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: FnOGO7LJHCB
2017-10-04 16:45:36 -07:00
Jeff Muizelaar
5a5f5bcef6
Bug 1405778. Remove largely unneeded call to nsDisplayBackgroundColor::GetLayerState. r=kats
...
Text clipping is the only thing we don't handle and it's better to just have this inline.
2017-10-04 17:03:16 -04:00
Valentin Gosu
3fba909015
Bug 1403926 - Add pref for PerformanceNavigationTiming r=baku
...
MozReview-Commit-ID: 9f6fcCk8mh
--HG--
extra : rebase_source : 0a1252a7cff2cfaec8f0ab5f8ffa755a0a8a4b5e
2017-10-04 02:48:33 +02:00
Jeremy Chen
db85457d66
Bug 1403077 - implement the stylo blocklist mechanism. r=heycam
...
In this patch, we read the stylo blocklist into nsLayoutUtils's global static
variable during nsLayoutUtils::Initialize(). So, we can decide if we should
fallback to use Gecko backend while updating style backend for a document.
We add "layout.css.stylo-blocklist.blocked_domains" and
"layout.css.stylo-blocklist.enabled" to ContentPrefs.cpp because they are read
very early (during nsLayoutUtils::Initialize).
MozReview-Commit-ID: 8c4n6m9dYD8
--HG--
extra : rebase_source : ca81cd57980d98b9b73f18bb03a8035b161d23ef
2017-09-27 20:35:21 +08:00
Kearwood "Kip" Gilbert
cd53268372
Bug 1374399 - Enable WebVR by default for macOS r=daoshengmu
...
MozReview-Commit-ID: JWJlw7Qib36
--HG--
extra : rebase_source : 5057a96b1ed7a70e5200645b404acf4c65f8c660
2017-09-20 16:09:44 -07:00
Bas Schouten
82d8d410bc
Bug 1403935: Enable OMTP by default on windows only. r=dvander
...
MozReview-Commit-ID: HcizKS5zv9v
2017-10-02 04:20:41 +02:00
Bas Schouten
43c3e5a40a
Bug 1404749: Release our DrawTargetCapture on the main thread. r=mattwoodrow
...
MozReview-Commit-ID: 7uRdl2ZWtGS
2017-10-02 04:20:40 +02:00
Sebastian Hengst
55e6971a70
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 3D21HjGG3i4
2017-10-01 00:59:41 +02:00
Sebastian Hengst
a095b86928
Backed out changeset 843b90c48664 (bug 1403935) for frequently asserting in mochitest gfx/tests/mochitest/test_font_whitelist.html on Windows non-stylo builds. r=backout a=backout
...
MozReview-Commit-ID: JBP3jOrlKyZ
2017-10-01 00:34:06 +02:00
Wes Kocher
eb9a2ed0f2
Merge inbound to central, a=merge
...
MozReview-Commit-ID: IqwKWn7ceHC
2017-09-29 14:47:25 -07:00
Bas Schouten
1c49bf2c2e
Bug 1403935: Enable OMTP by default on windows only. r=dvander
...
MozReview-Commit-ID: 9WkaJcTnMQB
2017-09-29 19:48:40 +02:00
Markus Stange
4b4d6f1561
Bug 1402498 - Add ScrollAnimationMSDPhysics, can be enabled using general.smoothScroll.msdPhysics.enabled. r=rhunt
...
MozReview-Commit-ID: fr8Q9iod5k
--HG--
extra : rebase_source : b9113d40081371872deff6aade13fd226b3e72a9
2017-09-26 20:55:35 -04:00
Kartikaya Gupta
d6089cccd0
Bug 1404325 - Remove the layers-free pref from about:config. r=jrmuizel
...
MozReview-Commit-ID: Fk9Mn0AyMFn
--HG--
extra : rebase_source : 7591a5c25d18f123c322ed69d53b9106502c0f11
2017-09-29 09:46:19 -04:00
Mark Goodwin
ae55f5a197
Bug 1359428 - Remove preference to select OneCRL update mechanism r=keeler,leplatrem,rhelmer
...
MozReview-Commit-ID: A6CwZrIDmTn
--HG--
extra : rebase_source : 41e17d29f982d23f30f48a6f85ad20fc84b018c6
2017-09-29 10:47:27 +01:00
Gijs Kruitbosch
c525d706ed
Bug 1399939 - switch to highly restrictive profile for IDN, r=dveditz,jfkthame
...
MozReview-Commit-ID: E5LRuQVfIZP
--HG--
extra : rebase_source : 9ea3f29552a5f41dc2e225f42fee5d4ec08b5063
2017-09-28 12:00:22 +01:00
Sebastian Hengst
72d1ea4a4b
merge mozilla-central to autoland. r=merge a=merge
2017-09-27 11:49:57 +02:00
Sebastian Hengst
a3b6b15cef
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: BGCq2q6xO1S
2017-09-27 11:47:52 +02:00
Jeff Muizelaar
d432f7bf8f
Bug 1403214 - Fix webrender debug prefs. r=nical
...
The current code sets the wrong flags. Fix them and add the alpha-primitives flag.
2017-09-26 23:58:56 -04:00
Andrea Marchesini
04cd5ddc32
Bug 1402317 - Remove dom.abortController.enabled and dom.abortController.fetch.enabled prefs, r=qdot
2017-09-27 03:50:46 +02:00
Wes Kocher
a341b32d06
Merge autoland to central, a=merge
...
MozReview-Commit-ID: 8B7y2ULc04
2017-09-26 17:11:14 -07:00
Sebastian Hengst
8002077a1e
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-09-26 12:22:11 +02:00
Kaku Kuo
73b1807eda
Bug 1401909 - turn on preference of ShutdownDecoder feature on desktop version release and beta channel; r=bwu
...
MozReview-Commit-ID: JB3RmyjhvK9
--HG--
extra : rebase_source : 96e93ab111799910f03d9cac3bd3ac5084e40f07
2017-09-21 17:47:45 +08:00
Kartikaya Gupta
52afa2be7d
Bug 1389000 - Turn on webrender layers-free mode by default. r=jrmuizel
...
MozReview-Commit-ID: C4dGxvJvxBG
--HG--
extra : rebase_source : cefa8e0ec931a1ac19186d08dc658ed3eea0d9e8
2017-09-26 14:49:19 -04:00
Wes Kocher
9d9610f6a3
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: Kjjgw1Pdb3U
2017-09-26 17:15:46 -07:00
Francois Marier
a6e2599b6e
Bug 1394017 - Default to Safe Browsing V4 on Fennec.r=dimi
...
MozReview-Commit-ID: 5SPHH82pJBE
--HG--
extra : rebase_source : 59834eab341082064dfa75c7145ea43d32bc5230
2017-09-25 16:44:27 -07:00
Jean-Yves Avenard
f1942e6f65
Bug 1403190 - P3. Rename and re-organise dxva prefs. r=cpearce
...
MozReview-Commit-ID: GwDyO1xdiQU
--HG--
extra : rebase_source : b5cf5b56a1fa3413bed8373fca406160ac2691f9
2017-09-26 17:32:02 +02:00
Jean-Yves Avenard
6e3322b933
Bug 1403190 - P2. Make wmf prefs public. r=cpearce
...
Some of them are often requested to be modified during troubleshooting, this makes it easier to do it.
MozReview-Commit-ID: 8BP2m46uA1a
--HG--
extra : rebase_source : 943dcedb16276c5484e2e203aef84fc2eb5adbcb
2017-09-26 17:11:37 +02:00
Jean-Yves Avenard
24ce341523
Bug 1403190 - P1. Rename media.windows-media-foundation.* into media.wmf.* prefs. r=cpearce
...
MozReview-Commit-ID: F9rQoGVPmRt
--HG--
extra : rebase_source : e09c3065dda022208682dda52bca8dfef7ae23dc
2017-09-26 17:00:57 +02:00
Sebastian Hengst
087942d456
Backed out changeset 31a7d05125cc (bug 1403190) for breaking Windows builds due to wrong closing quotation marks in preferences file. r=backout on a CLOSED TREE
2017-09-27 10:18:02 +02:00
Sebastian Hengst
b45fc125ad
Backed out changeset b031f13dfe34 (bug 1403190)
2017-09-27 10:16:19 +02:00
Sebastian Hengst
7f458f557d
Backed out changeset e6eb65564b76 (bug 1403190)
2017-09-27 10:16:13 +02:00
Thomas Nguyen
1b74e11955
Bug 1351147 - Support ThreatHit requests in SafeBrowsing V4 r=francois
...
MozReview-Commit-ID: 3ifQtdOTulE
--HG--
extra : rebase_source : d9854fba4e2dcbb7310ca73fec3305ba32bbb7ae
2017-08-24 11:13:12 +08:00
Jean-Yves Avenard
fec750badb
Bug 1403190 - P3. Rename and re-organise dxva prefs. r=cpearce
...
MozReview-Commit-ID: GwDyO1xdiQU
--HG--
extra : rebase_source : 92ec1dfa25728d48dd22d9549005ead9930f25a9
2017-09-26 17:32:02 +02:00
Jean-Yves Avenard
9b0ef75b8c
Bug 1403190 - P2. Make wmf prefs public. r=cpearce
...
Some of them are often requested to be modified during troubleshooting, this makes it easier to do it.
MozReview-Commit-ID: 8BP2m46uA1a
--HG--
extra : rebase_source : d6b45c41438315bdc029ff40f2fdde00cb2f8416
2017-09-26 17:11:37 +02:00
Jean-Yves Avenard
06bc9c648f
Bug 1403190 - P1. Rename media.windows-media-foundation.* into media.wmf.* prefs. r=cpearce
...
MozReview-Commit-ID: F9rQoGVPmRt
--HG--
extra : rebase_source : 0bb194abe90e720100f2a2a09d0d905d6928aed3
2017-09-26 17:00:57 +02:00
Lars T Hansen
e29dce8e43
Bug 1391196 - Let javascript.options.wasm_baselinejit default to true. r=luke
...
--HG--
extra : rebase_source : 283bf21f108a2288e75a17f27fe900f09e39bfa9
extra : amend_source : 21ea252712aa34d5898f56b4c43acafeba72a082
2017-06-02 17:58:29 +02:00
Chris Peterson
b98afa1d19
Bug 870698 - Part 11: Replace Insert(NS_LITERAL_STRING("")) with InsertLiteral(u""). r=erahm
...
The NS_LITERAL_STRING macro creates a temporary nsLiteralString to encapsulate the char16_t string literal and its length, but AssignLiteral() can determine the char16_t string literal's length at compile-time without nsLiteralString.
MozReview-Commit-ID: L9UE3gXHG4Q
--HG--
extra : source : 37d74bf745b23542251cc6b021d6aabb5ffadea1
extra : intermediate-source : 0402b4bd34c293b44c76de22418899420c8e405b
2017-09-07 18:08:18 -07:00
Jonathan Kew
34f77e6f9a
Bug 1317445 - Enable support for the 'font-display' descriptor in @font-face rules. r=dbaron
2017-10-05 10:00:59 +02:00
Jim Chen
cbacd9ba5c
Bug 1400886 - Re-enable JSM shared global on mobile; r=jchen
...
Back out the change made in bug 1400489, to re-enable shared global for
JSMs on mobile. r=me for trivial patch.
MozReview-Commit-ID: 5Kn5LFK66w8
--HG--
extra : rebase_source : 64e29577f7704edfd6bd0148476652a623b230c3
2017-09-19 14:57:33 -04:00
Kevin Hsieh
b124cf4bf5
Bug 1395777
(part 2) - Make orthogonal ruby annotations inter-character. r=xidorn
...
MozReview-Commit-ID: JjpEnQI9Dmv
--HG--
extra : rebase_source : df628c84bd9c5d4b1eedca874c8e924786d6964d
2017-08-31 17:41:13 -07:00
Christoph Kerschbaumer
b28bd80343
Bug 1380959: Block oplevel data: URI navigations in Nightly and early Beta. r=bz
2017-09-18 17:21:40 +02:00
Jan de Mooij
7c2f41c8d9
Bug 1399471 part 1 - Disable the full_debug_checks jit pref by default in browser builds. r=nbp
2017-09-18 16:20:17 +02:00
Ting-Yu Lin
34dfa1cea5
Bug 1399767 - Remove preference "layout.css.clip-path-shapes.enabled". r=heycam
...
The variables (basicShapeSVGBoxValues, etc.) in property_database.js are
moved to the beginning of the file so that they're defined before usage.
MozReview-Commit-ID: 7L3obIY1alP
--HG--
extra : rebase_source : 6c3dff5ecbdad8ef6cf1a49953e4ad1001620b6c
2017-09-15 15:00:30 +08:00
Sebastian Hengst
9b5a1a0f76
Backed out changeset bf572b74ec5f (bug 1392841) for frequently failing reftest layout/reftests/font-face/font-display-1.html on Linux debug and on suspicion for causing leak in bug 1399117. r=backout a=backout
...
MozReview-Commit-ID: 5LtVLea4emt
2017-09-15 21:20:52 +02:00
Sebastian Hengst
71720207e1
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: JHeyFz4rx1v
2017-09-14 23:58:56 +02:00
Ryan VanderMeulen
277d6a438f
Merge m-c to inbound. a=merge
2017-09-14 10:52:18 -04:00
Wes Kocher
ff68b95b87
Merge inbound to central, a=merge
...
MozReview-Commit-ID: ClVRh99eIUo
2017-09-14 00:03:28 -07:00
Michal Novotny
e089501d36
Bug 1392841 - Enable RCWN on Nightly, r=valentin
2017-09-14 14:40:05 +02:00
Jessica Jong
95a4e2e89a
Bug 1399036
- Enable date/time input by default on all builds. r=mconley
2017-09-14 15:01:01 +08:00
Sebastian Hengst
123fb86836
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-09-14 00:15:34 +02:00
Sebastian Hengst
006a58c35d
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 2iVDKexRjxu
2017-09-13 23:58:43 +02:00
Bill McCloskey
3bbcabf1f2
Bug 1397956
- Use native event processing in content process (r=mccr8)
...
MozReview-Commit-ID: J6vP9bg4csD
2017-09-13 13:04:38 -07:00
Shawn Huang
f86d1e915d
Bug 1399038 - Enable Storage API on beta/release. r=janv, baku
2017-09-13 21:46:36 +08:00
Botond Ballo
aa3610ce43
Bug 1367765 - Put apz scrollbar touch-dragging behind a pref. r=rhunt
...
The pref is enabled by default, but it allows the feature to be disabled
easily if necessary.
MozReview-Commit-ID: Iu1JmMKEQv9
--HG--
extra : rebase_source : 57c27ef5840d4932e28cda2eb2f6e921ccd11a71
2017-09-12 19:38:30 -04:00
Sebastian Hengst
1b67570071
Backed out changeset 5a73ec3a1970 (bug 1392841) for failing mochitests, e.g. dom/tests/mochitest/ajax/offline/test_bug474696.html, on Windows 7 without e10s. r=backout
2017-09-13 14:45:00 +02:00
Sebastian Hengst
7dd2b068b5
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-09-13 13:35:21 +02:00
Sebastian Hengst
e4a2f44531
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 9SALJlvWgoZ
2017-09-13 13:32:44 +02:00
Michal Novotny
6134d2df81
Bug 1392841 - Enable RCWN on Nightly, r=valentin
2017-09-13 09:05:15 +02:00
Jean-Yves Avenard
992e949d6c
Bug 1352016 - P4. Enable NV12 preference. r=mattwoodrow
...
Makes it easier to change the value should our detection be broken.
MozReview-Commit-ID: KXMjZVLXNg5
--HG--
extra : rebase_source : 2de81f2e996a878ab19e0c1681aec435b744b36b
2017-09-10 17:56:36 +02:00
Timothy Guan-tin Chien
6408b3f887
Bug 1350766 - Add Songti TC/SC to zh-CN/HK/TW default serif font list for MacOS, r=m_kato
...
MozReview-Commit-ID: BBVr5K7BSki
--HG--
extra : rebase_source : df92ff1a8691327ff9432cf73d933f5ff5ceae1e
2017-09-07 14:21:48 +08:00
Wes Kocher
7a8b3e02a0
Backed out 4 changesets (bug 1352016) for gfx crashes in test_TelemetryEnvironment.js a=backout CLOSED TREE
...
Backed out changeset dd7342e18e67 (bug 1352016)
Backed out changeset ebc7c92e8dc0 (bug 1352016)
Backed out changeset e79e512f803f (bug 1352016)
Backed out changeset 9eed6a69298c (bug 1352016)
MozReview-Commit-ID: CYDuqu0Hmtb
2017-09-12 17:09:40 -07:00
Jean-Yves Avenard
445418ec2c
Bug 1352016 - P3. Enable NV12 preference. r=mattwoodrow
...
Makes it easier to change the value should our detection be broken.
MozReview-Commit-ID: KXMjZVLXNg5
--HG--
extra : rebase_source : 3b9e9dc97d16df83d4d8a35320966b210cf71fca
2017-09-10 17:56:36 +02:00
Sebastian Hengst
45bab258b7
merge mozilla-central to autoland. r=merge a=merge
2017-09-14 00:11:28 +02:00
Francois Marier
6401ced9e2
Bug 1397930 - Use the same Safe Browsing client ID on all official builds. r=gcp
...
MozReview-Commit-ID: 5der4PiHWyv
--HG--
extra : rebase_source : 913cdabe319f11877e4f3cfa411b488d298ffcec
2017-09-13 14:04:26 -07:00
Sebastian Hengst
e128df9e6a
Backed out changeset 956163f1fa0e (bug 1397930) on request from francois. r=backout
2017-09-13 23:00:27 +02:00
Sebastian Hengst
be553422dd
merge mozilla-central to autoland. r=merge a=merge
2017-09-13 11:30:55 +02:00
Francois Marier
5e04ed0e16
Bug 1397930 - Use the same Safe Browsing client ID on all official builds. r=gcp
...
Also use the UA name on all non-official builds, not just Fennec.
MozReview-Commit-ID: 4pKVz1mFnEl
--HG--
extra : rebase_source : d87cc290ad400c386c0a418289aba746eba63c65
2017-09-07 17:40:52 -07:00
Stone Shih
9afc2952f8
Bug 1399035 - Keeping the input event queue enabled for release build. r=smaug.
2017-09-12 15:56:41 +08:00
Sebastian Hengst
ecf716b8bb
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: CmMBcpJapLy
2017-09-12 11:35:15 +02:00
Bill McCloskey
7e14af9ef5
Bug 1398423 - Enable picking events from multiple labeled event queues (r=froydnj)
...
MozReview-Commit-ID: AsfFUsQjMAV
2017-09-11 19:11:07 -07:00
Michal Novotny
c6167ee19b
Bug 1398847 - Enabling RCWN causes tp6_facebook regression, r=valentin
...
For some reason, triggering network directly from MaybeRaceCacheWithNetwork() causes performance regression of tp6_facebook tests. This patch changes it so that an event is posted instead.
The patch also adds network.http.rcwn.min_wait_before_racing_ms preference which can be used by users to avoid immediate racing.
2017-09-11 22:16:13 +02:00
Gerald Squelart
fd1d1ab5e7
Bug 1378722 - Disable D3D11 video decoding for igd10umd{32,64}.dll 9.17.10.2884 - r=kentuckyfriedtakahe
...
MozReview-Commit-ID: 9g0Ods8PHUy
--HG--
extra : rebase_source : 9dd61c461cfac751fa0f57ef9cb84151921326cd
2017-09-01 12:04:14 +12:00
David Anderson
3f401fb22f
Let Advanced Layers ride the trains. (bug 1385051 part 2, r=milan)
2017-09-10 08:53:07 -07:00
Sebastian Hengst
261dd76eb6
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: ACCqbunIDpp
2017-09-09 11:44:38 +02:00
Kris Maglione
77f405ec4c
Bug 1398357: Part 2 - Assert that Preferences methods observer/callback args are never null. r=njn
...
MozReview-Commit-ID: 10vbA1OnDC0
--HG--
extra : rebase_source : 3f5831e8c02e51724c4d8d4389e4d54c6a468d38
extra : histedit_source : 918e123b21605082306b3d9069e8085d0295f943
2017-09-08 14:36:54 -07:00
Nomis101
88f18e1e34
Bug 1398300 - Fix "buton" typo in all.js. r=stone
2017-09-08 21:24:43 +02:00
Wes Kocher
5ee13ebe8a
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 4CJDJBAcVPL
2017-09-08 13:41:21 -07:00
David Anderson
b4357df64f
Rename the Advanced Layers pref to indicate that it's stable. (bug 1385051 part 1, r=milan)
2017-09-08 10:21:18 -07:00
Sebastian Hengst
03a0a16f80
Backed out changeset e288814a44ef (bug 1397956
) for debug build bustage on Linux, build bustage on Windows and many test failures, especially on Android. r=backout on a CLOSED TREE
2017-09-08 09:20:57 +02:00
Bill McCloskey
0efeab628f
Bug 1397956
- Use native event processing in content process (r=mccr8)
...
MozReview-Commit-ID: J6vP9bg4csD
2017-09-07 22:36:40 -07:00
Patrick McManus
a9a3a1131f
Bug 1398201 - Disable TFO (TCP Fast Open) for 57 r=nwgh
...
MozReview-Commit-ID: Ghp4T1jnFRA
--HG--
extra : rebase_source : c46b868941e30d76b09c501e0cddc8f18f981b25
2017-09-08 11:56:40 -04:00
Botond Ballo
cb97473493
Bug 1398858 - Have apz.frame_delay.enabled ride the trains on desktop. r=kats
...
MozReview-Commit-ID: HAOFPBlqEq0
--HG--
extra : rebase_source : 3df9ddd8590d9f168f8f2f1f7f2d44b66aa4cef9
2017-09-11 13:33:54 -04:00
Andrew McCreight
1f0b9dc34f
Bug 1186409 - Use a single global for all JSMs. r=kmag
...
This patch adds a preference jsloader.shareGlobal that makes it so
that JSMs share a single global, in order to reduce memory usage. The
pref is disabled by default, and will be enabled in a later bug. Each
JSM gets its own NonSyntacticVariablesObject (NSVO), which is used for
top level variable bindings and as the value of |this| within the JSM.
For the module loader, the main change is setting up the shared
global, and the NSVO for each JSM. A number of files are blacklisted
from the shared global, because they do things to the global that
would interfer with other JSMs. This is detailed in
mozJSComponentLoader::ReuseGlobal().
MozReview-Commit-ID: 3qVAc1c5aMI
--HG--
extra : rebase_source : fe7e2672be8d09d6b7cec25e08cd464ff3cd6573
2017-07-18 14:47:27 -07:00
Fischer.json
f422e7877e
Bug 1399398 - Turn on the Storage Management feature, r=Gijs
...
MozReview-Commit-ID: GSm0Iz03tMD
--HG--
extra : rebase_source : f0f6992b9fe5330edbc30988de1520258b01bfb6
2017-09-13 18:12:21 +08:00
Mike Hommey
ca43d9e078
Bug 1398033
- Free dirty pages on memory pressure. r=njn
...
Free dirty pages appear as "page-cache" in about:memory reports, but
when minimizing memory, and more generally, on memory pressure, they're
currently not force-free()ed on desktop, while they are on mobile.
There doesn't seem to be much reason not to do it on desktop as well,
and it should help reduce the noise in "explicit" allocations measurements
on CI, too.
--HG--
extra : rebase_source : e477532dda5e72eb8797b5bcdc9060ca46106275
2017-09-08 14:50:42 +09:00
Stone Shih
6ce9492d65
Bug 1390044 - Enable the input event queue on nightly. r=smaug
...
MozReview-Commit-ID: 9lK19VNDCGr
2017-08-21 20:18:52 +08:00
Sebastian Hengst
8eb249afcc
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: JSRVc5yW6Kx
2017-09-07 12:39:12 +02:00
Nicholas Nethercote
06f76edc17
Bug 1276488 - Add diagnostics about Prefs startup failures. r=froydnj.
...
--HG--
extra : rebase_source : ee3b8c2592e4dcf43c395cb805a88cfa385ce7ef
2017-09-06 15:17:05 +10:00
Wes Kocher
c71af21a6e
Backed out changeset b7726e9751ca (bug 1392841) for reftest failures in font-display-1.html a=backout
...
MozReview-Commit-ID: IDsqrO2kUQ1
2017-09-06 16:48:20 -07:00
Hiroyuki Ikezoe
6b381a4cf5
Bug 1386021 - Enable PerformanceObserver on all channels. r=baku
...
MozReview-Commit-ID: LdktbmR4Fd
--HG--
extra : rebase_source : e3940d7a52c94effe98a7c19b7a8c68255078349
2017-09-07 06:23:49 +09:00
Francois Marier
92f446a67e
Bug 1394053
- Disable download protection on non-official builds. r=gcp
...
This is a follow up to revision 05907bcce126.
MozReview-Commit-ID: L8jpGpIQa9K
--HG--
extra : rebase_source : fc83a5fecb3e8f9b61ba597ef8f61d78ffd18425
2017-09-05 12:49:48 -07:00
Kevin Hsieh
2ec22812fa
Bug 1396731 - Make the default font size for zh same as other languages. r=xidorn
...
MozReview-Commit-ID: A4U38BXwLk0
--HG--
extra : rebase_source : 8684262048823eb8c8e8853d4683cdc81e0fdcb2
2017-09-05 10:00:42 -07:00
Kiril Vladimiroff
534c3bfd11
Bug 366945 - Disable middlemouse.contentLoadURL by default on UNIX and Android, r=gijs
...
MozReview-Commit-ID: FXniFjoU9RJ
--HG--
extra : rebase_source : 6fb36272b7779c52854e7e952725e528b7c9346a
2017-09-05 15:03:16 +03:00
Andrea Marchesini
46ca07016d
Bug 1394085 - Enable Abort API by default, r=bkelly
2017-09-06 18:21:05 +02:00
Michal Novotny
4e3b8c0a3b
Bug 1392841 - Enable RCWN on Nightly, r=valentin
2017-09-06 14:53:24 +02:00
Nicholas Nethercote
dfbbf14c3f
Bug 1407112 (part 4) - Merge prefapi.{cpp,h} and prefapi_private_data.h into Preferences.cpp. r=glandium.
...
This required moving WatchinPrefRAII and WATCHING_PREF_RAII
MozReview-Commit-ID: Kkefg2ouazK
--HG--
extra : rebase_source : 428b418bb68ca244d1ca66b9d5688fcc5f12aa08
2017-10-11 21:02:03 +11:00
Nicholas Nethercote
ed6468003d
Bug 1407112 (part 3) - Merge prefread.{cpp,h} into Preferences.cpp. r=glandium.
...
Note: the #include of prefread.h from prefapi.cpp was unnecessary.
MozReview-Commit-ID: E0JefORRtgs
--HG--
extra : rebase_source : 0c3d564f9e66f02f7c1387adeb3399755438ded7
2017-10-11 20:31:35 +11:00
Nicholas Nethercote
01fc945b6d
Bug 1407112 (part 2) - Merge nsPrefBranch.{cpp,h} into Preferences.cpp. r=glandium.
...
MozReview-Commit-ID: 3ugPL8ba6te
--HG--
extra : rebase_source : 87cee037df94afb4074823ad4f6a99b93fd92bd2
2017-10-11 20:31:32 +11:00
Nicholas Nethercote
702fbdf7c6
Bug 1407112 (part 1) - Merge nsPrefsFactory.cpp into Preferences.cpp. r=glandium.
...
MozReview-Commit-ID: V1tONOw0wT
--HG--
extra : rebase_source : fb379c0856d77f4e1778bf00d4a44e6f30a573b2
2017-10-11 19:03:23 +11:00
Andrew Osmond
6afddd6d86
Bug 1370412 - Part 1. Add preference to control "factor of 2" mode for ImageSurfaceCache. r=tnikkel
2017-09-05 07:58:44 -04:00
James Cheng
9d0d797c01
Bug 1395468 - [Part1] Remove media.eme.chromium-api.enabled preference and its related code. r=cpearce
...
1. Delete MediaPrefs::EMEChromiumAPIEnabled() and related logic.
2. We now only use the Chromium CDM interface so delete the opposite side check of MediaPrefs::EMEChromiumAPIEnabled().
MozReview-Commit-ID: GDFrrf4WlWf
--HG--
extra : rebase_source : 987667dd47757afd58e7da10b60c0e1e1ec89d39
2017-08-29 16:13:15 +08:00
Sebastian Hengst
4d0bad92dd
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: Gsw48p934sI
2017-09-02 10:54:44 +02:00
Wes Kocher
8b84853ed6
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: GcHZLNPPNnI
2017-09-01 16:34:14 -07:00
Wes Kocher
5f157c17dc
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 3JxUEFuinHY
2017-09-01 16:29:10 -07:00
Ryan Hunt
b7a4628547
Bug 1376525 - Enable "apz.keyboard.enabled" by default. r=milan
...
MozReview-Commit-ID: 8AUFwQTf2Er
--HG--
extra : rebase_source : 03f4f5e387bb895fe66960bfbe4fcca9ea5c1028
2017-09-01 10:57:28 -04:00
Stone Shih
7a2b25332c
Bug 1392876 - Enable coalescing mouse events to be once per refresh cycle (enable the pref). r=smaug.
...
MozReview-Commit-ID: 4eRQ77mFXAE
2017-08-16 10:37:25 +08:00
Botond Ballo
e978c76877
Bug 1385463 - Have APZ autoscrolling ride the trains. r=kats
...
MozReview-Commit-ID: AG7Zcb4U4ll
--HG--
extra : rebase_source : a842b54f04e022554bfde03ee7dfa755909ce588
2017-09-01 13:37:22 -04:00
Sebastian Hengst
43bc951ac7
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: ES9rKhiQo10
2017-09-01 10:38:51 +02:00
Kris Maglione
29412ecff3
Bug 1395711: Enable dump() by default in local builds. r=jryans
...
MozReview-Commit-ID: 5tUaoLcT6ZS
--HG--
extra : rebase_source : 334af3730f3bcac2b0b08f6164963b570ce41c86
2017-08-31 13:16:07 -07:00
Sebastian Hengst
030c11d7dd
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 4IUksc3Mn9i
2017-08-31 14:36:51 +02:00
Jean-Yves Avenard
738b66b34c
Bug 1395139 - Put AMD VP9 decoder behing pref. r=cpearce
...
Pref used is media.wmf.amd.vp9.enabled
MozReview-Commit-ID: JiPGUUaT8AG
--HG--
extra : rebase_source : da9bb5ed452e1f36a170acb7bf7d4f5333ca1791
2017-08-30 17:16:25 +02:00
Wes Kocher
ef3d37e889
Merge m-c to inbound a=merge
...
MozReview-Commit-ID: 3rHXXSEcJ6k
2017-08-30 19:58:40 -07:00
Wes Kocher
a216658ae3
Backed out 2 changesets (bug 1382377) under suspicion of causing asan devtools failures a=backout CLOSED TREE
...
Backed out changeset c23f8bd95172 (bug 1382377)
Backed out changeset e9156a9ede8e (bug 1382377)
MozReview-Commit-ID: GnLs0Kzd5em
2017-08-30 16:44:20 -07:00
Alexandre Poirot
50231c9ddf
Bug 1382377 - Make Console API be a no-op until DevTools are opened at least once. r=baku,jdescottes
...
MozReview-Commit-ID: 4xuzRQKH3Vg
--HG--
extra : rebase_source : f388a7222df314c988c3af20afb59684cc1045e5
2017-08-08 16:29:34 +02:00
Alexandre Poirot
3675c8a0f9
Bug 1382377 - Make Console API be a no-op until DevTools are opened at least once. r=baku,jdescottes
...
MozReview-Commit-ID: 4xuzRQKH3Vg
--HG--
extra : rebase_source : f388a7222df314c988c3af20afb59684cc1045e5
2017-08-08 16:29:34 +02:00