Commit Graph

610977 Commits

Author SHA1 Message Date
Margareta Eliza Balazs
097bf8b179 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-27 12:45:16 +03:00
Margareta Eliza Balazs
4623c0701b Merge inbound to mozilla-central. a=merge 2018-08-27 12:40:58 +03:00
Dale Harvey
bd06f8da9f Bug 1478869 - Allow remembering autoplay permission for session in private mode. r=johannh
MozReview-Commit-ID: BcwGZ2t06jE
2018-08-27 09:23:59 +01:00
Dale Harvey
124dd7e583 Bug 1478549 - Follow up to add prefs helper. r=janh
MozReview-Commit-ID: LX44L2reVia
2018-08-27 09:20:01 +01:00
Henri Sivonen
8711bfbcb6 Bug 1483603 - Avoid propagating OOM from StartBulkWrite() when shrinking the buffer. r=froydnj
Shrinking the buffer is purely a memory footprint optimization and can be
omitted as far as the string semantics visible to the caller are concerned.
Since shrinking is optional, it doesn't make sense to propagate error when
it fails due to OOM.

MozReview-Commit-ID: BuyBLCBmYzZ

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

--HG--
extra : moz-landing-system : lando
2018-08-27 07:03:59 +00:00
Mantaroh Yoshinaga
94698538d1 Bug 1472931 - Drop the autofocus feature of HTMLTooltip. r=birtles
This feature is no longer used. So this patch will remove this feature.

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

--HG--
extra : moz-landing-system : lando
2018-08-27 01:35:55 +00:00
Gabriel Luong
40775b5480 Bug 1471460 - Adjust the styles of the active markup display badges. r=miker 2018-08-26 21:10:56 -04:00
Arshad Kazmi
69eb976056 Bug 1483073 - Remove BrowserOpenSyncTab() helper function r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D4281

--HG--
extra : moz-landing-system : lando
2018-08-26 22:14:17 +00:00
Andreea Pavel
cd881b0a1a Merge mozilla-inbound to mozilla-central. a=merge 2018-08-27 00:48:20 +03:00
Arshad Kazmi
3976d04ec7 Bug 1443861 - Replace promiseWaitForCondition with TestUtils.waitForCondition r=johannh
Reviewers: johannh

Reviewed By: johannh

Bug #: 1443861

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

--HG--
extra : source : 8d42de3d92450c461967fe102959dba7b71ff663
extra : histedit_source : fca7fe1b5aaf5bebdd679118df24e8c6929edf27
2018-08-26 21:04:27 +03:00
Andreea Pavel
bf660f16a4 Backed out changeset 8d42de3d9245 (bug 1443861) for landing without reviewer 2018-08-26 21:15:12 +03:00
Sriharsha sriharsh007jc@gmail.com
442811682a Bug 1484949 Remove obsolete .toolbar-focustarget styling r=dao 2018-08-26 12:48:43 +02:00
Arshad Kazmi
ef81bb217e Bug 1443861 - Replace promiseWaitForCondition with TestUtils.waitForCondition
Reviewers: johannh

Reviewed By: johannh

Bug #: 1443861

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

--HG--
extra : rebase_source : 07711a0f00e4f1c7f3201db250f7c1f455b83e6b
2018-08-26 21:04:27 +03:00
Brian Grinstead
e864b4f797 Bug 1486220 - Revert document.createXULElement change from Bug 1485426 in videocontrols.xml;r=me
Since videocontrols run in content, this is generally a content privileged HTML
document which doesn't have access to that API. And besides, we actually want
this to be an <html:button>.
2018-08-26 06:26:35 -07:00
Andrea Marchesini
e1a0b51543 Bug 1478101 - Split AbortSignal in 2 classes: AbortSignal and AbortSignalImpl, r=bz 2018-08-26 14:16:21 +02:00
Narcis Beleuzu
34804fb48a Bug 1444703 - Disable browser_bug417483.js on OSX and Linux. r=jmaher 2018-08-26 01:47:00 +03:00
Matthew Gregan
ab37fcf704 Bug 1471922 - Update cubeb-pulse-rs to 79886477. r=kamidphish
--HG--
extra : rebase_source : 5ecf7036ff47adb36f55d8578e484154a81f7e95
2018-08-26 20:34:41 +12:00
Matthew Gregan
8f2c9bd605 Bug 1470041 - Update audioipc to 3d716fe8. r=kamidphish
--HG--
extra : rebase_source : cd12646e3d97093a3830ba7f8ba32c2a146cf8f4
2018-08-26 20:33:19 +12:00
Matthew Gregan
574fed09a7 Bug 1480003 - Update libnestegg to 7bafcb95. r=bryce
--HG--
extra : rebase_source : d49e929e5e462ffc57c5eccde1d97238c8d10631
2018-08-26 20:30:18 +12:00
Gabriel Luong
e126996d9b Bug 1485243 - Add highlights to the source link, selector and computed properties when filtering styles. r=bgrins 2018-08-25 21:25:02 -04:00
Gurzau Raul
4125dfc655 Backed out changeset 641eedc51cc0 (bug 1453953)for reftest failures on tests/layout/reftests/text-shadow/basic.xul 2018-08-26 00:51:46 +03:00
Csoregi Natalia
9f211d76e3 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-26 00:39:47 +03:00
Csoregi Natalia
15caca88c7 Merge inbound to mozilla-central. a=merge 2018-08-26 00:37:27 +03:00
Alexis Beingessner
5a70edeff6 Bug 1453953 - natively implement xul textboxes. r=mstange
--HG--
extra : amend_source : 103711995ce745866d79db031b6cfa9ebef1ce1b
2018-08-25 22:36:51 +03:00
Nils Ohlmeier [:drno]
0362a1b463 Bug 1484024: add Telemetry histogram for DTLS ciphers on RTCPeerConnection r=francois,mt
Added a Telemetry histrogram which collects which DTLS cipher got
negotiated when a RTCPeerConnection connected.

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

--HG--
extra : moz-landing-system : lando
2018-08-24 22:49:42 +00:00
arthur.iakab
8711b3672e Merge mozilla-central to autoland 2018-08-25 06:36:08 +03:00
arthur.iakab
7df3c5baab Merge inbound to mozilla-central a=merge 2018-08-25 06:35:21 +03:00
Kris Maglione
8ad0bfd9c0 Bug 1484496: Follow-up: Fix more busted JS enumerators. r=bustage CLOSED TREE
--HG--
extra : amend_source : b6753494cab68add325af09442239e72ea0c4501
2018-08-24 17:10:29 -07:00
ahillier
64ef5ce6b2 Bug 1484030 - Implement chiclet animation for CFR r=Gijs,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D3804

--HG--
extra : moz-landing-system : lando
2018-08-24 23:30:48 +00:00
Brendan Dahl
f6923ccc24 Bug 1485426 - Use createXULElement instead of createElement in XUL docs. r=bgrins
Preparing for transitioning to XHTML.

MozReview-Commit-ID: JLlmUxsvhIB

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

--HG--
extra : moz-landing-system : lando
2018-08-25 00:16:27 +00:00
Ehsan Akhgari
a093c19492 Bug 1485247 - Remove the XPCOM component registration for Cocoa popup windows; r=mstange 2018-08-24 19:14:11 -04:00
Thomas Daede
c02103611a Bug 1485875 - Expect Android to not play AV1 in MP4. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D4258

--HG--
extra : moz-landing-system : lando
2018-08-24 21:29:00 +00:00
alwu
b07c177c38 Bug 1479270 - part2 : remove HLS video player. r=snorp
Since we have native HLS support in 59 [1], we can remove those codes which is used to play HLS.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1345752

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

--HG--
extra : moz-landing-system : lando
2018-08-24 22:36:18 +00:00
alwu
2614e81154 Bug 1479270 - part1 : remove external player support in media element. r=jya
Since we have native HLS support in 59 [1], we don't need those code anymore.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1345752

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

--HG--
extra : moz-landing-system : lando
2018-08-25 00:03:38 +00:00
Matthew Noorenberghe
487d770cc3 Bug 1485473 - Combine the borders of the name fields on the address form. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D4031

--HG--
extra : moz-landing-system : lando
2018-08-24 23:21:30 +00:00
Daniel Holbert
6fc91f26dc Bug 1483499: Give <legend> consistent default padding, regardless of whether it's a child of fieldset. r=mats
Differential Revision: https://phabricator.services.mozilla.com/D4029

--HG--
extra : moz-landing-system : lando
2018-08-24 21:23:56 +00:00
Tim Nguyen
d0b7351fd9 Bug 1486018 - Make additional_backgrounds_alignment default to right top. r=dao
--HG--
extra : rebase_source : a96efbc387cca4b424aaa5116f3548a69e9de046
2018-08-24 21:03:11 +01:00
arthur.iakab
2251c0eaab Merge mozilla-central to inbound 2018-08-25 06:36:40 +03:00
Kris Maglione
b07768bc08 Bug 1484373: Follow-up: Fix stupid typo. r=bustage 2018-08-24 19:22:54 -07:00
Michael Ratcliffe
6d48a286a1 Bug 1467400 - Disable JavaScript should not be available in the browser toolbox r=gl
Differential Revision: https://phabricator.services.mozilla.com/D4234

--HG--
extra : moz-landing-system : lando
2018-08-24 16:09:58 +00:00
Robert Bartlensky
9712f4f4c6 Bug 1477707: Fix all infer errors in GeckoView. r=jchen
This fixes some errors reported by infer on GeckoView that are not related to threading.

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

--HG--
extra : moz-landing-system : lando
2018-08-24 15:32:18 +00:00
Emilio Cobos Álvarez
213272e55b Bug 1486124 - Make env_var_to_bool match IsEnvSet. r=jrmuizel,kvark
Per the comments in https://phabricator.services.mozilla.com/D4239

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

--HG--
extra : moz-landing-system : lando
2018-08-25 01:57:45 +00:00
Narcis Beleuzu
c6685c9e06 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-26 12:36:16 +03:00
Csoregi Natalia
a0c6412b7d Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-26 00:39:16 +03:00
Csoregi Natalia
15876458af Backed out changeset 8c8ff2c7bfa1 (bug 1485536) for crashes at VideoSink. CLOSED TREE 2018-08-26 00:15:16 +03:00
Jean-Yves Avenard
5ab3282a07 Bug 1485536 - Don't account frames dropped by the compositor as presented. r=bryce
We rename a method in FrameStatistics to better match what it's actually doing.

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

--HG--
extra : moz-landing-system : lando
2018-08-25 12:39:29 +00:00
Tom Tung
317807031a Bug 1485971 - Followup for enabling test on Beta and Release for bug 1482812; r=janv
Bug 1482812 enabled the check for whether origin is valid in both Beta and
Release channels, but it didn't enable the test under the quota folder. That
test verified the check does work while executing storage.persist() if the
origin hasn't been initialized yet. Thus, this patch removes the pref to verify
this check does work for storage.persist() on Beta and the Release channels.

--HG--
extra : rebase_source : c454c57189fbc0557e9c83783adce5efb40304a7
2018-08-24 15:16:26 +02:00
Xidorn Quan
9daee9a3a5 Bug 1464723 - Implement custom scrollbar support for GTK widget. r=karlt,dholbert
When any scrollbar color is specified, or scrollbar-width is thin, we
switch to use the fallback rendering.

The change to xulscrollbars.css is for ensuring that the scrollbar is
displayed for scrollbar-width: thin when there is no scrollbar color
specified. It wouldn't affect cases where -moz-appearance takes effect.

This also changes the fallback width of the scrollbars. Since the two
widths was picked rather randomly, I think it should be fine to change
it if a value looks better than the old one, especially on Linux which
is the main usecase for this fallback rendering.

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

--HG--
extra : moz-landing-system : lando
2018-08-24 07:40:07 +00:00
anthony
4e4875fdd6 Bug 1486119 - Pocket: Replace getSystemPrincipal opening new tab with createNullPrincipal r=jkt
Opening a new tab with a hardcoded link with the system utility openWebLinkI
was erroring when passing in getSystemPrincipal. Updating code to pass in a
createNullPrincipal.

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

--HG--
extra : moz-landing-system : lando
2018-08-24 21:48:24 +00:00
arthur.iakab
83d1441dfa Merge mozilla-central to autoland 2018-08-25 01:09:11 +03:00