- Nov 12, 2019
-
-
Henrik Skupin authored
Differential Revision: https://phabricator.services.mozilla.com/D52740 --HG-- extra : moz-landing-system : lando
-
Kris Maglione authored
Currently, when a Mochitest has a fail-if annotation, any passing assertions are reported as EXPECTED-FAIL, which is extremely confusing, and makes it difficult to understand which parts of the test are still failing without removing the annotation. What we really want is for passing assertions to still be reported as passing, and for only actually failing assertions to reported as EXPECTED-FAIL, which this patch does. Differential Revision: https://phabricator.services.mozilla.com/D52407 --HG-- extra : moz-landing-system : lando
-
Bert Peers authored
Differential Revision: https://phabricator.services.mozilla.com/D52303 --HG-- extra : moz-landing-system : lando
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D52056 --HG-- extra : moz-landing-system : lando
-
Julian Descottes authored
Bug 1590408 - Fix CSS for doorhanger HTMLTooltip to align the center of the arrow with the center of the anchor r=miker Depends on D52647 Differential Revision: https://phabricator.services.mozilla.com/D52671 --HG-- extra : moz-landing-system : lando
-
Julian Descottes authored
Depends on D52668 Differential Revision: https://phabricator.services.mozilla.com/D52647 --HG-- extra : moz-landing-system : lando
-
Julian Descottes authored
The positioning of the arrow was correct, but due to the way the arrow was rotated, the visual center of the arrow did not match the center of the arrow box Backing out the JS change here, CSS patch later in the queue Differential Revision: https://phabricator.services.mozilla.com/D52668 --HG-- extra : moz-landing-system : lando
-
Nan Jiang authored
The pre-trailhead triplets, added in bug 1594125 through the remote whats-new-panel provider, serve as another onboarding like messages for AS Router. Differential Revision: https://phabricator.services.mozilla.com/D52755 --HG-- extra : moz-landing-system : lando
-
Kris Maglione authored
Returning BrowsingContext* from these sorts of getters tends to lead to misuse. WindowProxyHolder is the semantically correct type to return here, in any case. Differential Revision: https://phabricator.services.mozilla.com/D52096 --HG-- extra : moz-landing-system : lando
-
Sylvestre Ledru authored
Depends on D52581 Differential Revision: https://phabricator.services.mozilla.com/D52582 --HG-- extra : moz-landing-system : lando
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D51492 --HG-- extra : moz-landing-system : lando
-
Mark Hammond authored
Differential Revision: https://phabricator.services.mozilla.com/D51976 --HG-- extra : moz-landing-system : lando
-
xueli authored
Differential Revision: https://phabricator.services.mozilla.com/D52737 --HG-- extra : moz-landing-system : lando
-
Noemi Erli authored
Backed out 2 changesets (bug 1585410) for causing failures in test_TelemetryController.js CLOSED TREE Backed out changeset 5205263485b6 (bug 1585410) Backed out changeset 2f9292f4fbd1 (bug 1585410) --HG-- rename : toolkit/components/telemetry/docs/obsolete/optout-ping.rst => toolkit/components/telemetry/docs/data/optout-ping.rst rename : toolkit/components/telemetry/tests/marionette/tests/client/test_deletion_request_ping.py => toolkit/components/telemetry/tests/marionette/tests/client/test_optout_ping.py
-
Noemi Erli authored
Backed out 6 changesets (bug 1582741, bug 1593318, bug 1592625) for causing failures in test_feature_nativeallocations.js CLOSED TREE Backed out changeset fb009d42d012 (bug 1582741) Backed out changeset 8a685f299700 (bug 1592625) Backed out changeset 308028db97ef (bug 1582741) Backed out changeset cd7174320d45 (bug 1582741) Backed out changeset b48b1fa02fcc (bug 1582741) Backed out changeset e9714539ae90 (bug 1593318) --HG-- rename : tools/profiler/tests/xpcshell/head.js => tools/profiler/tests/xpcshell/head_profiler.js
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D52368 --HG-- extra : moz-landing-system : lando
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D52106 --HG-- extra : moz-landing-system : lando
-
valenting authored
This code was added in bug 465158 to deal with on-demand dial-up connections. That scenario is hopefully not common anymore. One benefit of the code was that it excludes network adapters that share the computers network from being part of network change notifications, network ID, etc. However, the code assumed that only adapters with the address 192.168.0.1 would be a ICS adapter, but trying to set up ICS on Windows 10 actually set the LAN interface with 192.168.137.1 - so that assumption isn't valid anymore. So the code is likely not even running for adapters that are ICS. It may run for adapters which have the IP 192.168.0.1, but probably that's quite rare as that's more often a gateway IP than a client IP. In any case, it's better to just get rid of it and if needed, however unlikely, we'll replace it with a more modern API. Depends on D52573 Differential Revision: https://phabricator.services.mozilla.com/D52574 --HG-- extra : moz-landing-system : lando
-
valenting authored
Old code needed to dynamically load a DLL - which was not available for windows versions prior to Vista, and if that failed it would fall back to using an older API. This patch now calls the methods directly, since we don't have to worry about the library not being there; we also remove the fallback, meaning we always call NotifyIpInterfaceChange instead of falling back to NotifyAddrChange. Differential Revision: https://phabricator.services.mozilla.com/D52573 --HG-- extra : moz-landing-system : lando
-
Glenn Watson authored
Instead of creating a picture caching slice for any content that is fixed position, also check if the clip(s) for the cluster are fixed position or anchored to the scroll root. This prevents WR creating slices for parallax style effects. There's not much point in doing this anyway, since those slices will invalidate due to the spatial node of the clip changing during scrolling. This also allows subpixel AA to be enabled in more situations. Differential Revision: https://phabricator.services.mozilla.com/D52621 --HG-- extra : moz-landing-system : lando
-
Daniel Holbert authored
Bug 1595682: Add 'reftest-wait' class to WPT reftest contain-size-select-002.html, to avoid race condition between dynamic change & test snapshot. r=jgraham Differential Revision: https://phabricator.services.mozilla.com/D52724 --HG-- extra : moz-landing-system : lando
-
Chris H-C authored
The 'deletion-request' ping, which supercedes the 'optout' ping, notifies the pipeline when a profile opts out of FHR upload. (IOW, when a user on a specific profile unchecks the box in about:preferences#privacy about sharing technical and interaction data with Mozilla). This ping tries its best to reach the pipeline to let them know that we need to delete data associated with the provided clientId. This means it will remain pending on the client even after opt out and it will try to resend if upload is ever re-enabled. Differential Revision: https://phabricator.services.mozilla.com/D51710 --HG-- rename : toolkit/components/telemetry/docs/data/optout-ping.rst => toolkit/components/telemetry/docs/obsolete/optout-ping.rst rename : toolkit/components/telemetry/tests/marionette/tests/client/test_optout_ping.py => toolkit/components/telemetry/tests/marionette/tests/client/test_deletion_request_ping.py extra : moz-landing-system : lando
-
Chris H-C authored
If we opt out of Telemetry and then back into it, we might end up with out-of-order writes and deletes to the clientid state file. This would result in us sending pings with c0ffee canary client ids. So let's wait for pending save tasks before we process our removal task. Also, while I'm here, let's add some trace logging to client id operations. Differential Revision: https://phabricator.services.mozilla.com/D51709 --HG-- extra : moz-landing-system : lando
-
Micah Tigley authored
Differential Revision: https://phabricator.services.mozilla.com/D51671 --HG-- extra : moz-landing-system : lando
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D51788 --HG-- extra : moz-landing-system : lando
-
Andrea Marchesini authored
Differential Revision: https://phabricator.services.mozilla.com/D52654 --HG-- extra : moz-landing-system : lando
-
Neil Deakin authored
Differential Revision: https://phabricator.services.mozilla.com/D51626 --HG-- extra : moz-landing-system : lando
-
Neil Deakin authored
Bug 1533951, allow MessagePort to take an actor as well as a message manager. This will allow about pages to be converted to actors yet doesn't require significant changes to messaging, r=mossop Differential Revision: https://phabricator.services.mozilla.com/D51625 --HG-- extra : moz-landing-system : lando
-
Neil Deakin authored
Bug 1533951, base NetError handler on JSWindowActor, move message listeners out of browser.js and into JSWindowActorParent, r=johannh Differential Revision: https://phabricator.services.mozilla.com/D51624 --HG-- extra : moz-landing-system : lando
-
Mats Palmgren authored
Differential Revision: https://phabricator.services.mozilla.com/D52678 --HG-- extra : moz-landing-system : lando
-
Markus Stange authored
Differential Revision: https://phabricator.services.mozilla.com/D51758 --HG-- extra : moz-landing-system : lando
-
Markus Stange authored
Bug 1594950 - Change NextSurface APIs to accept a dirty region, and remove the public method InvalidateRegionThroughoutSwapchain. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D50878 --HG-- extra : moz-landing-system : lando
-
Markus Stange authored
Bug 1594950 - Track the nsChildView invalid region inside nsChildView, rather than on the layer. r=jrmuizel This allows us to move the call to InvalidateRegionThroughoutSwapchain to just before the call to NextSurface, which makes it easier to merge the two calls. Differential Revision: https://phabricator.services.mozilla.com/D50877 --HG-- extra : moz-landing-system : lando
-
Markus Stange authored
Bug 1594950 - Bake the layer size and its opaqueness into the layer, don't allow mutating it. r=jrmuizel These settings are now supplied during layer creation and never change. Consumers must now create new NativeLayer objects if they want to change size or toggle opaqueness. This aligns the NativeLayer API with DirectComposition's capabilities. It also simplifies swap chain management. Differential Revision: https://phabricator.services.mozilla.com/D51757 --HG-- extra : moz-landing-system : lando
-
Cosmin Sabou authored
Differential Revision: https://phabricator.services.mozilla.com/D52734 --HG-- extra : histedit_source : b48f849238de6f96b2f7e49ede5f3cd040db7470
-
Cosmin Sabou authored
--HG-- extra : histedit_source : a6d4ee525d48086f5981f13d95eba2b2e3019262
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D51492 --HG-- extra : moz-landing-system : lando
-
Tarek Ziadé authored
This patch uses a cache dir at ~/.condprof-cache so we avoid re-downloading the same file several times. Differential Revision: https://phabricator.services.mozilla.com/D52180 --HG-- extra : moz-landing-system : lando
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D50669 --HG-- extra : moz-landing-system : lando
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D50668 --HG-- extra : moz-landing-system : lando
-