Commit Graph

659288 Commits

Author SHA1 Message Date
Henrik Skupin
6b7efec04c Bug 1547651 - [raptor] shutdown_browser() should not wait 15s before killing the browser. r=perftest-reviewers,stephendonner,rwood
Differential Revision: https://phabricator.services.mozilla.com/D30180

--HG--
extra : moz-landing-system : lando
2019-07-08 17:50:57 +00:00
Tom Schuster
b636d3b494 Bug 1558914 - Remove BinAST tests with Array generics. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D37273

--HG--
extra : moz-landing-system : lando
2019-07-08 17:45:18 +00:00
Tom Schuster
d427e8bfe9 Bug 1558914 - Remove non-standard Array.sort from devtools test. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D36438

--HG--
extra : moz-landing-system : lando
2019-07-08 17:45:09 +00:00
Tom Schuster
37d3a7113f Bug 1558914 - Disable Array generics in Nightly. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D35541

--HG--
extra : moz-landing-system : lando
2019-07-08 17:45:07 +00:00
André Bargull
887441681e Bug 1521819: Add numberingSystem support to Intl.RelativeTimeFormat. r=jwalden
Differential Revision: https://phabricator.services.mozilla.com/D27070

--HG--
extra : moz-landing-system : lando
2019-07-08 16:35:18 +00:00
John Dai
f1ca2bad57 Bug 1562005 - Add in-tree documentation for JS Window Actors; r=nika
Differential Revision: https://phabricator.services.mozilla.com/D37065

--HG--
extra : moz-landing-system : lando
2019-07-08 17:41:59 +00:00
André Bargull
42c851b033 Bug 1291463: Apply TypedArray sort optimisations to normal Array sort. r=jorendorff
Also change the temporary buffer to a normal Array to ensure the `Merge` helper
is called with the same object class.

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

--HG--
extra : moz-landing-system : lando
2019-07-08 16:33:12 +00:00
Jared Wein
091478789a Bug 1563769 - Create login-list-item as a DOM fragment instead of a custom element to reduce overhead. r=MattN
Each custom element had its own shadowRoot, duplicated instances of the style sheet, and localization root. This patch also moves to a single 'click' event listener on the list instead of one for each item.

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

--HG--
extra : moz-landing-system : lando
2019-07-08 17:39:54 +00:00
Jared Wein
423635cba5 Bug 1563769 - Display the count of logins earlier and chunk the layout of loginsin the list so we can display ASAP. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37107

--HG--
extra : moz-landing-system : lando
2019-07-08 17:39:47 +00:00
Jared Wein
9367744c2b Bug 1563769 - Compile the regular expressions for computing the login title only once. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37106

--HG--
extra : moz-landing-system : lando
2019-07-08 17:39:40 +00:00
Jared Wein
06ba061c26 Bug 1563769 - Append the children of the login-list using a fragment and prevent rendering the login-list twice during initial load. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37105

--HG--
extra : moz-landing-system : lando
2019-07-08 17:39:40 +00:00
Ryan VanderMeulen
d4d246dca3 Bug 1517477 - Upgrade Hunspell to version 1.7.0. r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D15652

--HG--
extra : moz-landing-system : lando
2019-07-03 16:18:23 +00:00
Ryan VanderMeulen
905cb04927 Bug 1563085 - Update jsoncpp to version 1.9.0. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D36700

--HG--
extra : moz-landing-system : lando
2019-07-03 08:03:12 +00:00
Ryan VanderMeulen
700b09539d Bug 1562790 - Update to FreeType 2.10.1. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D36553

--HG--
extra : moz-landing-system : lando
2019-07-02 16:31:09 +00:00
Matthew Noorenberghe
0741e754a0 Bug 1563905 - Enable eTLD+1 login lookup in test_basic_form_autocomplete_subdomain.html. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D37298

--HG--
extra : moz-landing-system : lando
2019-07-08 17:33:39 +00:00
Nika Layzell
eb598b2ae9 Bug 1563542 - Correctly align usage of mIsDiscarded and mClosed for BrowsingContext, r=peterv
In the bug which introduced mIsDiscarded, the code was changed to not set
mClosed during Detach, and only set mIsDiscarded. This was a mistake because a
bunch of places are only reading mClosed. Specifically when creating a
BrowsingContext for an iframe, we check GetClosed() to see whether to skip
creating it. Not doing this check can lead to assertions like the one in this
bug.

This patch changes the behaviour to continue setting `mClosed`, and also updates
the relevant `GetClosed()` checks to correctly check `IsDiscarded()`

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

--HG--
extra : moz-landing-system : lando
2019-07-08 17:27:27 +00:00
Kartikaya Gupta
1d2cb8902f Bug 1550023 - Allow WR on a subset of Intel to ride into early beta on Windows. r=jrmuizel
This uses positive-but-empty #if conditions with else clauses rather than
inverted conditions for better readability and documentation.

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

--HG--
extra : moz-landing-system : lando
2019-07-05 22:08:13 +00:00
Charlie Marlow
52eb94596a Bug 1557857: Added reftests for text-underline-offset r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D35740

--HG--
extra : moz-landing-system : lando
2019-07-08 16:07:52 +00:00
Charlie Marlow
7f1865e5fb Bug 1561657: fixed text-underline-offset so that positive lengths represent movement outwards from the text r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D36669

--HG--
extra : moz-landing-system : lando
2019-07-08 16:07:45 +00:00
Charlie Marlow
2e000d8004 Bug 1562704: fixed text-underline-offset for Japanese and Korean text, where underlines appear to the right of text r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D36519

--HG--
extra : moz-landing-system : lando
2019-07-08 16:07:33 +00:00
Jonathan Kingston
31441f82ea Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D35504

--HG--
extra : moz-landing-system : lando
2019-07-08 16:37:45 +00:00
Erica Wright
3fda739793 Bug 1563586 - Add icons to graph legend. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D36977

--HG--
extra : moz-landing-system : lando
2019-07-08 15:25:51 +00:00
Byron Campen [:bwc]
38430c2de2 Bug 1283943: Add some logging to help diagnose. r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D37127

--HG--
extra : moz-landing-system : lando
2019-07-08 16:23:26 +00:00
Byron Campen [:bwc]
c65418aead Bug 1538160: Extend this wait a bit to see if it clears up the intermittent failures. r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D37113

--HG--
extra : moz-landing-system : lando
2019-07-08 16:21:35 +00:00
Byron Campen [:bwc]
798f1f18d4 Bug 1551854: Don't stomp the mid on a transceiver if the answer has no mid in it. r=mjf
Depends on D37076

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

--HG--
extra : moz-landing-system : lando
2019-07-08 16:19:07 +00:00
Byron Campen [:bwc]
c603cf6805 Bug 1551854: Test that transceiver mid isn't changed just because there was no mid in the answer. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D37076

--HG--
extra : moz-landing-system : lando
2019-07-05 18:53:22 +00:00
Byron Campen [:bwc]
935a645aef Bug 1558886: Don't expect exactly one ready stream once ICE is connected. r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D36501

--HG--
extra : moz-landing-system : lando
2019-07-08 16:13:45 +00:00
Sylvestre Ledru
d15264c464 Bug 1563903 - Remove libmar from the clang ignore list r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D37152

--HG--
extra : moz-landing-system : lando
2019-07-08 15:39:24 +00:00
Eugen Sawin
4365e8f0ed Bug 1561385 - [1.0] Change GeckoView cookie behavior default to block third-party trackers (ETP). r=snorp,geckoview-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D36980

--HG--
extra : moz-landing-system : lando
2019-07-08 14:47:15 +00:00
Mihai Alexandru Michis
243ebfd35f Bug 1563134 - Disable mediasource-seek-during-pending-seek.html for frequent failures on android r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37274

--HG--
extra : moz-landing-system : lando
2019-07-08 15:30:10 +00:00
Cosmin Sabou
1bc4c53848 Merge mozilla-central to autoland. CLOSED TREE
--HG--
extra : rebase_source : 8f34d9792fa439e441d9c851cae1933b20de4d37
2019-07-08 18:13:59 +03:00
Alexandre Poirot
a07eadfa52 Bug 1563685 - Rename WebSocketDebuggerTransport class to match its JSM file name. r=remote-protocol-reviewers,jdescottes,ato
Differential Revision: https://phabricator.services.mozilla.com/D37040

--HG--
extra : moz-landing-system : lando
2019-07-08 15:03:12 +00:00
Alexandre Poirot
22a355f138 Bug 1563685 - Rename WebSocket.jsm and drop unused accept method. r=remote-protocol-reviewers,jdescottes,ato
Differential Revision: https://phabricator.services.mozilla.com/D37039

--HG--
rename : remote/server/WebSocket.jsm => remote/server/WebSocketHandshake.jsm
extra : moz-landing-system : lando
2019-07-08 15:03:10 +00:00
Alexandre Poirot
c64c4d7ee4 Bug 1563687 - Renamed ContentProcessSession.destroy to destructor in order to match this project's conventions. r=remote-protocol-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D37041

--HG--
extra : moz-landing-system : lando
2019-07-08 15:07:09 +00:00
Andreas Pehrson
cf67d306f8 Bug 1561569 - Put limits to width and height constraints in MediaEngineVideoDefault. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D36028

--HG--
extra : moz-landing-system : lando
2019-07-08 14:56:13 +00:00
Greg Tatum
bb7857b872 Bug 1559486 - Remove scriptFilename from RecordAllocationInfo; r=jimb
Differential Revision: https://phabricator.services.mozilla.com/D36651

--HG--
extra : moz-landing-system : lando
2019-07-04 05:19:58 +00:00
Alex Catarineu
a8b667f825 Bug 467035 - Avoid leaking browser language via DTD r=Gijs,bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D34187

--HG--
extra : moz-landing-system : lando
2019-07-08 10:47:05 +00:00
Jared Wein
d3d0d50e78 Bug 1562255 - Move 'Create new login' button to the bottom of the login list. r=MattN,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D37133

--HG--
extra : moz-landing-system : lando
2019-07-08 14:28:40 +00:00
Mihai Alexandru Michis
b66ea3d7c7 Bug 1516298 - Disable test_group_touchevents.html for frequent failures on android r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37252

--HG--
extra : moz-landing-system : lando
2019-07-08 13:44:44 +00:00
Mihai Alexandru Michis
4837addb3d Bug 1542525 - Disable PermissionDelegateTest.notification_reject and TextInputDelegateTest.restartInput_temporaryFocus for frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37255

--HG--
extra : moz-landing-system : lando
2019-07-08 14:16:26 +00:00
Noemi Erli
bdf68fe902 Bug 1561844 - ES lint failure fix CLOSED TREE 2019-07-08 17:03:25 +03:00
Alex Catarineu
dbce01f2ff Bug 467035 - Add new internal DTD content types r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D35232

--HG--
extra : moz-landing-system : lando
2019-07-03 17:28:25 +00:00
Johan Lorenzo
ace536fb97 Bug 1563971 - part 2: geckoview, use update-channel instead of hardcoded file name r=mtabara
Depends on D37231

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

--HG--
extra : moz-landing-system : lando
2019-07-08 13:18:23 +00:00
Johan Lorenzo
65cd579ccf Bug 1563971 - part 1: Fix promote graphs by passing down jobs instead of tasks r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D37231

--HG--
extra : moz-landing-system : lando
2019-07-08 13:14:23 +00:00
Noemi Erli
ba301c3e5e Bug 1563684 - ES lint fix CLOSED TREE 2019-07-08 16:12:34 +03:00
Sylvestre Ledru
569e7eda41 Bug 1562642 - Add toolkit/components/utils/mozjexl.js to the list of thirdparty code r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D37230

--HG--
extra : moz-landing-system : lando
2019-07-08 12:46:03 +00:00
ffxbld
aea4b299c9 No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D37222

--HG--
extra : moz-landing-system : lando
2019-07-08 12:49:11 +00:00
ffxbld
18132fb6de No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D37242

--HG--
extra : moz-landing-system : lando
2019-07-08 12:47:22 +00:00
Bob Clary
e734f03390 Bug 1563957 - mozharness android.py's install_apk should distinguish ADBTimeoutError and ADBError, r=jmaher.
Differential Revision: https://phabricator.services.mozilla.com/D37176

--HG--
extra : moz-landing-system : lando
2019-07-08 12:44:11 +00:00
Carolina
259cb0f2ca Bug 1563751 - Removes RPM handler for about:certificate and it's call. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D37072

--HG--
extra : moz-landing-system : lando
2019-07-08 11:53:20 +00:00