Masayuki Nakano
ed2040ac16
Bug 1447239
- Implement InputEvent.inputType r=smaug
...
This patch implements InputType.inputType which is declared by Input Events.
The attribute has already been implemented by Chrome and Safari. Chrome
implements Input Events Level 1, but Safari implements Input Events Level 2.
Difference between them is only whether it supports "insertFromComposition",
"deleteByComposition" and "deleteCompositionText". This patch makes the
level switchable with pref and takes Level 1 by default because Level 2 is
still unstable around event order with composition events.
For reducing string copy cost at dispatching "input" event, this patch
makes EditorInternalInputEvent store valid input-type as enum class,
EditorInputType and resolves it to string value when
dom::InputEvent::GetInputType() is called. Note that the reason why
this patch names the enum class as EditorInputType is, there is InputType
enum class already for avoiding conflict the name, this appends "Editor"
prefix because "input" and "beforeinput" events are fired only when an
editor has focus.
Differential Revision: https://phabricator.services.mozilla.com/D14128
--HG--
extra : moz-landing-system : lando
2019-01-07 10:10:57 +00:00
shindli
f63d10362d
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-01-05 06:13:47 +02:00
Nick Alexander
fb666a21fe
Bug 1517878 - Make dom.vr.{openvr,occulus}.enabled=false on Android. r=kip
...
These prefs are irrelevant on Android, so let's keep them constant
across architectures.
Differential Revision: https://phabricator.services.mozilla.com/D15769
--HG--
extra : moz-landing-system : lando
2019-01-05 01:17:57 +00:00
Brindusan Cristian
590d6223c2
Backed out changeset 87219897a280 (bug 1516554) for reftest failures on draw_rect.html and wpt assertion failures.
2019-01-04 22:29:51 +02:00
Daosheng Mu
6fccd31719
Bug 1516554 - Enable VR process in Nightly Windows. r=kip
...
Differential Revision: https://phabricator.services.mozilla.com/D15434
--HG--
extra : moz-landing-system : lando
2018-12-28 22:11:18 +00:00
Hiroyuki Ikezoe
88483b9261
Bug 1517682 - Drop layout.css.background-blend-mode.enabled pref. r=heycam
...
It was enabled by default in bug 970600.
Depends on D15707
Differential Revision: https://phabricator.services.mozilla.com/D15708
--HG--
extra : moz-landing-system : lando
2019-01-04 07:21:32 +00:00
Hiroyuki Ikezoe
1415d28adf
Bug 1517682 - Drop layout.css.scroll-behavior.property-enabled pref. r=heycam
...
It was enabled by default in bug 1041833 (for desktops) and
bug 1087562 (for Fennect).
Depends on D15706
Differential Revision: https://phabricator.services.mozilla.com/D15707
--HG--
extra : moz-landing-system : lando
2019-01-04 07:21:53 +00:00
Hiroyuki Ikezoe
602a0bb6c3
Bug 1517682 - Drop layout.css.mix-blend-mode.enabled pref. r=heycam
...
It was enabled by default in bug 952643.
Depends on D15705
Differential Revision: https://phabricator.services.mozilla.com/D15706
--HG--
extra : moz-landing-system : lando
2019-01-04 07:22:13 +00:00
Hiroyuki Ikezoe
bed5a404f1
Bug 1517682 - Drop layout.css.isolation.enabled pref. r=heycam
...
It was enabled by default in bug 1091885.
Depends on D15704
Differential Revision: https://phabricator.services.mozilla.com/D15705
--HG--
extra : moz-landing-system : lando
2019-01-04 07:22:27 +00:00
Hiroyuki Ikezoe
9bdfa0cf64
Bug 1517682 - Drop layout.css.image-orientation.enabled pref. r=heycam
...
It was enabled by default in bug 825771.
Depends on D15703
Differential Revision: https://phabricator.services.mozilla.com/D15704
--HG--
extra : moz-landing-system : lando
2019-01-04 07:22:52 +00:00
Hiroyuki Ikezoe
6aaa816a8a
Bug 1517682 - Drop layout.css.color-adjust.enabled pref. r=heycam
...
It was enabled by default in bug 1209273.
Depends on D15702
Differential Revision: https://phabricator.services.mozilla.com/D15703
--HG--
extra : moz-landing-system : lando
2019-01-04 07:23:38 +00:00
Hiroyuki Ikezoe
f2d516f849
Bug 1517682 - Drop layout.css.box-decoration-break.enabled pref. r=heycam
...
It was enabled by default in bug 1006326.
Differential Revision: https://phabricator.services.mozilla.com/D15702
--HG--
extra : moz-landing-system : lando
2019-01-04 07:23:07 +00:00
Cosmin Sabou
3b1edf526b
Merge mozilla-central to mozilla-inbound.
...
--HG--
rename : toolkit/modules/Task.jsm => toolkit/modules/tests/modules/Task.jsm
extra : rebase_source : 52141f691cc72d4a80c7c5d4d35aad67a51b660d
2019-01-04 18:38:34 +02:00
Andrea Marchesini
e34612e16e
Bug 1514202 - Port flash url-classifier to nsIUrlClassifierFeature - part 1 - Flash feature, r=dimi, r=edgar, r=valentin
2019-01-04 14:45:42 +01:00
Jon Coppeard
ce265eb48d
Bug 1342012 - Initial browser support for dynamic import from module scripts r=smaug
2018-12-06 16:52:15 -05:00
Jan Varga
182e21efeb
Bug 1516241 - Disable LSNG pref on Nightly; r=gsvelto
2018-12-24 14:42:42 +01:00
Coroiu Cristina
52c4a6e3ad
Merge inbound to mozilla-central a=merge
2018-12-22 06:12:53 +02:00
Andrea Marchesini
301d9591cd
Bug 1515693 - Check allow-storage-access-by-user-activation sandbox flag only if StorageAccess API is enabled, r=ehsan
2018-12-22 00:38:37 +01:00
Alastor Wu
862fdf36a9
Bug 1511235 - part3 : ensure video is visible before starting test r=jya,baku
...
Add testing function to know whether video is visible or not.
Differential Revision: https://phabricator.services.mozilla.com/D14667
--HG--
extra : moz-landing-system : lando
2018-12-21 06:40:10 +00:00
Jan Varga
2c3d7e1bb6
Bug 1510410 - Enable Next Generation Local Storage Implementation on Nightly; r=asuth
2018-12-21 11:54:53 +01:00
Daosheng Mu
9339d8ab5f
Bug 1513022 - Only show dom.vr.process.enabled pref in Windows. r=kip
...
Differential Revision: https://phabricator.services.mozilla.com/D15216
--HG--
extra : moz-landing-system : lando
2018-12-21 21:43:29 +00:00
Bobby Holley
2ec2bac2eb
Bug 1515521 - Support the gpu-cache debugger in Firefox. r=kvark
...
Depends on D15044
Differential Revision: https://phabricator.services.mozilla.com/D15046
--HG--
extra : moz-landing-system : lando
2018-12-21 21:12:40 +00:00
Luke Wagner
dc93733616
Bug 1507939 - Baldr: add javascript.options.wasm_verbose (r=lth)
...
--HG--
extra : rebase_source : 7405ee0bcc6a12fe8bbe797919a6e76d01d3c172
2018-12-20 20:51:11 -06:00
Matthew Noorenberghe
91692c277f
Bug 1515048 - Disable the Payment Request UI and tests by default on Nightly. r=jaws,baku
...
Differential Revision: https://phabricator.services.mozilla.com/D14885
--HG--
extra : moz-landing-system : lando
2018-12-20 15:08:47 +00:00
Botond Ballo
86c10463b4
Bug 1514823 - Remove support for apz.allow_checkerboarding=false. r=kats
...
Differential Revision: https://phabricator.services.mozilla.com/D14818
--HG--
extra : moz-landing-system : lando
2018-12-18 00:38:33 +00:00
Bogdan Tara
b13992b643
Backed out changeset 82ca028b0524 (bug 1503984) for StaticPrefList failures CLOSED TREE
2018-12-18 22:06:19 +02:00
Dragana Damjanovic
2ebce46fd8
Bug 1415625 - Use Telemetry::CanRecordPreReleaseData instead of toolkit.telemetry.enabled. Remove network.allow-experiments because it is not used. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D12745
--HG--
extra : moz-landing-system : lando
2018-12-18 17:19:29 +00:00
Felipe Gomes
72585dea54
Bug 1503984 - Add a pref to block chrome code from accessing content subframes. r=nika
...
The pref dom.chrome_frame_access.enabled will default to true. When false, it will block various methods that chrome code can use to traverse subframes. The initial list is:
iframe.contentWindow
iframe.contentDocument
window.top
window.parent
window.opener
window.frames[i]
window.frames.length
MessageEvent.source
More blocks are likely to be added in the future.
Differential Revision: https://phabricator.services.mozilla.com/D13180
--HG--
extra : moz-landing-system : lando
2018-12-18 18:53:24 +00:00
Andrea Marchesini
975c1db894
Bug 1512047
- Deprecate AddSearchProvider, r=mkaply
2018-12-18 08:56:19 +01:00
arthur.iakab
f1762a3667
Merge mozilla-central to mozilla-inbound
2018-12-18 07:36:08 +02:00
Daosheng Mu
460045ce38
Bug 1496615 - Part 3: Enable OpenVR action input in Nightly. r=kip
...
Differential Revision: https://phabricator.services.mozilla.com/D14634
--HG--
extra : moz-landing-system : lando
2018-12-17 20:41:17 +00:00
Cameron McCormack
e8db2c5f88
Bug 1194856 - Remove UA style sheet load crash report annotations r=gsvelto,dbaron
...
This backs out the main patch landed earlier in bug 1194856 and the
patch from bug 1225004.
Differential Revision: https://phabricator.services.mozilla.com/D14050
--HG--
extra : moz-landing-system : lando
2018-12-15 00:02:56 +00:00
Andrea Marchesini
9cc643f6d3
Bug 1513895 - Unify PopupBlocker algorithm in 1 single file, r=smaug
2018-12-16 10:21:16 +01:00
Andrea Marchesini
b6a922c797
Bug 1514133 - Port Login-Reputation classification to nsIUrlClassifierFeature, r=dimi
2018-12-15 09:54:02 +01:00
Gijs Kruitbosch
5ff84b28d4
Bug 1503339 - try using a lower frame rate for low-end devices r=kats,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D13260
--HG--
extra : moz-landing-system : lando
2018-12-14 20:16:16 +00:00
Razvan Maries
a4361b904b
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2018-12-14 18:32:07 +02:00
vinoth
7a5f2bb9db
Bug 1508282 - Temporary whitelist of files to skip Eval Assertion r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D13520
--HG--
extra : moz-landing-system : lando
2018-12-14 13:21:41 +00:00
Andrea Marchesini
cdd5a7b12c
Bug 1511436 - Cleanup URL-Classifier code - part 0 - use of StaticPrefs, r=dimi
2018-12-14 12:40:16 +01:00
Junior Hsu
45e7f94fce
Bug 1513135 - disable flow control of HTTP e10s back pressure r=dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D14500
--HG--
extra : moz-landing-system : lando
2018-12-13 23:41:33 +00:00
Bogdan Tara
b6a18773a4
Merge inbound to mozilla-central. a=merge
2018-12-14 00:42:20 +02:00
Daniel Holbert
8385bd4d32
Bug 1288640 followup: fix typo in comment. (no review, comment-only, DONTBUILD)
2018-12-13 09:53:25 -08:00
Daniel Holbert
fae5834855
Bug 1510369 part 3: Add about:config pref 'layout.dynamic-reflow-roots.enabled' (enabled by default). r=dbaron
...
Differential Revision: https://phabricator.services.mozilla.com/D13133
--HG--
extra : moz-landing-system : lando
2018-12-13 17:47:11 +00:00
Michael Froman
af24f346f5
Bug 1452146 - flip av1 and rdd on for Win. r=drno
...
Differential Revision: https://phabricator.services.mozilla.com/D13482
--HG--
extra : moz-landing-system : lando
2018-12-06 15:39:23 +00:00
Henri Sivonen
69ad08c987
Bug 1071816 - Support loading unlabeled/BOMless UTF-8 text/html and text/plain files from file: URLs. r=emk.
2018-12-11 10:36:46 +02:00
Daniel Holbert
b7eb50f8ed
backout 5d2f9b45ad97 and 54649cf34d98 (bug 1337655), to reenable -moz prefixed CSS gradient syntax on Nightly.
...
(Backing out due to webcompat fallout.)
--HG--
extra : rebase_source : 677626d413b8c6c385b12f0872cadd052780930d
2018-12-07 13:43:59 -05:00
Jeff Muizelaar
9d405dded3
Bug 1510725 - Add a pref to enable picture caching in WebRender. r=kats
2018-12-07 11:37:58 -05:00
Cosmin Sabou
69f9d5002c
Merge mozilla-inbound to mozilla-central. a=merge
2018-12-05 12:19:43 +02:00
Daniel Holbert
6576ec2eb1
Bug 1337655 followup: Only turn off moz-prefixed gradients on Nightly for now, since some sites still use them. rs=emilio
...
In particular, Zimbra apparently still relies on moz-prefixed gradients for
Firefox users, so let's avoid breaking Zimbra for beta users. I'm working on
getting Zimbra fixed so that this can eventually ride the trains, though,
barring other bustage that can't be addressed via outreach...
2018-12-04 14:45:24 -05:00
Noemi Erli
c9261f8a58
Backed out changeset b3c8a3a052ea (bug 1452146) for mochitest automation.py failures
2018-12-03 05:13:57 +02:00
Nils Ohlmeier [:drno]
31d3bd0b33
Bug 1452146 - flip av1 and rdd on for OSX and Win. r=mjf
...
Differential Revision: https://phabricator.services.mozilla.com/D13638
--HG--
extra : moz-landing-system : lando
2018-12-02 15:23:37 +00:00