Граф коммитов

606745 Коммитов

Автор SHA1 Сообщение Дата
Hiroyuki Ikezoe 272dc9b637 Bug 1479234 - Fix the header for gfx::Glyph. r=kats
MozReview-Commit-ID: I0ukIwuxv7z

--HG--
extra : rebase_source : 74c7ad6a43520c3ba5ce96cbd2b13dedd6aaaa22
2018-07-31 06:13:15 +09:00
Hiroyuki Ikezoe 697a9da7aa Bug 1479234 - Drop GetAnimationOpacity and GetAnimationTransform ipc calls. r=boris,froydnj
They are no longer used.

MozReview-Commit-ID: 1SaIkj4ryUF

--HG--
extra : rebase_source : 0666e3f297e9c12f8a024e96944d99c2c301820c
2018-07-31 06:13:15 +09:00
Hiroyuki Ikezoe 23a4443de4 Bug 1479234 - Introduce a generic function to get an animation value on the compositor. r=boris,froydnj
On the compositor we store animation values in a hash table and the hash is
the compositor animation id which is a unique id for each property respectively.
So we can get the corresponding animation value for the given property.

In this patch there are lots of duplicated code, but they will be removed in the
next patch.

MozReview-Commit-ID: 7EboVcculcg

--HG--
extra : rebase_source : 304ea80849af8af72a07437736041aeabbe47eeb
2018-07-31 06:13:15 +09:00
Rob Wu 98a7b1a964 Bug 1454627 - Run "onclick" event of menu with user input r=mixedpuppy
MozReview-Commit-ID: r1URJfOKUB

--HG--
extra : rebase_source : 1f5c5bb7b6dbd9709a26bf10abddcda919eff70f
2018-07-27 19:06:00 +02:00
Rob Wu 62d7399a68 Bug 1454627 - Re-enable browser_ext_user_events.js (bug 1381305) r=mixedpuppy
Re-enable the test that was disabled in bug 1381305 and fix the
underlying issue that caused th intermittent failure in the first place.

MozReview-Commit-ID: BL9wS2fogaf

--HG--
extra : rebase_source : 685f43b2e47d80f71814385a5c8b94fd3000eac9
2018-07-27 18:52:21 +02:00
Mark Striemer dd3400571a Bug 1479377 - Provide fallbacks for switch language in Prefs message r=gandalf
MozReview-Commit-ID: G3oeSWl1Rtf

--HG--
extra : rebase_source : 7f2f208793a601b3ada1971cda827f50f3a8fda3
2018-07-30 15:03:51 -05:00
Matt Woodrow 1c14c56cce Bug 1475971 - Copy the building rect into old items when we decide we can reuse them. r=miko
MozReview-Commit-ID: JXHZ17iFaei

--HG--
extra : rebase_source : 42fc06465a644de597f78e46878037b653da046e
2018-07-30 16:03:32 +12:00
Chris AtLee 38cced543a Bug 1466537: Disable full crashsymbols by branch r=ted
Differential Revision: https://phabricator.services.mozilla.com/D1558

--HG--
extra : moz-landing-system : lando
2018-07-30 20:23:14 +00:00
Jeff Gilbert 42df5c9dde Bug 1476327 - Test global upper bound for index buffer maxVertId. r=kvark
Particularly in CAD applications, it's common to call drawElements many times on small
ranges of indices. This causes our naive maxVertId range cache to degenerate.

In most cases, the index buffer won't actually contain any indices outside the associated
VAO buffers' ranges. We should test first against this global upper-bound, only testing
for an exact maxVertId for the subrange if the upper-bound test fails.

Differential Revision: https://phabricator.services.mozilla.com/D2488

--HG--
extra : moz-landing-system : lando
2018-07-30 15:33:10 +00:00
Doug Thayer 5e6a26b00e Bug 1475913 - Re-enable forcepaint telemetry with attributes r=mconley
Fairly straightforward. This should allow us to enable our
forcepaint telemetry again without an added cost, since it's
just piggybacking on the existing content process BHR.

MozReview-Commit-ID: 83l9xnPfc9u

--HG--
extra : rebase_source : d53f1e9adfff1d9bf3610be634f9ece08a2ec154
2018-07-15 20:45:32 -07:00
Shane Caraveo aad6d3674f Bug 1378647 - support creating lazy tabs from extensions, r=JanH,mikedeboer,rpl
MozReview-Commit-ID: 9QMkNtCQG6P

--HG--
extra : rebase_source : 1c4d57ac25b00d0a63901f4fd00b11e0b5d765a5
2018-07-30 12:15:32 -03:00
Johannes Willbold 0911d849a0 Bug 1476750: Updated preferences controlling Rust SDP Parse behavior, r=dminor,drno
Renamed the pref media.webrtc.rsdparsa_enabled to media.peerconnection.sdp.rust.compare
Added the pref media.peerconnection.sdp.rust.enabled
Added both to all.js

media.peerconnection.sdp.rust.compare: Controls whether the parsing result comparer for sipcc and rsdparsa runs or not.
media.peerconnection.sdp.rust.enabled: Controls whether the rsdparsa runs in parallel to the sipcc parser.

MozReview-Commit-ID: Ac5P7T2NBYD

--HG--
extra : rebase_source : afd60243ccba27965bea193bbe29d91bf7bf2644
2018-07-24 12:36:23 -07:00
Blake Kaplan 9581df5661 Bug 1476872 - Inform the microtask arch that we're shutting down. r=asuth
This should hopefully prevent races where we run promise handlers during
worker shutdown, when we're canceling regular events anyway.

Differential Revision: https://phabricator.services.mozilla.com/D2376

--HG--
extra : moz-landing-system : lando
2018-07-30 17:35:42 +00:00
Thomas Wisniewski 8b89116b8a Bug 1456401 - Correct a typo in an XHR error message to say 'text' instead of 'document'. r=baku
MozReview-Commit-ID: CAjxudc2U0f

--HG--
extra : rebase_source : 05f52b97fb864fb2e9e3f1b77c271811820f259a
2018-07-22 19:17:56 -04:00
Daisuke Akatsuka 01e52beb4f Bug 1444211: Disable on windows ccov. r=CosminS
MozReview-Commit-ID: 1Ja2SMnX7yU

--HG--
extra : rebase_source : 6f062c9d97525241822111d2a39e678beb151753
2018-07-30 13:55:25 +09:00
Andreea Pavel ef6f8004fb Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-07-30 19:38:42 +03:00
Andreea Pavel be1d7773cc Merge mozilla-inbound to mozilla-central. a=merge 2018-07-30 19:35:30 +03:00
Andreea Pavel 840f785b1e Backed out 8 changesets (bug 1475228) for wpt failures e.g. html/semantics/scripting-1/the-script-element/execution-timing/088.html on a CLOSED TREE
Backed out changeset b2d18ea619ec (bug 1475228)
Backed out changeset 45d3ffe3308e (bug 1475228)
Backed out changeset 02b27f8441be (bug 1475228)
Backed out changeset b82c2cf4b3f1 (bug 1475228)
Backed out changeset 2bc8f24dc3fc (bug 1475228)
Backed out changeset 6104ea971587 (bug 1475228)
Backed out changeset 7c83633262db (bug 1475228)
Backed out changeset 34fb24d52f08 (bug 1475228)
2018-07-30 16:49:02 +03:00
Vlad Baicu 2abaca92ad Bug 1477041 - Modified MediaControlService and notification flow. r=jchen
Created a new parcelable which is sent to MediaControlService where
the notification is created based on the data of this object instead of
referencing a static notification. Toggling the service is now done through
startService with a specific action for shutting down instead of calling
stopService due to concurrency issues where the service can be stopped before
having a chance to call startForeground.

MozReview-Commit-ID: 6qNPintkVy

--HG--
extra : rebase_source : b161d07e8fb0831deb7b4549985e6b5c276366c0
2018-07-30 16:21:09 +03:00
Robert Bartlensky 1891f8a1f7 Bug 1479401: Include lib directory into the infer tar, and change maintainer. r=andi
MozReview-Commit-ID: Ibyw9SCMVVB

--HG--
extra : rebase_source : 4266ed81d1647daa1eada83b66cb4ef6b5d1af3a
2018-07-30 12:45:02 +01:00
Razvan Caliman 616ed84634 Bug 1475782 - Return promises from Rule mutation methods and catch errors in font editor. r=pbro
MozReview-Commit-ID: 12ByNb6rrWp

--HG--
extra : rebase_source : 9fa953731bd8b023326f77a912e14399fe56e6f9
2018-07-18 14:48:31 +02:00
Razvan Caliman 1934b685a1 Bug 1475782 - Fix for intermittent test failures on Font Editor unit conversion. r=pbro
- Catch getComputed errors from async call
- Explicitly create new TextProperty when none exists

MozReview-Commit-ID: DokLJHIO6Cr

--HG--
extra : rebase_source : fca1d8e9a3161eb8324d47b95e7862859fd42e1d
2018-07-17 12:21:40 +02:00
Nicolas Chevobbe 02341af9c3 Bug 1136299 - Add a test for the new in-line input in the console;r=bgrins.
The input expansion tests are removed since the new test now cover the input
growing/shrinking.

MozReview-Commit-ID: 4RIQar4ytX

--HG--
extra : rebase_source : 0372ef695c37646cabc7f40ec22e3c652dcce133
extra : source : f4aef5b3c68fca33e19dcf67e1b7e5fc4006a227
2018-07-18 11:21:41 +02:00
Nicolas Chevobbe f53e36acf4 Bug 1136299 - Move the console input in-line with the logs;r=bgrins.
MozReview-Commit-ID: CvmhJrFqCM

--HG--
extra : rebase_source : 6c544c1b0f4c55d2294af9a9b730a27a98dcc595
2018-07-23 07:01:02 +02:00
Martin Stransky a0b8933f57 Bug 1401634 - Flush window XID to X server before we pass the XID to gpu process, r=jhorak
Make sure the window XID is propagated to X server, we can fail otherwise
in GPU process.

MozReview-Commit-ID: BMkLvhs4vRt

--HG--
extra : rebase_source : 34269cbf7e088fd15c090f3abc8ee2d46da307c4
2018-07-27 14:00:09 +02:00
Sebastian Hengst 867029f2df Bug 1479380 - update bugzilla component in moz.build file for toolkit/components/downloads to 'Toolkit :: Downloads API'. r=mak
MozReview-Commit-ID: FPI90yZmSo5

--HG--
extra : rebase_source : 083ebb26c07faa999544bdc59d98c04116699cf6
2018-07-30 12:39:00 +03:00
Andreea Pavel 2d55b802fe Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-07-30 12:54:15 +03:00
Andreea Pavel 796058f4eb Merge mozilla-inbound to mozilla-central. a=merge 2018-07-30 12:52:00 +03:00
Makoto Kato 30bdb835f5 Bug 1462019 - Part 3. GeckoView test should use abstract socket address. r=snorp 2018-07-30 15:12:12 +09:00
Tarek Ziadé a3fdf4760e Bug 1477943 - Add a unique id per PerformanceCounter instance - r=baku,froydnj
This new id is added in the PerformanceInfo data and helps consumers distinguish
counters.

MozReview-Commit-ID: 7kEmqJcVggM

--HG--
extra : rebase_source : 40cca4c937f846db93ec1315036ad1bac04bc762
2018-07-27 11:44:22 +02:00
Nicolas Chevobbe 3ffd4df54c Bug 1470922 - Fix tests failing with the new Jsterm; r=bgrins.
MozReview-Commit-ID: EaOSFmWa1tZ

--HG--
extra : rebase_source : bf5073d9372f6458f9085c5aaa9e8c8e3f8bcf5a
2018-07-25 10:58:01 +02:00
Makoto Kato aa6e598c39 Bug 1462019 - Part 2. Use abstract socket address for USB remote debugging. r=jryans 2018-07-25 14:47:49 +09:00
Makoto Kato e788340ea4 Bug 1462019 - Part 1. Support abstract socket address on nsIServerSocket and nsISocketTransportService. r=mayhemer 2018-07-26 18:06:42 +09:00
sotaro 2d7e793ae4 Bug 1478570 - Fix ExternalImageId allocation of AsyncImagePipelineManager r=jrmuizel 2018-07-30 10:16:03 +09:00
dvarga f19cd34bc3 Backed out changeset ae56525d8d67 (bug 1473648) for breaking l10n locale tests 2018-07-30 01:59:46 +03:00
dvarga 3a01364273 Backed out changeset 15ae37e7cea3 (bug 1476661) for breaking l10n locale tests 2018-07-30 01:59:11 +03:00
dvarga 13dc7da58f Backed out changeset f8d046d2b0ae (bug 1476661) for breaking l10n locale tests 2018-07-30 01:58:20 +03:00
Sebastian Hengst 801f26e85b Bug 1476661 - Use 'third_party' instead of 'wpt_third_party', subfolders not linked?, to fix fireofx-ui-functional 2018-07-30 00:35:42 +03:00
Kris Maglione a786a7ce9d Bug 1479288: Fix botched browserDOMWindow lookup. r=trivial
--HG--
extra : rebase_source : c81b4747490ec1ed97768c4ae79bc2e5b9687c12
2018-07-29 12:13:06 -07:00
moz-wptsync-bot fc4da47f64 Bug 1478401 - [wpt-sync] Update web-platform-tests to 20b68a5bb65b7566aa9d40f8e80d0d5e682a5fd0, a=testonly
wpt-head: 20b68a5bb65b7566aa9d40f8e80d0d5e682a5fd0
wpt-type: landing
MozReview-Commit-ID: KWyOpXyRCxC
2018-07-29 18:58:55 +01:00
David Heiberg 815ee7222f Bug 1476661 - Ensure H2 dependencies are packaged alongside wptserve where needed, r=jgraham 2018-07-29 18:58:51 +01:00
moz-wptsync-bot 3d89481565 Bug 1476155 [wpt PR 12008] - Update wpt metadata, a=testonly
wpt-pr: 12008
wpt-type: metadata
2018-07-29 18:58:48 +01:00
Chris Lilley 1d5df422b7 Bug 1476155 [wpt PR 12008] - WIP: Add basic blending tests., a=testonly
Automatic update from web-platform-testsMerge pull request #12008 from Tavmjong/blending

WIP: Add basic blending tests.
--

wpt-commits: 20b68a5bb65b7566aa9d40f8e80d0d5e682a5fd0
wpt-pr: 12008
2018-07-29 18:58:45 +01:00
pyup.io bot 6a1ea9e36f Bug 1470425 [wpt PR 11627] - Update mozinstall to 1.16.0, a=testonly
Automatic update from web-platform-testsUpdate mozinstall from 1.15 to 1.16.0 (#11627)

--

wpt-commits: b305e43f8a9d2a94931d673d90606c1d01d1231f
wpt-pr: 11627
2018-07-29 18:58:41 +01:00
Philipp Hancke f335c479cd Bug 1476463 [wpt PR 12041] - webrtc wpt: remove generateMediaStreamTrack in RTCRtpSender-replaceTrack, a=testonly
Automatic update from web-platform-testswebrtc wpt: remove generateMediaStreamTrack in RTCRtpSender-replaceTrack

and add_cleanup

BUG=836871

Change-Id: I175e53f3466719403e5d61a68dc7125bf547e36e
Reviewed-on: https://chromium-review.googlesource.com/1140789
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577474}

--

wpt-commits: 4273df6e126baad0a456c321b3dae1d754cfe687
wpt-pr: 12041
2018-07-29 18:58:38 +01:00
James Graham e20c8cab1e Bug 1477425 [wpt PR 12108] - Update certs for hosts changes., a=testonly
Automatic update from web-platform-testsUpdate certs for hosts changes.

This is required to use the recently added hosts over https.

--

wpt-commits: f2f1b207292a20677b185b828f00a8894188a27d
wpt-pr: 12108
2018-07-29 18:58:35 +01:00
pyup-bot 3e49a6e612 Bug 1477863 [wpt PR 12147] - Update mozdownload to 1.24, a=testonly
Automatic update from web-platform-testsUpdate mozdownload from 1.23 to 1.24
--

wpt-commits: 95913702d2d82841206be7c3b298538a3957318a
wpt-pr: 12147
2018-07-29 18:58:32 +01:00
Philipp Hancke 8226ededf6 Bug 1476438 [wpt PR 12040] - webrtc wpt: rename RTCPeerConnection-addTransceiver.html to .https.html, a=testonly
Automatic update from web-platform-testswebrtc wpt: rename RTCPeerConnection-addTransceiver.html to .https.html

BUG=836871

Change-Id: I16e2419717601e3bb89e83df720eee31cc631edc
Reviewed-on: https://chromium-review.googlesource.com/1140781
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577466}

--

wpt-commits: 1a329a3195a8807d9483e245ac2a4a99029516ce
wpt-pr: 12040


--HG--
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-addTransceiver.html => testing/web-platform/tests/webrtc/RTCPeerConnection-addTransceiver.https.html
2018-07-29 18:58:29 +01:00
Tom McKee 9f01a06e5e Bug 1477877 [wpt PR 12149] - Adding tests against and fixes for tabs in Server-Timing headers, a=testonly
Automatic update from web-platform-testsAdding tests against and fixes for tabs in Server-Timing headers

According to the spec
(https://w3c.github.io/server-timing/#the-server-timing-header-field),
optional whitespace is allowed amongst parameter names and values. We
should be discarding this whitespace during parsing but, when there are
tabs, we were treating it like an error and discarding the whole value.

Changed the code that tokenizes HTTP headers to skip tabs and spaces
when consuming optional whitespace.

BUG=798446

Change-Id: If776761e5ea199e662ec7b2b5aa245e4581131fd
Reviewed-on: https://chromium-review.googlesource.com/1147258
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Tom McKee <tommckee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577325}

--

wpt-commits: 4ec913040882c7bb28846a65e7e086785dcf2ab6
wpt-pr: 12149
2018-07-29 18:58:25 +01:00
Mike Pennisi e9c8f95471 Bug 1477880 [wpt PR 12151] - [infra] Revert recent reversion to config file, a=testonly
Automatic update from web-platform-tests[infra] Revert recent reversion to config file

This reverts commit 9f21134354f7d02f1497826d00ba4297ba78c445.

The initial reversion was motivated by an integration issue with the
TaskCluster service. The underlying bug has been corrected [1] making
this changeset suitable for `master`.

[1] https://github.com/taskcluster/taskcluster-github/pull/265

--

wpt-commits: e62afac4c9dac57d8b81d2bf1364694e3d653ff9
wpt-pr: 12151
2018-07-29 18:58:21 +01:00