Commit Graph

658181 Commits

Author SHA1 Message Date
Francesco Lodolo (:flod)
677b6285ff Bug 1562228 - Add localization note to app-basics-update-dir r=Pike,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D36340

--HG--
extra : moz-landing-system : lando
2019-06-28 15:49:26 +00:00
Mihai Alexandru Michis
5125b21043 Backed out changeset 80e608691309 (bug 1561586) for causing failures in browser_asrouter_bookmarkpanel.js CLOSED TREE 2019-06-28 18:25:47 +03:00
Cosmin Sabou
6dce1fb935 Bug 1559740 - Ride along - add a missing import. r=Sylvestre 2019-06-28 18:15:31 +03:00
Sylvestre Ledru
edf07b0f4d Bug 1559740 - Ride along - flake8+black+codespell on python/mozbuild/mozbuild/code-analysis/mach_commands.py r=andi
Depends on D35187

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

--HG--
extra : moz-landing-system : lando
2019-06-28 07:40:18 +00:00
Sylvestre Ledru
85ae7943fc Bug 1559740 - Move the clang-{format,tidy} and infer declarations into a separate directory r=andi
Differential Revision: https://phabricator.services.mozilla.com/D35187

--HG--
extra : moz-landing-system : lando
2019-06-28 07:39:48 +00:00
Kartikaya Gupta
a0c31965e9 Bug 1561261 - Don't import requests at the top level. r=ahal
For some reason this causes some sort of failure in the doc upload
process. No other mach_commands.py files do this so this patch moves
the import into the functions that use it, which bypasses the problem.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 14:51:20 +00:00
David Major
029c3f2a24 Bug 1561822 - Clean up a workaround for frame pointer flags in aarch64 clang-cl r=froydnj
Glandium pointed out that we're actually using the same flag for both `enable=` and `disable=`. Oops.

It turns out that we don't need this code anymore anyway, since the needed patch got merged to clang 8.0.0 [0], which we now require [1].

[0] https://reviews.llvm.org/rGa576b44d09080661fc9f83a94f66eccb44d5f3ce
[1] https://hg.mozilla.org/integration/autoland/rev/0a49234facf2

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

--HG--
extra : moz-landing-system : lando
2019-06-28 13:55:01 +00:00
Markus Stange
623980df4b Bug 1562032 - Use NSDockTile to implement the dock download progress bar. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D36244

--HG--
extra : moz-landing-system : lando
2019-06-28 14:17:47 +00:00
Markus Stange
5f8ce768ac Bug 1562048 - Draw the fallback drag image using a different API. r=spohl
This also fixes a leak - the return value is expected to be autoreleased.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 13:44:15 +00:00
Valentin Gosu
b6e7a0b743 Bug 1561089 - The resultPrincipalURI needs to be set on the loadInfo used for the redirect r=mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D36301

--HG--
extra : moz-landing-system : lando
2019-06-28 14:25:28 +00:00
Julien Wajsberg
a0fc08dc4a Bug 1561886 - Color the profiler icon in blue if the profiler is running at startup r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D36198

--HG--
extra : moz-landing-system : lando
2019-06-28 14:12:00 +00:00
Nihanth Subramanya
9b0fa677c4 Bug 1191130 - Start listening for response before sending async message. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D36305

--HG--
extra : moz-landing-system : lando
2019-06-28 14:01:25 +00:00
krubin
594ee66f0b Bug 1558612 - Improve organization of Raptor power and resource test jobs on treeherder r=perftest-reviewers,AlexandruIonescu,rwood
Differential Revision: https://phabricator.services.mozilla.com/D36227

--HG--
extra : moz-landing-system : lando
2019-06-28 14:07:14 +00:00
Andrei Oprea
dda2055d41 Bug 1561586 - Align message header with dismiss button for CFR bookmark panel message r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D36006

--HG--
extra : moz-landing-system : lando
2019-06-28 12:01:04 +00:00
Paul Bone
6176ec4f6d Bug 1562190 - Rename poisonAfterSweep r=jonco
The nursery isn't exactly swept, but it is evicted. Name this function to
make it match its context better.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 13:45:57 +00:00
Paul Bone
33a4555ee1 Bug 1562188 - Correct Nursery::clear()'s comment r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D36314

--HG--
extra : moz-landing-system : lando
2019-06-28 13:44:40 +00:00
Jan de Mooij
bfb32ae943 Bug 1561935 - Fix some bugs in HandleDebugTrap + DebugAfterYield interaction. r=jimb
HandleDebugTrap calls DebugAfterYield, which can call the onEnterFrame debugger hook.
This hook can mess with debugger state so HandleDebugTrap needs to be a bit more
careful with its assertions.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 13:05:32 +00:00
Julien Wajsberg
319394f539 Bug 1561881 - Always capture the memory counters when profiling r=gerald
Differential Revision: https://phabricator.services.mozilla.com/D36186

--HG--
extra : moz-landing-system : lando
2019-06-27 14:02:30 +00:00
Valentin Gosu
7f899f94dd Bug 1559356 - Make sure dweb URLs have a proper host r=kershaw
We want dweb URLs to continue working as before bug 1536744 landed.
So we make sure to instantiate it as an nsStandardURL.
This is not a good long-term solution, as we don't want to hardcode
all the various schemes that we want to behave properly.
The fix would be to add a new spec-compliant nsIURI implementation,
based on RustURL and use it for all unknown schemes.

See bug 1561860 for a more complete solution.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 13:12:49 +00:00
Stephen Donner
18d79cb494 Bug 1549631 - Add new target app (browser) backgrounded, idle-power-use test. r=rwood,AlexandruIonescu
This patch adds idle browser (*-idle-bg)tests to Raptor which have the app running on about:blank in the background for 20 minutes. It adds the 'background_test' flag to 'scenario' type Raptor tests to make a test run in the background. Furthermore, a unit test is added to the Raptor control server tests as well as methods to check if the app was properly backgrounded or foregrounded.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 08:46:35 +00:00
Karan Sapolia
c788111259 Bug 1549265 - Add comment to explain unit of MarkStack::capacity(). r=pbone
Differential Revision: https://phabricator.services.mozilla.com/D35597

--HG--
extra : moz-landing-system : lando
2019-06-28 02:31:37 +00:00
Karan Sapolia
ed6ee44baf Bug 1549263 - Rename sliceTimeBudget() and related symbols to include units. r=pbone
Differential Revision: https://phabricator.services.mozilla.com/D35588

--HG--
extra : moz-landing-system : lando
2019-06-28 12:56:08 +00:00
Honza Bambas
ab204e49ee Bug 1556491 - Close nsHttpConnection.mTLSFilter when transaction of that connection is being closed to correctly carry cancellation status and prevent calls on a closed ssl socket, r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D36111

--HG--
extra : moz-landing-system : lando
2019-06-28 12:45:49 +00:00
Mohd Umar Alam
42152ecf23 Bug 1561552 - Use :root instead of #main-window in browser/themes/windows/compacttheme.css r=dao
Differential Revision: https://phabricator.services.mozilla.com/D36313

--HG--
extra : moz-landing-system : lando
2019-06-28 12:44:10 +00:00
Julian Descottes
1905018c09 Bug 1543710 - Do not run devtools extension tests in non-oop r=rpl
Depends on D34627

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

--HG--
extra : moz-landing-system : lando
2019-06-28 12:18:09 +00:00
Julian Descottes
3f24e7c69e Bug 1543710 - Remove contextmenu event handler from webext-panels.js r=rpl
No longer necessary after Bug 1505909. Depends on D33284

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

--HG--
extra : moz-landing-system : lando
2019-06-28 10:17:29 +00:00
Julian Descottes
9897a987da Bug 1543710 - Whitelist webext-panels.xul in FrameLoader::TryRemoteBrowser r=nika
Differential Revision: https://phabricator.services.mozilla.com/D33284

--HG--
extra : moz-landing-system : lando
2019-06-28 10:16:30 +00:00
Julian Descottes
91b274be5b Bug 1561565 - Add linting rule and update documentation for setupInParent r=ochameau,yulia,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D36003

--HG--
extra : moz-landing-system : lando
2019-06-28 12:09:25 +00:00
Mihai Alexandru Michis
ff9ddc0bc1 Backed out 8 changesets (bug 1395914, bug 1561005) for causing bustages in nsNetworkLinkService and nsNotifyAddrListener.cpp CLOSED TREE
Backed out changeset c552aeab0fbf (bug 1561005)
Backed out changeset 61cf9ae8abcf (bug 1561005)
Backed out changeset 5c33e521c0e8 (bug 1561005)
Backed out changeset 82eeb4c5e535 (bug 1561005)
Backed out changeset 6b3b29de9c78 (bug 1561005)
Backed out changeset 719b3b61b9a9 (bug 1395914)
Backed out changeset 2b23587aa5ff (bug 1395914)
Backed out changeset 47f2f3e8d5f9 (bug 1395914)
2019-06-28 14:37:13 +03:00
Valentin Gosu
8673cb0d40 Bug 1561005 - Add empty GetNetworkID impl for Android r=michal
Differential Revision: https://phabricator.services.mozilla.com/D35883

--HG--
extra : moz-landing-system : lando
2019-06-27 09:03:28 +00:00
Valentin Gosu
1d08465e38 Bug 1561005 - Implement nsINetworkLinkService.networkID on mac r=michal
Differential Revision: https://phabricator.services.mozilla.com/D35781

--HG--
extra : moz-landing-system : lando
2019-06-27 09:03:11 +00:00
Valentin Gosu
20a97e21d6 Bug 1561005 - Implement nsINetworkLinkService.networkID on Linux r=michal
* calculateNetworkId is now called before sending each ChangeEvent
* mNetworkId is truncated when no IPv4/IPv6 IDs could be computed

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

--HG--
extra : moz-landing-system : lando
2019-06-27 09:02:59 +00:00
Valentin Gosu
6806c4f960 Bug 1561005 - Make windows networkID use the INetworkListManager API r=michal
Depends on D35683

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

--HG--
extra : moz-landing-system : lando
2019-06-28 11:21:59 +00:00
Valentin Gosu
cc4af7a576 Bug 1561005 - Add nsINetworkLinkService.networkID r=michal
Differential Revision: https://phabricator.services.mozilla.com/D35683

--HG--
extra : moz-landing-system : lando
2019-06-28 11:11:19 +00:00
Valentin Gosu
d36aaea3c9 Bug 1395914 - Update histogram with two new values for IPv6 network-id changes r=michal
Differential Revision: https://phabricator.services.mozilla.com/D34905

--HG--
extra : moz-landing-system : lando
2019-06-27 09:02:13 +00:00
Valentin Gosu
b8945b8f06 Bug 1395914 - Figure out network id for IPv6 too (mac) r=michal
Differential Revision: https://phabricator.services.mozilla.com/D34904

--HG--
extra : moz-landing-system : lando
2019-06-27 09:01:56 +00:00
Valentin Gosu
95534fc1ce Bug 1395914 - Figure out network id for IPv6 too (Linux) r=michal
Differential Revision: https://phabricator.services.mozilla.com/D34903

--HG--
extra : moz-landing-system : lando
2019-06-27 09:19:57 +00:00
Christian Holler
294f70c039 Bug 1561347 - Split image fuzzing target into one target per format. r=aosmond
Depends on D35824

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

--HG--
extra : moz-landing-system : lando
2019-06-28 11:18:48 +00:00
Emilio Cobos Álvarez
b1ca51fe1e Bug 1561738 - Remove nsStyleCoord. r=boris
And move the useful bits of it somewhere else (ServoStyleConstInlines.h for the
inline function definitions, and nsFrame.cpp for the static assertions).

Differential Revision: https://phabricator.services.mozilla.com/D36120
2019-06-28 12:44:44 +02:00
Emilio Cobos Álvarez
6dea92be38 Bug 1561738 - Stop using nsStyleSides for -moz-image-rect. r=boris
Differential Revision: https://phabricator.services.mozilla.com/D36119
2019-06-28 12:44:43 +02:00
Emilio Cobos Álvarez
0a4d4343b9 Bug 1561738 - Use cbindgen for grid track sizing. r=boris
Differential Revision: https://phabricator.services.mozilla.com/D36118
2019-06-28 12:44:43 +02:00
Jan de Mooij
4eef6de2e1 Bug 1526659 - Use the default 3 chunks instead of 2 for Windows debug/ASan jsreftests to avoid time-outs. r=jmaher
Tests are imported from test262 upstream so this test suite is expected to become slower over time.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 10:21:02 +00:00
Cosmin Sabou
2fa2a56685 Backed out 3 changesets (bug 1561738) for causing build bustages on nsGridContainerFrame.cpp CLOSED TREE
Backed out changeset 98f100abc2ba (bug 1561738)
Backed out changeset 9ed20d0fb9ba (bug 1561738)
Backed out changeset 483b1e134ace (bug 1561738)
2019-06-28 13:27:09 +03:00
Masatoshi Kimura
f0e5cca26d Bug 1558750 - Use nsIConverterOutputStream to handle non-Latin1 log output. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35149

--HG--
extra : moz-landing-system : lando
2019-06-24 13:52:37 +00:00
Luca Greco
0eb997e482 Bug 1549770 - Update Events.yaml to mention rtamo install telemetry source. r=chutten
This patch update the telemetry event definition for the addonsManager.install and
addonsManager.manage telemetry events, to mention the "rtamo" telemetry source
that is going to be used by ActivityStream on the addon installed from the
"Return To AMO" onboarding, and also list all the other values currently used
for the "source" and "method" extra keys (they were initially listed in the
initial data review request, but they have never been listed in the event definition
yet).

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

--HG--
extra : moz-landing-system : lando
2019-06-11 13:50:50 +00:00
Alexandre Poirot
7c4f974fe1 Bug 1552325 - Implement Network.requestWillBeSent. r=remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D36008

--HG--
extra : moz-landing-system : lando
2019-06-28 08:16:46 +00:00
Andrey Lushnikov
49180a060f Bug 1552325 - Land juggler's network observer. r=remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D36007

--HG--
extra : moz-landing-system : lando
2019-06-28 08:16:45 +00:00
Julien Wajsberg
050b115653 Bug 1561875 - Increase the profiler's popup's width to fix layout issues on Linux r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D36181

--HG--
extra : moz-landing-system : lando
2019-06-27 23:01:47 +00:00
Razvan Caliman
8eb3b5c195 Bug 1561871 - Restore default numeric value for letter-spacing to 0 in the Font Editor. r=gl
Fix for accidental regression in D35394 form careless copy / paste.

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

--HG--
extra : moz-landing-system : lando
2019-06-27 17:07:43 +00:00
Drew Willcoxon
397d58a2eb Bug 1562050 - Quantumbar: When the history dropmarker is clicked, focus the input. r=dao
I don't really think this needs a test, but let me know if you think so.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 09:59:34 +00:00