Commit Graph

669681 Commits

Author SHA1 Message Date
Greg Tatum
8d2804eb1f Bug 1575682 - Bridge the perf actor so that it can be reused with the popup r=julienw
Differential Revision: https://phabricator.services.mozilla.com/D43117

--HG--
extra : moz-landing-system : lando
2019-09-04 20:05:18 +00:00
Kris Maglione
f76d79c608 Bug 1578037: Follow-up: Only skip leaky tests on debug. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D44715

--HG--
extra : moz-landing-system : lando
2019-09-04 20:19:10 +00:00
stephendonner
9c6b27fbdb Bug 1577909. Fix typos in mozharness' raptor.py. r=perftest-reviewers,rwood
Differential Revision: https://phabricator.services.mozilla.com/D44694

--HG--
extra : moz-landing-system : lando
2019-09-04 17:30:31 +00:00
Brad Werth
53e3d54cec Bug 1548188 Part 2: Make test of find in vertical text also search for partial matches. r=mikedeboer
Depends on D44701

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

--HG--
extra : moz-landing-system : lando
2019-09-04 19:51:01 +00:00
Brad Werth
a99718cb94 Bug 1548188 Part 1: Make nsRange::GetPartialTextRect use IsInlineReversed to determine whether start is before end. r=bzbarsky
The existing logic uses RightToLeft as a determinator of whether or not the start point is above-and-to-the-left of the end point. We can get that directly (and correctly) with IsInlineReversed.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 19:53:42 +00:00
Boris Zbarsky
7a49cd3dd7 Bug 1578455. Allow Web IDL operation arguments named "constructor". r=edgar
Differential Revision: https://phabricator.services.mozilla.com/D44505

--HG--
extra : moz-landing-system : lando
2019-09-04 19:44:29 +00:00
Eric Rahm
770e0fc0d2 Bug 1578025 - Remove using namespace std from gfx/vr. r=kip
Differential Revision: https://phabricator.services.mozilla.com/D44307

--HG--
extra : moz-landing-system : lando
2019-09-04 19:32:00 +00:00
Brian Grinstead
d7cccbcb04 Bug 1578569 - Restore padding-bottom on certain menupopups inside BMB_bookmarksPopup r=mak
This was removed in Bug 1573158, where the following line change forced it to 0px:
https://hg.mozilla.org/integration/autoland/rev/3f54e52c52eb#l2.12

This uses shadow parts instead of Shadow DOM + XBL selectors into the arrowscrollbox,
which unblocks arrowscrollbox Custom Element conversion and appears to have the same
visual effect as far as I can tell.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 18:37:04 +00:00
Gurzau Raul
382dc0d5aa Backed out changeset 70353f95adda (bug 1578596) for toolchain bustage on a CLOSED TREE. 2019-09-04 22:34:50 +03:00
Chris Manchester
24388ebb93 Bug 1578596 - Update wrench-deps to use rustc 1.37 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D44707

--HG--
extra : moz-landing-system : lando
2019-09-04 19:08:28 +00:00
Chris Manchester
0bb09fc35d Bug 1578596 - Require rustc 1.37. r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D44699

--HG--
extra : moz-landing-system : lando
2019-09-04 19:08:28 +00:00
harry
8595d331fd Bug 1573157 - Load notification center icons with dual representations. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D43275

--HG--
extra : moz-landing-system : lando
2019-09-04 18:33:13 +00:00
Aaron Klotz
296735628c Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D44700

--HG--
extra : moz-landing-system : lando
2019-09-04 18:35:50 +00:00
Gurzau Raul
f96e9cd73f Backed out changeset 887d125d7f59 (bug 1578709) for failing at test_bug427744.html on a CLOSED TREE. 2019-09-04 21:34:11 +03:00
David Major
a6ecd0d619 Bug 1578775: Remove LIBCXX_LIBCPPABI_VERSION from build-clang.py r=glandium
This build workaround was made unnecessary (and in fact harmful) by 2d0b4d6bb3 (diff-140d2deaecabaad987b883a1de1c2aa4) which landed in LLVM 9.

It seems that we don't need this anyway even on our current LLVM 8 builds, so landing this separately in preparation for bug 1573211.

Reviewed as part of a larger patch in https://phabricator.services.mozilla.com/D44160#1342283

MANUAL PUSH: This may cause a toolchain rebuild.
2019-09-04 12:01:59 -04:00
Geoff Brown
be67d46e14 Bug 1577037 - Stop running all Fennec functional tests; r=bc
Stop running all Fennec functional (non-performance) tests:
 - stop running all Android 4.3 tests
 - switch android-em-7 cppunit and android-hw jittest from the Fennec apk to the
   geckoview apk (no difference in behavior expected)
 - stop running Android 7.0 marionette tests, since they also run against Fennec
 - remove android-em-4.* references from taskcluster configs
 - remove android instance: extra-large references from taskcluster configs,
   since they only affect aws, which is no longer used for Android

Android-hw raptor tests running against Fennec remain; I will prepare a separate
patch for those.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 15:58:36 +00:00
Csoregi Natalia
2dd3b18187 Backed out changeset 99b313550fb8 (bug 1529068) for eslint failure on test_navigate_to.html. CLOSED TREE 2019-09-04 21:15:18 +03:00
Nathan Froyd
ebeb43d427 Bug 1578478 - update disabling visibility on Android for newer libc++; r=nalexander
We define some libc++-internal macros to avoid conflicts between the way
we do symbol visibility and the way libc++ expects visibility to work.
Newer NDK versions use a newer libc++ which changes the way the macro we
were using works. To enable building with newer libc++ versions, let's
also define macros appropriate to those versions as well.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 17:56:49 +00:00
Nathan Froyd
b5f39847e1 Bug 1578776 - wrap some synchronization-related STL headers; r=firefox-build-system-reviewers,mshal
I'm not sure how things have worked without these headers getting
wrapped, but they need to be for declarations in them to work properly.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 17:56:49 +00:00
Csoregi Natalia
e73c90f986 Backed out 13 changesets (bug 1575983) for bustages on StaticPrefList.yaml. CLOSED TREE
Backed out changeset 2d9dd627ef3c (bug 1575983)
Backed out changeset 6250b4ec0ec7 (bug 1575983)
Backed out changeset 0eed2424b389 (bug 1575983)
Backed out changeset 598f5d54a05c (bug 1575983)
Backed out changeset 3dc2ee7420e4 (bug 1575983)
Backed out changeset 68c0c008efa2 (bug 1575983)
Backed out changeset 17471d71912e (bug 1575983)
Backed out changeset f598efcaeef3 (bug 1575983)
Backed out changeset fc8152d13826 (bug 1575983)
Backed out changeset dc2ef92802f3 (bug 1575983)
Backed out changeset a00da04ee4e8 (bug 1575983)
Backed out changeset d411416f55fa (bug 1575983)
Backed out changeset f21ae93cb37e (bug 1575983)
2019-09-04 20:58:45 +03:00
Andrew Halberstadt
b491b45f70 Bug 1577517 - [mozbuild] Fix bug in error handling case when 'terminal-notifier' is not installed, r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D44156

--HG--
extra : moz-landing-system : lando
2019-09-04 17:50:56 +00:00
Mirko Brodesser
b0573c2b86 Bug 1578188: part 6) Overload OutputManager::Append. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D44387

--HG--
extra : moz-landing-system : lando
2019-09-04 13:30:25 +00:00
Mirko Brodesser
b10fb35c3c Bug 1578188: part 5) Move CreateQuotesAndIndent to CurrentLine. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D44386

--HG--
extra : moz-landing-system : lando
2019-09-04 13:30:09 +00:00
Mirko Brodesser
b242474d51 Bug 1578188: part 4) Move ResetCurrentLineContentAndIndentationHeader to CurrentLine::ResetContentAndIndentationHeader. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D44385

--HG--
extra : moz-landing-system : lando
2019-09-04 13:29:59 +00:00
Mirko Brodesser
8141bbdc56 Bug 1578188: part 3) Add nsPlainTextSerializer::CurrentLine. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D44384

--HG--
extra : moz-landing-system : lando
2019-09-04 13:29:48 +00:00
Mirko Brodesser
546f74b5dc Bug 1578188: part 2) Use default constructor for CurrentLineContent. r=hsivonen
Simplifies a following refactoring.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 13:29:39 +00:00
Mirko Brodesser
dc15294eb0 Bug 1578188: part 1) Remove outputQuotes variable for clarity. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D44382

--HG--
extra : moz-landing-system : lando
2019-09-04 13:29:27 +00:00
tanhengyeow
34a4c4cb17 Bug 1561873 - Support for keyboard navigation in WS frame list. r=Honza
Support for keyboard navigation in WS frame list.

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

--HG--
extra : moz-landing-system : lando
2019-09-05 07:59:18 +00:00
Andrea Marchesini
f7c969c97f Bug 1571686 - Check if the ReadableStream object exists before using it in BodyStream, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D44726

--HG--
extra : moz-landing-system : lando
2019-09-04 21:15:41 +00:00
Daisuke Akatsuka
725512d5f5 Bug 1578728: Turn on dom.animations-api.implicit-keyframes.enabled for css-shapes tests. r=birtles
Differential Revision: https://phabricator.services.mozilla.com/D44767

--HG--
extra : moz-landing-system : lando
2019-09-05 06:15:36 +00:00
Jared Wein
ec6fa2b320 Bug 1577716 - Remove the placeholder when editing a login. r=MattN,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D44252

--HG--
extra : moz-landing-system : lando
2019-09-05 05:22:33 +00:00
Jared Wein
7f9775c78a Bug 1577849 - Move to the next visible login when the selected login is removed, respecting the applied search filter. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44723

--HG--
extra : moz-landing-system : lando
2019-09-05 05:09:54 +00:00
Jared Wein
3dfad7cdc4 Bug 1576175 - Move focus handling to login-item and forward focus to the breach alert when it is visible during tabbing. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44709

--HG--
extra : moz-landing-system : lando
2019-09-04 21:36:13 +00:00
dlee
da8b128c32 Bug 1576292 - Avoid using directory service off-main-thread in URL Classifier gtest. r=gcp
Differential Revision: https://phabricator.services.mozilla.com/D44728

--HG--
extra : moz-landing-system : lando
2019-09-05 07:34:41 +00:00
Dorel Luca
44ad3cfc99 Backed out changeset 4b003634e1a7 (bug 1577031) for browser-chrome failures related to UITour. CLOSED TREE 2019-09-05 09:50:49 +03:00
Dorel Luca
ec62854d68 Backed out changeset 890bcaee9b7d (bug 1529068) for causing massive tier2 failures on central in dom/security/test/csp/test_navigate_to.html. CLOSED TREE 2019-09-05 09:47:35 +03:00
dleblanccyr
2737f2c455 Bug 1573133 - Adds test for clickable URLs. r=johannh
Depends on D41535

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

--HG--
extra : moz-landing-system : lando
2019-09-04 11:39:39 +00:00
dleblanccyr
0e701fffd0 Bug 1573133 - Makes items that contain URL into a link. r=johannh
Depends on D41095

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

--HG--
extra : moz-landing-system : lando
2019-09-04 11:39:25 +00:00
Masayuki Nakano
e0847a6b6d Bug 1574852 - part 61: Move HTMLEditRules::MoveBlock() to HTMLEditor r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D44200

--HG--
extra : moz-landing-system : lando
2019-09-04 05:00:11 +00:00
Cosmin Sabou
62c067e92f Bug 1578037 - Disable tests that cause leaks on fission. r=johannh
Differential Revision: https://phabricator.services.mozilla.com//D44599
2019-09-04 07:18:42 +03:00
Brindusan Cristian
87d0935891 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-09-04 12:48:38 +03:00
Cosmin Sabou
e5327b05c8 Bug 1578333 - Disable test because of frequent failures. r=egao
Differential Revision: https://phabricator.services.mozilla.com/D44593

--HG--
extra : moz-landing-system : lando
2019-09-04 04:23:42 +00:00
Andrew Halberstadt
41d9e6e547 Bug 1578198 - [configure] Ensure wrapped_subprocess uses text env with Python 3 r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D44483

--HG--
extra : moz-landing-system : lando
2019-09-04 02:37:48 +00:00
Cosmin Sabou
c310c938df Bug 1542144 - Annotate test on fission cause on debug failures. r=pbone
Differential Revision: https://phabricator.services.mozilla.com//D44584
2019-09-04 03:10:04 +03:00
arthur.iakab
34240e2046 Merge mozilla-central to mozilla-inbound 2019-09-04 07:23:25 +03:00
Cosmin Sabou
1c6e84973b Bug 1578207 - Annotate failing test. a=test-only 2019-09-04 07:00:03 +03:00
Jared Wein
1a4aaa114c Bug 1576272 - Show the empty-search results view of about:logins if the page is opened with a filter that doesn't match any stored logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44207

--HG--
extra : moz-landing-system : lando
2019-09-04 00:36:43 +00:00
Toshihito Kikuchi
55ae74e010 Bug 1557564 - Enable Base Profiler in Windows. r=aklotz,gerald
Bug 1556993 fixed the crash in PoisonIOInterposer (due to missing stdout&stderr
fd's), bug 1559379 fixed the mozglue memory issue that the unit test
experienced, and this patch also includes a fix for the test failure in
browser_checkdllblockliststate.js.

So now Base Profiler can be enabled by default on Windows, still using
`MOZ_BASE_PROFILER_...` env-vars for now (upcoming bug will merge these with
non-BASE env-vars soon).

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

--HG--
extra : moz-landing-system : lando
2019-09-03 23:27:46 +00:00
Chris Manchester
5ac1f64990 Bug 1578493 - Suggest using an sccache-dist binary from automation in our docs. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D44577

--HG--
extra : moz-landing-system : lando
2019-09-03 23:12:51 +00:00
arthur.iakab
fa025e9d21 Merge inbound to mozilla-central. a=merge 2019-09-04 00:55:31 +03:00