Jan de Mooij
676b258268
Bug 1561925 - Implement remaining interpreter-specific BaselineCodeGen methods. r=tcampbell
...
After the recent script data changes we can now read objects/scopes/bigints and resume offsets
from JIT code.
Differential Revision: https://phabricator.services.mozilla.com/D36201
--HG--
extra : moz-landing-system : lando
2019-07-06 10:34:06 +00:00
Emilio Cobos Álvarez
e4638db56f
No bug - Remove a map(From::from) statement that does literally nothing. r=trivial
2019-07-06 11:42:17 +02:00
Emilio Cobos Álvarez
117f562dcb
Bug 1563315 - Use cbindgen for fill and stroke r=boris
...
Differential Revision: https://phabricator.services.mozilla.com/D36807
--HG--
extra : moz-landing-system : lando
2019-07-06 08:31:02 +00:00
Emilio Cobos Álvarez
1a39c45ae2
Bug 1563728 - Add a return statement to BiquadFilterNode::GetFrequencyResponse to fix bustage. rs=padenot
...
CLOSED TREE
2019-07-06 10:45:56 +02:00
Emilio Cobos Álvarez
42ce0fc8e5
Bug 1563315 - Simplify parsing and storage of SVG paint server fallback. r=boris
...
Depends on D36805
Differential Revision: https://phabricator.services.mozilla.com/D36806
--HG--
extra : moz-landing-system : lando
2019-07-06 08:24:39 +00:00
Emilio Cobos Álvarez
db6ecd7691
Bug 1563315 - Use more compact and ffi-friendly types for some svg props. r=boris
...
No functional change yet.
Differential Revision: https://phabricator.services.mozilla.com/D36805
--HG--
extra : moz-landing-system : lando
2019-07-05 22:19:42 +00:00
Mathieu Leplatre
326c302870
Bug 1563213 - Upgrade kinto-http-client.js to 4.7.2 r=glasserc
...
Differential Revision: https://phabricator.services.mozilla.com/D36752
--HG--
extra : moz-landing-system : lando
2019-07-05 13:45:56 +00:00
Emilio Cobos Álvarez
74837c0281
Bug 1563484 - Add reftests for this bug. r=dbaron
...
Differential Revision: https://phabricator.services.mozilla.com/D36895
--HG--
extra : moz-landing-system : lando
2019-07-06 08:20:14 +00:00
Emilio Cobos Álvarez
6754f5f967
Bug 1563484 - Add reftest support for text-zoom. r=dbaron
...
Seems we had no reftests for this feature :(
Depends on D36893
Differential Revision: https://phabricator.services.mozilla.com/D36894
--HG--
extra : moz-landing-system : lando
2019-07-05 21:33:37 +00:00
Emilio Cobos Álvarez
26197b29e2
Bug 1563484 - Apply text-only zoom to system fonts. r=dbaron
...
Differential Revision: https://phabricator.services.mozilla.com/D36893
--HG--
extra : moz-landing-system : lando
2019-07-05 21:31:40 +00:00
Paul Adenot
3ffaf1696e
Bug 1563728 - Throw when the three parameters of BiquadFilterNode.getFrequencyResponse aren't of the same size. r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37056
--HG--
extra : moz-landing-system : lando
2019-07-05 20:34:47 +00:00
Kagami Sascha Rosylight
76dc4579b9
Bug 1563504: Implement DOMPoint matrixTransform() r=bzbarsky
...
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=619248c60ce6a3f432c13abe7e7bc5bbf03c4184 (7 unexpected passes in wpt8 here have been removed)
Differential Revision: https://phabricator.services.mozilla.com/D36915
--HG--
extra : moz-landing-system : lando
2019-07-06 06:55:53 +00:00
Jim Blandy
2487eaaf06
Bug 1560754: Remove DebuggeeFrameGeneratorScript. r=jorendorff
...
Stop inserting DebuggeeFrameGeneratorScript keys in the cross-compartment
wrapper table for the edges from Debugger.Frames for generator / async calls to
the generators' scripts. The wrappers are unnecessary, and since they're not
unique when multiple Debugger.Frames refer to different calls of the same
generator, we can't easily tell when to remove them.
Differential Revision: https://phabricator.services.mozilla.com/D35617
--HG--
extra : moz-landing-system : lando
2019-07-06 00:01:24 +00:00
Kagami Sascha Rosylight
013054f313
Bug 770286: Prevent git LF-to-CRLF autoconversion r=glandium
...
Currently git for Windows converts LF to CRLF by default, so this change prevents that to match the mercurial behavior.
Differential Revision: https://phabricator.services.mozilla.com/D32001
--HG--
extra : moz-landing-system : lando
2019-07-06 02:36:03 +00:00
Mihai Alexandru Michis
201999f094
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-07-06 06:42:14 +03:00
Mihai Alexandru Michis
5e3c522c30
Merge inbound to mozilla-central. a=merge
2019-07-06 06:36:55 +03:00
Jan-Ivar Bruaroey
4736d10ce8
Bug 1528031 - Update tests to work with [SecureContext] navigator.mediaDevices. r=pehrsons,smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D35970
--HG--
extra : moz-landing-system : lando
2019-07-05 21:21:38 +00:00
Jan-Ivar Bruaroey
315c16a82e
Bug 1528031 - Require [SecureContext] for navigator.mediaDevices & navigator.mozGetUserMedia(). r=pehrsons,smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D33836
--HG--
extra : moz-landing-system : lando
2019-07-05 21:21:25 +00:00
alwu
07e34c8bba
Bug 1541452 - update cue display when window is resized. r=heycam
...
When window is resized, the cue would usually be zoomed in or out automatically with the video and keep its relative position to video.
However, if video is being applied the explicit percentage value on its 'width' or 'height', we have to recompute cue's position in this situation, because the width or height of the video would be scaled again after applied the first size scaled which is caused by resizing.
Differential Revision: https://phabricator.services.mozilla.com/D36138
--HG--
extra : moz-landing-system : lando
2019-07-06 00:53:20 +00:00
Mihai Alexandru Michis
0a425ceb11
Backed out changeset b4f0e8b4b6fa (bug 1559365) for causing browser-chrome failures in AboutLoginsParent.jsm
2019-07-06 03:18:28 +03:00
Jim Blandy
45737ac244
Bug 1563065: Use const& in mozilla::Result constructors. r=froydnj
...
Change the `ResultImplementation` and `Result` constructors to accept success
values by `const` reference. This makes it possible for `Result` to carry
`MOZ_NON_PARAM` types as success values.
Differential Revision: https://phabricator.services.mozilla.com/D36682
--HG--
extra : moz-landing-system : lando
2019-07-05 23:50:16 +00:00
Andreea Pavel
8039da4d93
Bug 1553657 - disabled c44-ln-box-001.xht on android debug r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D37070
--HG--
extra : moz-landing-system : lando
2019-07-05 15:03:05 +00:00
Michael Kaply
b5ed95c80c
Bug 1563759 - Add policy for new preference. r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37081
--HG--
extra : moz-landing-system : lando
2019-07-05 20:32:36 +00:00
Luke Crouch
7c07097b69
Bug 1559365: UI indication of breached logins r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D35105
--HG--
extra : moz-landing-system : lando
2019-07-05 20:31:06 +00:00
Jeff Gilbert
02b8c2bbc7
Bug 1563443 - Remark tests after bug 1560736.
...
Differential Revision: https://phabricator.services.mozilla.com/D37119
--HG--
extra : moz-landing-system : lando
2019-07-05 20:40:56 +00:00
Mike Shal
aade9e1ea0
Bug 1563402 - Remove GCP shippable builds; r=tomprince
...
Differential Revision: https://phabricator.services.mozilla.com/D37108
--HG--
extra : moz-landing-system : lando
2019-07-05 20:36:48 +00:00
Olli Pettay
97ef8e2325
Bug 1559523
- Fix a crash in Thunderbird, [@ mozilla::dom::Document::EndLoad]. r=kaie
2019-07-05 14:54:53 +02:00
Victor Porof
726678d4e7
Bug 1563300 - Add a js-format git commit hook, r=sylvestre, CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D36816
--HG--
extra : source : 53377e8c3200b2f25ec6f3471632353d7d5f7d88
extra : amend_source : c16d0b9dcced844fa50095e04bad9519713854b3
extra : intermediate-source : 01f1c9d343947743bfd033bcfbb344dcee4b76fc
2019-07-04 14:50:06 +02:00
Victor Porof
9415e00e9b
Bug 1563763 - Ignore reformatting m-c using Prettier (bug 1561435) in in blame/annotate, r=standard8, CLOSED TREE, DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D37073
--HG--
extra : amend_source : 1585c77544020339696d153ece5ae177afea408e
2019-07-05 17:53:06 +02:00
Victor Porof
b8157dfaaf
Bug 1561435 - Format remaining devtools/, a=automatic-formatting, CLOSED TREE
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D35894
--HG--
extra : source : 4722b924e08478f5337ab509718bd66906bf472f
extra : amend_source : a5baa1aab21639fdba44537e3a10b179b0073cb4
2019-07-05 11:29:32 +02:00
dleblanccyr
546c4a52b9
Bug 1560555 - Adds rtl support to certificate viewer. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D35537
--HG--
extra : moz-landing-system : lando
2019-06-22 22:13:19 +00:00
Andreea Pavel
10c90a9d6a
Bug 1490546 - update disabling condition r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D36712
--HG--
extra : moz-landing-system : lando
2019-07-05 05:54:47 +00:00
Cosmin Sabou
037c8526b6
Backed out changeset f93a2cb9622e (bug 1563776) for debugger failures on jest-test.config.js. CLOSED TREE
2019-07-06 01:08:37 +03:00
Cosmin Sabou
cddd4c6528
Backed out changeset f9c0c52368d6 (bug 1562745) for causing crashes on stream-safe-creation.any.serviceworker.html
2019-07-06 01:05:01 +03:00
Cosmin Sabou
e5e7400092
Bug 1562642 - Fix build bustages. r=bustage-fix
2019-07-06 00:59:28 +03:00
Tom Prince
ef2f3feb68
Bug 1563671: [tryselect] Adjust expectations of `mach try empty` test to include `TRY_SELECTOR`; r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D37074
--HG--
extra : moz-landing-system : lando
2019-07-05 18:04:09 +00:00
Michael Ratcliffe
5d02b348c1
Bug 1563776 - Fix debugger tests when fx source folder is called firefox r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D37086
--HG--
extra : moz-landing-system : lando
2019-07-05 17:24:22 +00:00
Sylvestre Ledru
2bf505b023
Bug 1562642 - Add missing MPL2 headers r=mhoye
...
Differential Revision: https://phabricator.services.mozilla.com/D37053
--HG--
extra : moz-landing-system : lando
2019-07-05 17:05:57 +00:00
Iain Ireland
6fc0cd28a9
Bug 1561732: Remove sincos optimization r=mgaudet
...
Differential Revision: https://phabricator.services.mozilla.com/D36976
--HG--
extra : moz-landing-system : lando
2019-07-04 21:39:40 +00:00
Johan Lorenzo
f8c8bfa321
Bug 1557269 - part 2: GPG-sign geckoview artifacts r=mtabara
...
Differential Revision: https://phabricator.services.mozilla.com/D34866
--HG--
extra : moz-landing-system : lando
2019-07-05 15:19:00 +00:00
Johan Lorenzo
fb4aabb03b
Bug 1557269 - part 1: Re-expose all maven artifacts and beetmove them r=mtabara
...
Differential Revision: https://phabricator.services.mozilla.com/D34865
--HG--
extra : moz-landing-system : lando
2019-07-05 15:19:14 +00:00
Mark Banner
fbac56da3f
Bug 1563559 - Tidy up a few things in SearchService.jsm. r=daleharvey
...
* I'd missed removing makeURI/makeChannel when I moved those to SearchUtils.jsm
* We've an observer notification for 'find-jar-engines' that I cannot find any uses of.
* '_findEngines' is creating the 'uris' array (which isn't uris), and passing it to '_parseListJSON' which fills them in and then '_findEngines' returns them. It can simply return the value direct from '_parseListJSON'.
* There's a couple of cases where we create an intermediate variable to return it straight away.
Depends on D36914
Differential Revision: https://phabricator.services.mozilla.com/D36927
--HG--
extra : moz-landing-system : lando
2019-07-05 16:06:17 +00:00
Mark Banner
bda9e9c5c3
Bug 1563535 - Enable valid-jsdoc and require-jsdoc (classes) for toolkit/components/search. r=daleharvey
...
Differential Revision: https://phabricator.services.mozilla.com/D36914
--HG--
extra : moz-landing-system : lando
2019-07-05 16:05:57 +00:00
Dylan Roeh
3a35c73191
Bug 1563353 - Disable two PromptDelegate tests for intermittent failures. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D37071
--HG--
extra : moz-landing-system : lando
2019-07-05 15:19:48 +00:00
Justin Wood
4b233fe605
Bug 1559975 - Make python/mach lint with 'py2' and 'py3' r=catlee
...
Depends on D36096
Differential Revision: https://phabricator.services.mozilla.com/D36099
--HG--
extra : moz-landing-system : lando
2019-07-05 14:24:58 +00:00
Justin Wood
939e67a089
Bug 1559975 - Make python/mozbuild lint with 'py2' and 'py3' r=catlee
...
Differential Revision: https://phabricator.services.mozilla.com/D36090
--HG--
extra : moz-landing-system : lando
2019-07-05 14:36:43 +00:00
Edwin Gao
ee1a9fb757
Bug 1559975 - remove modules/freetype2 from python3 linter blacklist r=ahal
...
Changes:
- nothing changed except removing `modules/freetype2` from the blacklist
Differential Revision: https://phabricator.services.mozilla.com/D35701
--HG--
extra : moz-landing-system : lando
2019-07-05 14:36:23 +00:00
Chris AtLee
8f13901785
Bug 1559975: Fix python2/3 compat in intl/ r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D35342
--HG--
extra : moz-landing-system : lando
2019-07-05 14:28:18 +00:00
Edwin Gao
1c340c7633
Bug 1559975 - convert testing/tools/iceserver to python3 syntax r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D35339
--HG--
extra : moz-landing-system : lando
2019-07-05 14:28:35 +00:00
Chris AtLee
a0d3d64841
Bug 1559975: Fix python2/3 compat in gfx/ r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D35337
--HG--
extra : moz-landing-system : lando
2019-07-05 14:28:55 +00:00