- 29 May, 2020 36 commits
-
-
Robert Helmer authored
Differential Revision: https://phabricator.services.mozilla.com/D76935
-
Robert Helmer authored
Differential Revision: https://phabricator.services.mozilla.com/D76934
-
Coroiu Cristina authored
-
Dorel Luca authored
Backed out changeset 9e0971e05ec0 (bug 1640734) for Browser-chrome failures in browser/components/newtab/test/browser/browser_asrouter_group_frequency.js. CLOSED TREE
-
Timothy Nikkel authored
Differential Revision: https://phabricator.services.mozilla.com/D77403
-
Rob Wu authored
Differential Revision: https://phabricator.services.mozilla.com/D77180
-
Rob Wu authored
Differential Revision: https://phabricator.services.mozilla.com/D77174
-
moz-wptsync-bot authored
Bug 1641361 - [wpt-sync] Update web-platform-tests to cbfde04695a79256d42991513c83a7b97dc14fcd, a=testonly MANUAL PUSH: wpt sync bot wpt-head: cbfde04695a79256d42991513c83a7b97dc14fcd wpt-type: landing
-
Ian Kilpatrick authored
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
-
Nicolás Peña Moreno authored
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
-
Blink WPT Bot authored
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
-
Rune Lillesveen authored
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
-
ziransun authored
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
-
Carlos Alberto Lopez Perez authored
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
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D76909
-
Mitchell Hentges authored
Differential Revision: https://phabricator.services.mozilla.com/D77517
-
Mitchell Hentges authored
Bug 1641962: Defer imports of distutils.util to ensure bootstrap can run r=rstewart,perftest-reviewers,sparky Differential Revision: https://phabricator.services.mozilla.com/D77516
-
Mitchell Hentges authored
Differential Revision: https://phabricator.services.mozilla.com/D77505
-
Punam Dahiya authored
Differential Revision: https://phabricator.services.mozilla.com/D77400
-
Andrei Oprea authored
Bug 1640734 - Frequency capping should apply separately for production and experiment messages r=k88hudson Differential Revision: https://phabricator.services.mozilla.com/D77010
-
Bob Clary authored
Depends on D77522 Differential Revision: https://phabricator.services.mozilla.com/D77523
-
Bob Clary authored
Depends on D77521 Differential Revision: https://phabricator.services.mozilla.com/D77522
-
Bob Clary authored
Depends on D77514 Differential Revision: https://phabricator.services.mozilla.com/D77521
-
Bob Clary authored
Differential Revision: https://phabricator.services.mozilla.com/D77514
-
Andrew Halberstadt authored
Bug 1633866 - [taskgraph] Create a system to choose how test manifests are loaded via a parameter, r=tomprince Currently test manifests are loaded by instantiating a TestResolver and traversing moz.build files to find manifests. With 'manifest-scheduling', we'll want to grab the manifests directly from the bugbug service instead. Initially we'll want to enable manifest-scheduling with |mach try auto|, but not on autoland yet. This patch will allow |mach try auto| to set the parameter that causes bugbug to be used (see future commits in this bug). Differential Revision: https://phabricator.services.mozilla.com/D76522
-
Jeff Muizelaar authored
We create sub images from larger images by using a stride that matches the original and adjusting the offset. This creates a situation where the last row will only have stride - offset bytes. This stops us from lying to CGDataProvider. Differential Revision: https://phabricator.services.mozilla.com/D77476
-
Mark Banner authored
Waiting for engines to be reloaded before checking the cache, can cause the test to miss the cache notification. Differential Revision: https://phabricator.services.mozilla.com/D77515
-
Kate Hudson authored
Differential Revision: https://phabricator.services.mozilla.com/D77393
-
Sylvestre Ledru authored
Bug 1641848 - Import https://developer.mozilla.org/en-US/docs/Mozilla/Using_CXX_in_Mozilla_code in-tree r=nalexander I replaced the color by bold on "No". It seems we can't have color in cells with rst :/ Differential Revision: https://phabricator.services.mozilla.com/D77444
-
Jonathan Watt authored
Differential Revision: https://phabricator.services.mozilla.com/D77506
-
Erik Nordin authored
Differential Revision: https://phabricator.services.mozilla.com/D76955
-
Dorel Luca authored
-
Dorel Luca authored
Backed out changeset 434343de944e (bug 1638007) for Mochitest failures in toolkit/components/extensions/test/mochitest/test_ext_activityLog.html. CLOSED TREE
-
Ed Lee authored
Bug 1639723 - Multistage about:welcome Import screen should navigate to about:home on closing migration wizard r=pdahiya Differential Revision: https://phabricator.services.mozilla.com/D77378
-
Perry Jiang authored
Initially, IPCInternal{Request,Response} had contained IPCStreams which would result in unecessary copying when sending the objects over IPC. The patch makes these streams either: 1) ParentToParentStream (just a UUID) 2) ParentToChildStream (a PIPCBlobInputStream actor, acting as a handle) 3) ChildToParentStream (a real IPCStream) These three types are union-ed together by the BodyStreamVariant IPDL structure. This structure replaces the IPCStream members in IPCInternal{Request,Response} so that, depending on the particular IPDL protocol, we can avoid cloning streams and just pass handles/IDs instead. As a side effect, this makes file-backed Response objects cloneable. Initially, these Responses would be backed by an nsFileInputStream, which is not cloneable outside the parent process. They are now backed by IPCBlobInputStreams, which are cloneable. One thing that's not really satisfactory (IMO), is the manual management of IPCBlobInputStreamStorage so that no streams are leaked, e.g. if we store a stream in the IPCBlobInputStreamStorage but fail to send an IPC message and therefore fail to remove the stream from storage on the other side of the IPC boundary (only parent-to-parent in this case). Differential Revision: https://phabricator.services.mozilla.com/D73173
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D72380
-
- 28 May, 2020 1 commit
-
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D76475
-
- 29 May, 2020 3 commits
-
-
Mark Banner authored
Bug 1641881 - Switch browser_ext_settings_overrides_default_search.js to use a different search engine for testing. r=mixedpuppy Differential Revision: https://phabricator.services.mozilla.com/D77471
-
Nathan Froyd authored
People seemed to be taking the comment as indicative that Services.py wasn't providing everything they needed, so make it clearer that you can still get `nsIXULAppInfo`, you just have to work a little harder. Differential Revision: https://phabricator.services.mozilla.com/D77477
-
Ricky Stewart authored
Bug 1639313 - Print usage if you call a bare `mach vendor`, `mach cargo`, or `mach remote` r=remote-protocol-reviewers,froydnj,whimboo The architecture of `mach` does not make this easy to do from within one process, not least of all due to persistent global, mutable state. :( There may be another way to do this, I'm not saying it's completely impossible (and obviously with a significant enough refactor there's a way to make this happen), but subprocessing is a foolproof way to accomplish the same. Differential Revision: https://phabricator.services.mozilla.com/D77374
-