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

655135 Коммитов

Автор SHA1 Сообщение Дата
Ola Gasidlo ae788a0773 Bug 1473295 - add enviroment for unit tests, r=jdescottes,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D32959

--HG--
extra : moz-landing-system : lando
2019-06-06 13:49:49 +00:00
Ryan Duffy bd1d104ad9 Bug 1527488 - Change debugger build to support lazy loading modules
Differential Revision: https://phabricator.services.mozilla.com/D32865

--HG--
extra : moz-landing-system : lando
2019-06-06 13:02:36 +00:00
Dão Gottwald 0a6cd5f4ca Bug 1556726 - Ensure #userContext-label doesn't increase the height of the address bar. r=jkt
Differential Revision: https://phabricator.services.mozilla.com/D33941

--HG--
extra : moz-landing-system : lando
2019-06-06 12:43:43 +00:00
Narcis Beleuzu 76af096241 Backed out changeset ef75e158b232 (bug 1556000) for bc failures on browser_startup_syncIPC.js 2019-06-06 16:40:05 +03:00
Sebastian Hengst 3f89105d67 Backed out changeset 4f2475241df7 (bug 1550473) on request from ckerschb. a=backou
--HG--
extra : rebase_source : 8297426f6df40a9dc94fccf514ba3f4efa88889e
2019-06-06 15:33:55 +02:00
Andrei Teslovan 4d74397909 Bug 1556382 - Reset error message for "Find in page" after dismiss; r=VladBaicu
Differential Revision: https://phabricator.services.mozilla.com/D33934

--HG--
extra : moz-landing-system : lando
2019-06-06 11:57:23 +00:00
Nicolas Chevobbe 74f4a28c13 Bug 1556068 - Track JsPropertyProvider's analyzeInput string and bail if it's taking too long. r=Honza.
It can happen that the string we receive is quite large
and as a result takes a long time to analyze, freezing
the process.
This patch simply tracks for how long the for loop is running,
and bail out if it's greater than a given time (set to 2500 ms
for now).
This is mostly a safeguard, a future patch should try to improve
the performance of the function itself.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 13:08:21 +00:00
Andrew Halberstadt bffa8f298f Bug 1556460 - [docs] Use compatible-release operator instead of * in tools/docs/Pipenv, r=davehunt
Using compatible release means that we will pick up minor updates to these
packages. Dependencies (i.e things not explicitly listed in the Pipfile), may
have their major versions updated as long as the package that uses them lists
it as compatible.

This will also allow us to update our dependencies' major/minor versions one at
a time. Using '*', Pipenv does not have any way of updating only a single
package at a time (that I could find).

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

--HG--
extra : moz-landing-system : lando
2019-06-06 08:13:47 +00:00
Sebastian Hengst 3fd5f70fa8 Bug 1534681 Use ReferrerInfo class in document: update code after merge conflict. a=merge-conflict CLOSED TREE 2019-06-06 15:11:08 +02:00
Andrei Teslovan fdbd67ec21 Bug 1270535 - Add "undo" action when bookmark is edited or removed; r=petru
Differential Revision: https://phabricator.services.mozilla.com/D32308

--HG--
extra : moz-landing-system : lando
2019-06-06 08:50:30 +00:00
Petru Lingurar 834812f141 Bug 1557203 - AndroidQ has final APIs. Update the feature29Plus check; r=VladBaicu
With Beta4 AndroidQ now ships with final APIs so the previous check we used,
VERSION.CODENAME now returns REL instead of Q.
But final APIs means AndroidQ will not share API level 28 with AndroidP anymore
so we can finally check for Build.VERSION.SDK_INT.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 11:56:02 +00:00
Jan de Mooij 532113a26a Bug 1544386 part 1 - Call ElementAccessHasExtraIndexedProperty instead of ArrayPrototypeHasIndexedProperty when inlining array natives. r=tcampbell
This simplifies the code a bit because ElementAccessHasExtraIndexedProperty
checks for length-overflow and sparse-indexes so the callers don't have to
do that anymore.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 17:48:26 +00:00
Karan Sapolia 7b96f9e12f Bug 1556804 - Change callers of addTestEngines to use objects for details rather than an array. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D33798

--HG--
extra : moz-landing-system : lando
2019-06-06 11:35:12 +00:00
Andrei Oprea 6c4e640dae Bug 1553926 - Add fetch-options eslint plugin to mozilla central r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D32723

--HG--
extra : moz-landing-system : lando
2019-06-06 11:31:20 +00:00
Brindusan Cristian a8747fe17d Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-06-06 14:27:39 +03:00
Noemi Erli 5d3b612129 Bug 1552460 - Disabled text-clipped-offscreen-move-onscreen.html on macosx a=test-only
--HG--
extra : source : c1f525dffc3501e3a58d9e11f4dcb674cc29a67b
2019-06-06 06:36:20 +03:00
Noemi Erli 0f0dc95f6f Bug 1552460 - Disabled fixed-z-index-blend.html on windows debug a=test-only
--HG--
extra : source : f2ed44809cf97774ca0bc2e035af4d1079e7bc30
2019-06-06 06:41:33 +03:00
shindli 3caa33a7ea Merge inbound to mozilla-central. a=merge 2019-06-06 12:57:52 +03:00
shindli a06e4d2ea4 Merge autoland to mozilla-central. a=merge 2019-06-06 12:28:43 +03:00
Makoto Kato b60b55e5bc Bug 1556656 - Restrict script access for some methods in nsIEditingSession r=masayuki
Some methods in `nsIEditingSession` isn't used from script. So we should move
these to `nsEditingSession` or add `[noscript]`.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 05:31:16 +00:00
Mike Hommey a36bd5ae07 Bug 997353 - Make powerpc not use static page sizes in mozjemalloc. r=njn
__powerpc__ covers powerpc and powerpc64.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 05:25:59 +00:00
Mike Hommey 6f6e8cbd72 Bug 1551639 - Always update buildid but avoid rebuilding libxul. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D33772

--HG--
extra : moz-landing-system : lando
2019-06-06 04:35:02 +00:00
Mike Hommey 4725fa3b70 Bug 1551639 - Don't build generated source files during the export tier. r=nalexander
As established previously, generated source files that are not included
don't need to be built during the export tier.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 04:35:00 +00:00
Mike Hommey 98317c472f Bug 1551639 - Use .inc suffix for generated source files that are only included. r=nalexander
There is a big difference between generated source files that are built
directly, and those that are only included.

In the latter case, the build system won't know the files that does the
including depends on the generated source. So those sources do need to
be built during the export tier.

But in the former case, the build system has all the dependency
information it needs, and, while these generated sources are currently
built as part of the export tier, they don't actually need to be. We're
going to change that, and in preparation, we rename included files so as
to be more clearly identified.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 04:34:53 +00:00
arthur.iakab af07c37d6a Merge autoland to mozilla-central. a=merge 2019-06-06 00:59:15 +03:00
Jorg K d2d05444d9 Backed out changeset bb3d70c37398 (bug 1543725) for busting Thunderbird builds. a=backout 2019-06-05 22:24:02 +02:00
Andreea Pavel 6402a9d5a2 Bug 1463180 - disabled browser_tabstrip_overflow_underflow.js on win and linux not debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D33756

--HG--
extra : moz-landing-system : lando
2019-06-05 12:18:50 +00:00
Andreea Pavel 516073f4fd Backed out changeset 2dacf7539a2f (bug 1543812) for multiple failures e.g bc at browser_autoplay_blocked.js on a CLOSED TREE 2019-06-05 19:29:20 +03:00
Dave Townsend 589f2b4289 Bug 1556612: Hardcode considering this an upgrade if the last build to run was run in safe mode. r=froydnj
When safe mode runs it writes out "Safe Mode" as the compatibility version (bug
1556831). Due to bug 1556832 and bug 1556829 this makes us think that the next
run is a downgrade.

This is the simplest possible fix that should be totally safe to upload to
release.

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

--HG--
extra : moz-landing-system : lando
2019-06-05 16:17:16 +00:00
Nazım Can Altınova 91197b28a2 Bug 1552286 - Move back GeckoJavaSampler to GeckoView and enable for it and fennec r=nalexander,gerald
Bug 1303806 moved `GeckoJavaSampler` to be Fennec-only as part of a general push
to slim GeckoView down.  But there is no reason to restrict to Fennec and it is useful
for other non-Fennec GeckoView vehicles.

This patch moves the `GeckoJavaSampler` inside `geckoview` and changes profiler
code to make Java sampling work in both GeckoView and Fennec.

Depends on D33522

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

--HG--
rename : mobile/android/base/java/org/mozilla/gecko/GeckoJavaSampler.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoJavaSampler.java
extra : moz-landing-system : lando
2019-06-05 10:58:47 +00:00
Nazım Can Altınova 62d3f06e55 Bug 1552286 - Fix Checkstyle errors on GeckoJavaSampler r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D33522

--HG--
extra : moz-landing-system : lando
2019-06-05 10:58:28 +00:00
John Dai 8add76ec66 Bug 1556686 - Add more comments on JSWindowActor; r=nika
Differential Revision: https://phabricator.services.mozilla.com/D33619

--HG--
extra : moz-landing-system : lando
2019-06-06 10:13:30 +00:00
Mike Hommey 2c9aedb1f6 Bug 1534578 - Upgrade macosx64 taskcluster tasks to python 3.7. r=ahal
Bug 1501497 deployed python 3.7 on mac workers, while leaving 3.6
around... except on reimaged workers, which only have 3.7 available.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 10:51:41 +00:00
Timothy Nikkel 1466b9f2a6 Bug 1557225. Make MakeInputStream MOZ_MUST_USE. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D33905

--HG--
extra : moz-landing-system : lando
2019-06-06 10:31:02 +00:00
shindli c9ee4bb3ac Merge mozilla-central to autoland. a=merge CLOSED TREE
--HG--
rename : testing/web-platform/tests/referrer-policy/generic/iframe-inheritance.html => testing/web-platform/tests/referrer-policy/generic/inheritance/iframe-inheritance-data.html
rename : testing/web-platform/tests/referrer-policy/generic/iframe-inheritance.html => testing/web-platform/tests/referrer-policy/generic/inheritance/iframe-inheritance-srcdoc.html
2019-06-06 13:51:59 +03:00
premk e5d58ef313 Bug 1551179 - Use SearchUtils.BROWSER_SEARCH_PREF in search tests r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D33801

--HG--
extra : moz-landing-system : lando
2019-06-06 09:53:40 +00:00
Ola Gasidlo 7b5fdcd2db Bug 1548465 - Fix jest tests with localization, r=ladybenko,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D33160

--HG--
extra : moz-landing-system : lando
2019-06-06 09:44:18 +00:00
Tim Huang 9f0768dc00 Bug 1556000 - Remove the expired telemetry probe of the content window size. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D33788

--HG--
extra : moz-landing-system : lando
2019-06-06 09:32:15 +00:00
Simon Danner 3347422b53 Bug 1511075 - Make Clear Downloads button always tabbable not only on OSX r=mak
Differential Revision: https://phabricator.services.mozilla.com/D33323

--HG--
extra : moz-landing-system : lando
2019-06-06 09:07:12 +00:00
Dale Harvey b46d6e8925 Bug 1543812 - Add ability to block all autoplay. r=johannh,alwu,flod,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D30135

--HG--
extra : moz-landing-system : lando
2019-06-06 09:06:09 +00:00
Edgar Chen 2130ce5e46 Bug 1557060 - Update webaudio test result for release/beta build; r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D33854

--HG--
extra : moz-landing-system : lando
2019-06-06 08:58:19 +00:00
Christoph Kerschbaumer c04c6432f9 Bug 1497216: Apply Meta CSP to about:webrtc.
Differential Revision: https://phabricator.services.mozilla.com/D33916

--HG--
extra : moz-landing-system : lando
2019-06-06 08:58:36 +00:00
Benjamin Bouvier 0cbc573628 Bug 1556510: Mark trait objects with dyn in the wasm/cranelift directory; r=lth
Differential Revision: https://phabricator.services.mozilla.com/D33608

--HG--
extra : moz-landing-system : lando
2019-06-06 06:42:15 +00:00
Marian Raiciof b7ec43643f Bug 1556311 - Fix the error "ImportError: no module named ini" while running raptor tests. r=sparky
Differential Revision: https://phabricator.services.mozilla.com/D33457

--HG--
extra : moz-landing-system : lando
2019-06-05 14:59:16 +00:00
Boris Zbarsky 223721a61e Bug 1557237. Stop using [array] in nsIPrompt and nsIPromptService. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D33909

--HG--
extra : moz-landing-system : lando
2019-06-06 08:03:56 +00:00
Thomas Nguyen 01ff0bf93f Bug 1534681 Use ReferrerInfo class in document r=ckerschb,baku,Gijs
Also, in many place, we use document uri as referrer. It is not right
for the case srdoc iframe. We should use the last non-srdoc parent
document's uri

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

--HG--
rename : testing/web-platform/tests/referrer-policy/generic/iframe-inheritance.html => testing/web-platform/tests/referrer-policy/generic/inheritance/iframe-inheritance-data.html
rename : testing/web-platform/tests/referrer-policy/generic/iframe-inheritance.html => testing/web-platform/tests/referrer-policy/generic/inheritance/iframe-inheritance-srcdoc.html
extra : moz-landing-system : lando
2019-06-06 07:23:37 +00:00
Boris Zbarsky dc2b7685d7 Bug 1557231. Stop using [array] in nsIInlineSpellChecker. r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D33908

--HG--
extra : moz-landing-system : lando
2019-06-06 06:59:37 +00:00
Michal Novotny 8e84b11096 Bug 1556987 - Invalid assertion in nsHttpChannel::OnPush, r=dragana
NS_HTTP_ONPUSH_LISTENER capability is set in nsHttpChannel::SetupTransaction when notification callbacks implement nsIHttpPushListener, but nsHttpChannel::OnPush event is initiated on socket thread in Http2PushedStream::TryOnPush and the channel can be closed and listeners released before nsHttpChannel::OnPush is called on the main thread.

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

--HG--
extra : moz-landing-system : lando
2019-06-06 06:35:50 +00:00
diana.iacos 66a7ddb52a Bug 1487013 - The new folder created doesn't have any title; r=petru
Differential Revision: https://phabricator.services.mozilla.com/D33786

--HG--
extra : moz-landing-system : lando
2019-06-05 15:28:10 +00:00
Gerald Squelart 3b85f8b3c7 Bug 1492121 - Use BaseProfiler in XRE_Init{Parent,Child}Process() - r=njn
Differential Revision: https://phabricator.services.mozilla.com/D31934

--HG--
extra : moz-landing-system : lando
2019-06-06 06:20:49 +00:00