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

710630 Коммитов

Автор SHA1 Сообщение Дата
Jared Wein 803b52c5dd Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D76087
2020-05-30 05:38:56 +00:00
Andrea Marchesini 882614bb0f Bug 1632887 - Disable browser_privatebrowsing_concurrent.js in beta and release, r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D77146
2020-05-29 14:57:54 +00:00
Dorel Luca 12d676daa0 Backed out changeset e4b730f2d853 (bug 1641208) for Browser-chrome failures in dom/tests/browser/browser_persist_image_accept.js 2020-05-30 07:10:09 +03:00
Dorel Luca 0c8ff16ba2 Backed out 2 changesets (bug 1621781) for Mochitest failures in gfx/layers/apz/test/mochitest/test_group_mouseevents.html
Backed out changeset a5fe71693070 (bug 1621781)
Backed out changeset 58a9b7f50a4b (bug 1621781)
2020-05-30 06:12:01 +03:00
Mark Hammond 6abadd577b Bug 1639449 - Vendor new application-services to expose kinto migration and sync change notifications. r=lina
Differential Revision: https://phabricator.services.mozilla.com/D76092
2020-05-30 02:44:07 +00:00
Jon Bauman f43c78c21f Bug 1641208 - `Accept` header does not include `image/avif` even when `image.avif.enable` is set. r=mattwoodrow,aosmond,necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D77371
2020-05-29 22:18:59 +00:00
Andrei Cristian Petcu a6e1f63270 Bug 1641393 - Warn about the exported logins CSV file. r=MattN,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D77376
2020-05-30 01:44:48 +00:00
James Teh eb93cd44c2 Bug 1427304: Return the oleacc window accessible for the outer HWND of windows created with popup=yes. r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D77442
2020-05-29 14:16:14 +00:00
Gijs Kruitbosch 7e60f4854f Bug 1640417 - improve reader mode font dropdown styling, r=jaws
This fixes the following issues:
- hover/active colours now look better on dark theme (match main toolbar lwtheme styles)
- radio-type items now have custom styling
- radio-type items no longer use buttons, only input[type=radio] with a subsequent label
- hover/active/selection styling for the radio items is improved
- cleans up unused CSS variables
- styling of the 'current value' boxes
- removes display:none hr elements
- uses classes for each 'row' container to simplify the CSS

Differential Revision: https://phabricator.services.mozilla.com/D77535
2020-05-30 00:58:51 +00:00
Micah Tigley abfa14b698 Bug 1621781 - Have APZ ignore mouse events when RDM is active. r=botond
Depends on D77395

Differential Revision: https://phabricator.services.mozilla.com/D77396
2020-05-29 21:38:07 +00:00
Micah Tigley 62367a9af9 Bug 1621781 - Add an "IsRDMTouchSimulationActive" field to ScrollMetadata. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D77395
2020-05-29 21:03:06 +00:00
Tom Schuster 88a10734f7 Bug 1640686 - Disable an assert when using Warp (bustage fix for feature disabled by default)
Differential Revision: https://phabricator.services.mozilla.com/D77569
2020-05-30 00:00:25 +00:00
Jeff Muizelaar 9a078db557 Bug 1642014 - Expose HW_COMPOSITING feature to telemetry. r=aosmond
FEATURE_FAILURE_D3D11_NEED_HWCOMP is one of the main reasons
people get the basic compositor. This will let us dig into
why we get FEATURE_FAILURE_D3D11_NEED_HWCOMP.

Differential Revision: https://phabricator.services.mozilla.com/D77554
2020-05-29 22:35:13 +00:00
Eitan Isaacson 6d5ab04a9d Bug 1641960 - Introduce some Mac selection tests for inputs. r=morgan
Differential Revision: https://phabricator.services.mozilla.com/D77531
2020-05-29 22:58:54 +00:00
Eitan Isaacson d5c9522fec Bug 1641960 - Support NSRange getting and setting in XPCOM mac a11y interface. r=morgan
Differential Revision: https://phabricator.services.mozilla.com/D77530
2020-05-29 22:58:44 +00:00
Dorel Luca ca47e808e1 Backed out 2 changesets (bug 1640867) for Network failures on multipe platforms. CLOSED TREE
Backed out changeset 75a1f56ff1ee (bug 1640867)
Backed out changeset a4c770a70516 (bug 1640867)
2020-05-30 02:02:33 +03:00
Shane Caraveo 70902a6f9c Bug 1623427 address timing of child api call in activityLog test r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D76784
2020-05-29 19:56:36 +00:00
Mike Hommey 038f9f8138 Bug 1641790 - Move --with-system-nss to python configure. r=firefox-build-system-reviewers,rstewart
Version of NSS >= 3.27 have a pkg-config file. We're now requiring 3.53,
so while moving, just use pkg-config, which is simpler.

The old-configure check that rejected some untested platforms for
in-tree NSS is actually rejecting none: the accepted platforms cover all
the supported ones, so we remove that check.

And because building with system NSS without system NSPR doesn't make
sense, imply the latter when the former is used.

Differential Revision: https://phabricator.services.mozilla.com/D77428
2020-05-29 17:02:09 +00:00
Mike Hommey 9088528947 Bug 1635764 - Move --with-system-icu and --with-intl-api to python configure. r=firefox-build-system-reviewers,rstewart
At the same time, because it's now simpler to do so, set the right data
file name for big-endians, even though we don't have or produce it
(bug #1264836). Also remove USE_ICU, which is redundant with
JS_HAS_INTL_API, and actively break the build at configure time when
using --without-intl-api with Firefox because this hasn't actually
worked for close to 3 years (since bug 1402048).

Differential Revision: https://phabricator.services.mozilla.com/D77416
2020-05-29 21:29:52 +00:00
Mike Hommey 8a9448c75b Bug 1641785 - Move --with-jitreport-granularity to python configure. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D77415
2020-05-29 12:17:26 +00:00
Mike Hommey 623e778ff2 Bug 1641786 - Move --with-debug-label to python configure. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D77414
2020-05-29 12:17:24 +00:00
Mike Hommey 313131917e Bug 1641775 - Move --with-system-nspr to python configure. r=firefox-build-system-reviewers,rstewart
Versions of NSPR >= 4.10 come with a pkg-config file. We currently
depend on 4.9.2 for spidermonkey, but much more recent versions for
Firefox. 4.10 is less than a year newer than 4.9.2, and 4.10 is 7 years
old, so bumping the requirement to 4.10 is not really a big deal.

With the use of pkg-config, --with-nspr-cflags and --with-nspr-libs are
not needed.

None of the AC_TRY_COMPILE tests were any useful because
PR_STATIC_ASSERT and PR_UINT64 have been when we look for them since
4.8.6 and 4.9 respectively.

Differential Revision: https://phabricator.services.mozilla.com/D77412
2020-05-29 17:11:27 +00:00
Mike Hommey cab23e6d7f Bug 1641783 - Move MOZ_FOLD_LIBS to python configure. r=froydnj
Also remove MOZ_FOLD_LIBS_FLAGS because it is always empty since bug 1577521.

Differential Revision: https://phabricator.services.mozilla.com/D77410
2020-05-29 12:15:51 +00:00
Punam Dahiya 10b74a9005 Bug 1641268 - Multistage about:welcome UI updates r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D77332
2020-05-29 19:33:37 +00:00
Hiroyuki Ikezoe 935fac58d0 Bug 1640223 - Expand the given size in ExpandHeightForViewportUnits by multiplying the 'vh value / visible area height'. r=botond
The viewport units size doesn't match the aspect ratio of the screen size in
some cases.

For example, in the case of the reftest in this commit, the meta viewport is
"width=1600, height=device-height" and the screen size during reftest is
"800x1000". Thus the viewport units size will be "1600x1000". In such cases
with the old way ExpandHeightForViewportUnits shrinks the given size
"1600x1800" to "1600x1000" with 100px dynamic toolbar max height (and the
MOZ_ASSERT in the function happens on debug builds).

Differential Revision: https://phabricator.services.mozilla.com/D77176
2020-05-29 17:18:21 +00:00
Mike Hommey eba22e2279 Bug 1641760 - Move --with-system-zlib to python configure. r=froydnj
As all versions of zlib >= 1.2.3.1 have a pkg-config file, and 1.2.3.1
is close to 14 years old, let's drop 1.2.3 and just use pkg-config, which
simplifies what we need to do dramatically.

Differential Revision: https://phabricator.services.mozilla.com/D77404
2020-05-29 20:59:00 +00:00
Emilio Cobos Álvarez 8883f72d00 Bug 1641936 - Add a generic principal hash key. r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D77501
2020-05-29 22:18:01 +00:00
Tom Prince 98dd864200 No bug: Don't use proxy for accessing taskcluster index; r=Callek
The index is not protected by scopes, so don't use the proxy to access it

Differential Revision: https://phabricator.services.mozilla.com/D77537
2020-05-29 21:37:46 +00:00
Olli Pettay 85d3e9e10f Bug 1548274 - try to make dom/ipc/tests/browser_cancel_content_js.js a bit less racy r=squib
Differential Revision: https://phabricator.services.mozilla.com/D77445
2020-05-29 21:46:53 +00:00
Morgan Reschenberg d93dd3ccbb Bug 1624909: Create and maintain radio siblings array for position information. r=eeejay
Differential Revision: https://phabricator.services.mozilla.com/D72751
2020-05-29 17:37:46 +00:00
Yura Zenevich 9ad99052ff Bug 1598026 - separate listening for accessibility lifecycle events between parent and content. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D77466
2020-05-29 19:18:19 +00:00
J.C. Jones 98c9615522 Bug 1636656 - land NSS NSS_3_53_RTM UPGRADE_NSS_RELEASE, r=kjacobs
2020-05-29  J.C. Jones  <jjones@mozilla.com>

	* lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h:
	Set version numbers to 3.53 final
	[7e453a5afcb4] [NSS_3_53_RTM] <NSS_3_53_BRANCH>

2020-05-28  Kevin Jacobs  <kjacobs@mozilla.com>

	* .hgtags:
	Added tag NSS_3_53_BETA2 for changeset 8fe22033a88e
	[90c954f62c9d]

Differential Revision: https://phabricator.services.mozilla.com/D77555
2020-05-29 22:16:17 +00:00
emilfs 7e13ebcb0a Bug 1628289 - move documentation jobs from lint/opt to doc/opt. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D77481
2020-05-29 21:12:13 +00:00
Valentin Gosu 5a7c7bf9ec Bug 1640867 - Add new HTTP_CHANNEL_ONSTART_SUCCESS_TRR probe r=dragana,tdsmith,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D77127
2020-05-29 21:23:50 +00:00
Valentin Gosu 5570291ec4 Bug 1640867 - Record TRR steering telemetry separately r=dragana,tdsmith,necko-reviewers
This change makes a set of probes keyed. The key is "(default)" if no steering
is currently active, or "(auto-detected)" is the current URL has been set
by steering (autodetection).

Differential Revision: https://phabricator.services.mozilla.com/D77022
2020-05-29 21:23:41 +00:00
Rob Wu 66a434b9be Bug 1641541 - Remove generated SpecialPowers and mochikit addon at end of test r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D77249
2020-05-29 17:38:04 +00:00
Robert Helmer e690d9dae9 Bug 1640306 - add about:pioneer MVP r=mstriemer,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D76935
2020-05-29 21:38:45 +00:00
Robert Helmer 75b624f4dc Bug 1640306 - move toggle button to shared r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D76934
2020-05-29 21:37:59 +00:00
Coroiu Cristina 455f4501b4 Bug 1641361 - fixup metadata for /dom/idlharness.window.html a=fix on a CLOSED TREE 2020-05-30 00:56:13 +03:00
Dorel Luca fdf5f48b28 Backed out changeset 9e0971e05ec0 (bug 1640734) for Browser-chrome failures in browser/components/newtab/test/browser/browser_asrouter_group_frequency.js. CLOSED TREE 2020-05-29 23:50:34 +03:00
Timothy Nikkel 918a7c4207 Bug 1641752. Don't access dead frame in AutoScrollbarRepaintSuppression. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D77403
2020-05-29 11:19:59 +00:00
Rob Wu 064c18d0c7 Bug 1641269 - Support tabId & windowId filtering in proxy.onRequest r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D77180
2020-05-29 20:31:26 +00:00
Rob Wu 2718cd6536 Bug 1638007 - Check windowId/tabId before urls r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D77174
2020-05-29 20:22:30 +00:00
moz-wptsync-bot d4fa56c9d3 Bug 1641361 - [wpt-sync] Update web-platform-tests to cbfde04695a79256d42991513c83a7b97dc14fcd, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: cbfde04695a79256d42991513c83a7b97dc14fcd
wpt-type: landing
2020-05-29 20:22:20 +00:00
Ian Kilpatrick f42c271c4b Bug 1640924 [wpt PR 23774] - [wpt] Fix css-contain "replaced" tests., a=testonly
Automatic update from web-platform-tests
[wpt] Fix css-contain "replaced" tests.

These tests were inadvertently testing our UA stylesheet for the audio
element. In our UA stylesheet we have:
audio {
  width: Xpx;
  height: Ypx;
}

which means that the intrinsic size tests are failing. This fixes the
tests to change the width/height when appropriate to "auto".

There is probably a discussion which needs to be had about the UA style
for the audio element, but not today.

Bug: 960385
Change-Id: I3c5e1362015dec9cc95b7f4683a552e4afcc7424
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212635
Commit-Queue: Koji Ishii <kojii@chromium.org>
Auto-Submit: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771803}

--

wpt-commits: cbfde04695a79256d42991513c83a7b97dc14fcd
wpt-pr: 23774
2020-05-29 20:22:19 +00:00
Nicolás Peña Moreno 98a5aa0039 Bug 1640678 [wpt PR 23758] - [EventTiming] Use polling in performance.eventCounts test, a=testonly
Automatic update from web-platform-tests
[EventTiming] Use polling in performance.eventCounts test

It looks like actions.send() does not wait for the events to get
processed in order to resolve the promise, which means eventCounts may
not be populated by the time we begin testing it. Hence, in this CL we
perform a polling-based approach. Sample failure:
https://isolateserver.appspot.com/browse?namespace=default-gzip&digest=8e7df6aa16ccbffabef2b11c5f2d9aaa02d396c1&as=layout-test-results%5Cexternal%5Cwpt%5Cevent-timing%5Cmouseover-actual.txt

Bug: 1074048
Change-Id: I58629d66ad146fd435fc95fb875f21a96f5470a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212497
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771778}

--

wpt-commits: 546dd707ac9440acfc40a326837a1e4032e0a2ff
wpt-pr: 23758
2020-05-29 20:22:19 +00:00
Blink WPT Bot fb3782980f Bug 1639938 [wpt PR 23731] - Reduce cross frame messages in feature-policy-nested-subframe-policy.https.sub.html, a=testonly
Automatic update from web-platform-tests
Reduce cross frame messages in feature-policy-nested-subframe-policy.https.sub.html (#23731)

Previously each 1st level subframe will post 6 messages to main frame.
This CL reduce the message send to to main frame to 1 message,
effectively improve the test speed.

Change-Id: I20dcbe3a74aa9359185c61673ff1b5e39a1eea68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212486
Commit-Queue: Charlie Hu <chenleihu@google.com>
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771658}

Co-authored-by: Charlie Hu <chenleihu@google.com>
--

wpt-commits: 2228dbdd370235f8bad3330aaec613f9d3ec6ac7
wpt-pr: 23731
2020-05-29 20:22:18 +00:00
Rune Lillesveen bf5905c38d Bug 1640823 [wpt PR 23765] - Load pending resources after style adjustments., a=testonly
Automatic update from web-platform-tests
Load pending resources after style adjustments.

We don't fetch resources for ComputedStyle which is in a display:none
subtree or display:contents since [1]. Style adjustments are done to the
display type in the StyleAdjuster and we need to make sure we load
resources where display changes from a non-rendered value to a rendered
one after style adjustments.

Specifically, this happens with blockification of :root elements which
are display:contents.

[1] https://crrev.com/caf740f6c0b57ca102026f40f3cc62f9f3cf5159

Bug: 1085750
Change-Id: I7686c6f8bf4918bec5812d1bf893ad2c4cb9262c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214897
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771748}

--

wpt-commits: 1c152f0e99b4ae9f10b62b70007821b072b00f75
wpt-pr: 23765
2020-05-29 20:22:18 +00:00
ziransun 6be75dee24 Bug 1634749 [wpt PR 23363] - Python 3: Port some html tests following Python file handlers p…, a=testonly
Automatic update from web-platform-tests
Python 3: Port some html tests following Python file handlers porting guide (#23363)

This is a rework on https://github.com/web-platform-tests/wpt/pull/22402
This change follows the porting guide discussed in RFC49:
https://github.com/web-platform-tests/rfcs/pull/49

Co-authored-by: Robert Ma <bob1211@gmail.com>
--

wpt-commits: e60c41610959f414e24fe2360151d94953436906
wpt-pr: 23363
2020-05-29 20:22:17 +00:00
Carlos Alberto Lopez Perez 176e978aa0 Bug 1640742 [wpt PR 23761] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=212054, a=testonly
Automatic update from web-platform-tests
Use Ahem font in multi-line-wrap-reverse-column-reverse.html (#23761)

css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html:
  * Update the test to use the Ahem font, and rely on different font colors
    (instead of different glyps) to check that each box of the test is placed
    correctly.

Export of: https://bugs.webkit.org/show_bug.cgi?id=212054
--

wpt-commits: b2d87a14271da903e5897779f623c74e8601f36e
wpt-pr: 23761
2020-05-29 20:22:17 +00:00