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

620880 Коммитов

Автор SHA1 Сообщение Дата
Alexandre Poirot 045e70296e Bug 1500079 - Ensure that new about:debugging tests wait for initial load requests before proceeding with the tests. r=jdescottes
MozReview-Commit-ID: 9ClZ2lkdq01

Depends on D8868

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:10:46 +00:00
Brendan Dahl 52f12ef5a5 Bug 1502509 - Handle different event order when waiting for window to open. r=Gijs
In browser.xhtml the focus and activate events can fire before the
DOMContentLoaded event.

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

--HG--
extra : moz-landing-system : lando
2018-10-28 21:21:42 +00:00
Marco Bonardo 32a19c40a1 Bug 1502728 - Actually remove matchBehavior from firefox.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D10001

--HG--
extra : moz-landing-system : lando
2018-10-29 17:25:56 +00:00
Michael Cooper e903ce5cb2 Bug 1502169 - Wait for learn more link before clicking it in about:Studies tests r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D9855

--HG--
extra : moz-landing-system : lando
2018-10-26 09:54:46 +00:00
Michael Cooper 151a62df72 Bug 1501877 - Remove errant .only() from about:studies tests. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D9737

--HG--
extra : moz-landing-system : lando
2018-10-29 17:50:05 +00:00
Narcis Beleuzu e1ae674b08 Backed out changeset d8813fdff117 (bug 1502361) as per johannh`s request 2018-10-29 19:28:11 +02:00
Chris Manchester 8bfdbe6efd Bug 1500263 - Update rustc to 1.30 in automation. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D9869

--HG--
extra : moz-landing-system : lando
2018-10-29 15:08:23 +00:00
Ted Campbell 77ceb0e751 Bug 1427860 - XDR failures should leave script isUncompleted(). r=nbp
Failures during XDR may leave the script partially initialized in a way
that confuses coverage collection. This ensures the shared script data
is removed from a script if there are any XDR failures in it.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 14:49:44 +00:00
florin.strugariu 2c1a3776aa Bug 1502483 raptor-test should test for presence of Git and emit an error message if it's not found r=rwood rwood
Differential Revision: https://phabricator.services.mozilla.com/D10054

--HG--
extra : moz-landing-system : lando
2018-10-29 16:43:22 +00:00
Robert Helmer c43fca0736 Bug 1501784 - throw if the limit of booleans Prio can encode in one batch is exceeded r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D9995

--HG--
extra : moz-landing-system : lando
2018-10-29 10:31:26 +00:00
WR Updater Bot fa560e258b Bug 1502764 - Re-generate FFI header. r=kats
Depends on D10077

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:37:40 +00:00
WR Updater Bot a1a346d18e Bug 1502764 - Update webrender to commit 154844d79c840dcc15b28d824498bf0713d4e7d1 (WR PR 3237). r=kats
Differential Revision: https://phabricator.services.mozilla.com/D10077

--HG--
extra : moz-landing-system : lando
2018-10-29 16:37:28 +00:00
Johann Hofmann 21717ca7b3 Bug 1502361 - Remove Content Blocking toggle from about:privatebrowsing. r=Ehsan
This simply removes the content blocking section when TP is not enabled to avoid overpromising.
We may update this UI to alert the user that TP is off after the UX team comes back with a new design.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:27:25 +00:00
Raphael Pierzina 60130b7c6e Bug 1501973 - Update telemetry tests to run from tests archive; r=ahal
Depends on D9770

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

--HG--
extra : moz-landing-system : lando
2018-10-26 16:01:08 +00:00
Drew Willcoxon f261cff897 Bug 1498023 - Search shortcuts should hide all one-off UI when typed r=mak,Mardak
* Disable or enable the one-offs per each new search based on whether the first char is "@". The patch does this in `onResultsAdded`, where other per-search initialization happens.
* Remove the `disableOneOffButtons` option from the urlbar `search` method. It's not necessary anymore now that one-offs are automatically hidden for the only caller that uses this option (new tab with the "@engine" tiles).
* Make the `oneOffSearchesEnabled` getter return the actual status of the one-off UI instead of relying on an `_oneOffSearchesEnabled` property.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:13:49 +00:00
Rob Lemley 7fe3db298f Bug 1499590 - Thunderbird fixes in periodic_file_updates.sh. r=sfraser
Updates to periodic_file_updates.sh to complete Thunderbird support

- added comm- branch support so that repository URL's are correctly determined
- set COMMIT_AUTHOR appropriately for Thunderbird

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:49:52 +00:00
Brendan Dahl 06c315024d Bug 1502523 - Account for different activeElement behavior in test. r=Gijs
For browser.xhtml activeElement was modified to match the behavior of
XUL documents. For now, change the test to match the special case in the
activeElement code.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:20:20 +00:00
Brendan Dahl 366e36bf54 Bug 1501738 - Fix screenshot toolbar button in browser.xhtml. r=ianbicking
Differential Revision: https://phabricator.services.mozilla.com/D9676

--HG--
extra : moz-landing-system : lando
2018-10-29 15:40:24 +00:00
Brendan Dahl b35cc09186 Bug 1501791 - Fix browser_screenshots_ui_check.js for browser.xhtml. r=ianbicking
browser.xhtml has a different structure do to the difference in whitespace
handling in xhtml vs xul.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 15:41:02 +00:00
Ashley Hauck 8513c0fa6a Bug 1502476 - Handle failure when parsing field initializer. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D9956

--HG--
extra : moz-landing-system : lando
2018-10-29 15:30:26 +00:00
Raphael Pierzina 7a5affcbeb Bug 1501973 - Create requirements file for archived telemetry tests; r=ahal
Depends on D9769

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

--HG--
extra : moz-landing-system : lando
2018-10-26 15:59:31 +00:00
Andy Wingo 245256d59e Bug 1502797 - Remove redundant forward declarations of BigInt type r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D10045

--HG--
extra : moz-landing-system : lando
2018-10-29 15:08:47 +00:00
Daniel Holbert e7d21b64b2 Bug 1502510: Provide missing image file for calc-background-position and calc-background-size reftests. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D9951

--HG--
rename : layout/reftests/backgrounds/blue-32x32.png => layout/reftests/w3c-css/submitted/values3/support/blue-32x32.png
extra : moz-landing-system : lando
2018-10-29 00:57:16 +00:00
Ehsan Akhgari f5264f90b2 Bug 1502774 - Part 3: Remove nsAuthModule r=valentin
Depends on D10026

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

--HG--
rename : extensions/auth/nsAuthFactory.cpp => extensions/auth/nsIAuthModule.cpp
extra : moz-landing-system : lando
2018-10-29 14:59:24 +00:00
Ehsan Akhgari 51908697bd Bug 1502774 - Part 2: Remove XPCOM component registrations for auth module classes r=valentin
Depends on D10025

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

--HG--
extra : moz-landing-system : lando
2018-10-29 14:59:16 +00:00
Ehsan Akhgari a064a33bed Bug 1502774 - Part 1: Remove XPCOM component registrations for HTTP authenticator classes r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D10025

--HG--
extra : moz-landing-system : lando
2018-10-29 14:59:14 +00:00
Patrick Brosset 79dafb1b1d Bug 1502002 - Start using the getAsFlexContainer API's clampState value to simplify devtools; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D9798

--HG--
extra : moz-landing-system : lando
2018-10-29 14:49:37 +00:00
Narcis Beleuzu 3467484554 Backed out 3 changesets (bug 1502774) for mingwclang bustages on include/sspi.h. CLOSED TREE
Backed out changeset a1f9c4666855 (bug 1502774)
Backed out changeset 07648e9d8400 (bug 1502774)
Backed out changeset b403c3c786ee (bug 1502774)

--HG--
rename : extensions/auth/nsIAuthModule.cpp => extensions/auth/nsAuthFactory.cpp
2018-10-29 17:01:21 +02:00
Ehsan Akhgari 16e0f3a1a8 Bug 1502760 - Stop honouring browser.contentblocking.enabled in the control centre code r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D10020

--HG--
extra : moz-landing-system : lando
2018-10-29 14:44:12 +00:00
Ehsan Akhgari 8f7308f234 Bug 1497014 - Part 3: Add a test to ensure that the shield doesn't reanimate when seeing notifications for existing blocking categories r=johannh
Depends on D9985

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

--HG--
extra : moz-landing-system : lando
2018-10-29 14:47:59 +00:00
Ehsan Akhgari 48dcf0f5dc Bug 1497014 - Part 2: Extend browser_trackingUI_animation_2.js to cover third-party cookie blocking too r=johannh
Depends on D9984

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

--HG--
extra : moz-landing-system : lando
2018-10-29 14:47:57 +00:00
Ehsan Akhgari 25048d2d01 Bug 1497014 - Part 1: Pass in a URI hint for all content blocking state notifications r=baku
Differential Revision: https://phabricator.services.mozilla.com/D9984

--HG--
extra : moz-landing-system : lando
2018-10-29 14:47:55 +00:00
Ehsan Akhgari 7d9df9b0ec Bug 1502774 - Part 3: Remove nsAuthModule r=valentin
Depends on D10026

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

--HG--
rename : extensions/auth/nsAuthFactory.cpp => extensions/auth/nsIAuthModule.cpp
extra : moz-landing-system : lando
2018-10-29 14:40:30 +00:00
Ehsan Akhgari acc9a12f81 Bug 1502774 - Part 2: Remove XPCOM component registrations for auth module classes r=valentin
Depends on D10025

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

--HG--
extra : moz-landing-system : lando
2018-10-29 14:40:29 +00:00
Ehsan Akhgari 7a780d8462 Bug 1502774 - Part 1: Remove XPCOM component registrations for HTTP authenticator classes r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D10025

--HG--
extra : moz-landing-system : lando
2018-10-29 14:40:29 +00:00
Mark Banner 9cfb46e7a6 Bug 1502309 - Platform birth date test isn't being run (worker_test_osfile_front.js). r=Yoric
Differential Revision: https://phabricator.services.mozilla.com/D9912

--HG--
extra : moz-landing-system : lando
2018-10-29 14:01:05 +00:00
Narcis Beleuzu 7faa4c74d0 Backed out changeset 7bb0ca583b02 (bug 1501041) for bc failures on browser_UsageTelemetry_content_aboutHome.js. CLOSED TREE 2018-10-29 16:13:41 +02:00
Rob Wu 4fb6b2bad9 Bug 1501006 - Reject cookieStoreId when contextual identities are disabled r=mixedpuppy
Depends on D9517

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:23:12 +00:00
Rob Wu e757ef0aee Bug 1501006 - Reject cookieStoreId in perma-private browsing mode r=mixedpuppy
Until container tabs are supported in private browsing mode
(bug 1320757), extensions should not be able to open container tabs when
perma-private browsing mode is off.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:23:00 +00:00
Rob Wood d1b2d84bf4 Bug 1473079 - Add gecko profiling support to raptor (part 3: enable gecko profiling); r=jmaher
Depends on D6309

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:35:21 +00:00
Rob Wood e154044f63 Bug 1473079 - Add gecko profiling support to raptor (part 2: limit page cycles); r=jmaher
Depends on D6286

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:33:13 +00:00
Rob Wood 6f148acd8e Bug 1473079 - Add gecko profiling support to raptor (part 1: cmd line args); r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D6286

--HG--
extra : moz-landing-system : lando
2018-10-29 13:32:25 +00:00
Marco Bonardo d77d9c899f Bug 1502655 - Remove remaining frontend livemarks code. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D9992

--HG--
extra : moz-landing-system : lando
2018-10-29 13:18:17 +00:00
Raphael Pierzina 3b94e28a76 Bug 1501973 - Add telemetry marionette files to tests archive; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D9769

--HG--
extra : moz-landing-system : lando
2018-10-26 15:56:54 +00:00
Andreas Pehrson 5781531358 Bug 1453078 - Do not assume segments are all non-null when not all null. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D9545

--HG--
extra : moz-landing-system : lando
2018-10-29 10:34:40 +00:00
ffxbld 36c0312102 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D10049

--HG--
extra : moz-landing-system : lando
2018-10-29 12:26:11 +00:00
Emilio Cobos Álvarez 21bd600cbd Bug 1497389 - Add a fast path for querySelector{,All} when we have classes or tags in the rightmost compound. r=heycam,firefox-style-system-reviewers
Before this patch we were only optimizing the case of a single selector, which
is fine, but not enough to catch ones like .foo .bar or so.

This patch allows us to optimize classes and tags in the rightmost compound,
while keeping the current optimization for #id selectors.

Need to profile this, but code-wise should be ready for review.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 12:04:25 +00:00
Jonathan Kingston 671423e741 Bug 1149485 - Replace about:blocked references to blacklist to blocklist. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D10003

--HG--
rename : toolkit/themes/linux/global/icons/blacklist_favicon.png => toolkit/themes/linux/global/icons/blocklist_favicon.png
rename : toolkit/themes/osx/global/icons/blacklist_favicon.png => toolkit/themes/osx/global/icons/blocklist_favicon.png
rename : toolkit/themes/windows/global/icons/blacklist_favicon.png => toolkit/themes/windows/global/icons/blocklist_favicon.png
extra : moz-landing-system : lando
2018-10-29 11:24:59 +00:00
Valentin Gosu 9a1d38c1a0 Bug 1460537 - Connectivity Service - Add check for IPv4/v6 connectivity r=dragana
This is likely not the best approach to detecting IP connectivity.
The check has a slight delay until the failure counter reaches the threshold.
A more reliable way will be added in a follow-up.

Depends on D7844

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

--HG--
extra : moz-landing-system : lando
2018-10-29 11:22:58 +00:00
Valentin Gosu 3753105b42 Bug 1460537 - Connectivity Service - Add DNSv4 and DNSv6 checks r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D7844

--HG--
extra : moz-landing-system : lando
2018-10-29 11:22:40 +00:00