Commit Graph

697931 Commits

Author SHA1 Message Date
Morgan Reschenberg
2856a68236 Bug 1616679: Map accessible actions to Mac actions based on action name. r=eeejay
Differential Revision: https://phabricator.services.mozilla.com/D67200

--HG--
extra : moz-landing-system : lando
2020-03-25 17:08:15 +00:00
Ciure Andrei
0bd03cbaef Backed out changeset b89a4862242c (bug 1624490) for causing CompileError asertion failures CLOSED TREE 2020-03-25 19:03:28 +02:00
Ciure Andrei
5e253e2fa2 Backed out changeset 75c75ac98d86 (bug 1592324) for causing bc failures CLOSED TREE 2020-03-25 19:02:06 +02:00
Greg Tatum
6fb8ba86f1 Bug 1572786 - Remove the Gecko profiler add-on and migrate to the profiler popup; r=canaltinova
This patch adds an upgrader to remove the Gecko Profiler Addon if
it is installed. If the addon was also enabled, it adds the profiler
menu button to the navbar.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:14:31 +00:00
Greg Tatum
9578995f40 Bug 1621022 - Change the workflow of enabling the profiler menu button; r=canaltinova
This patch makes it so that the profiler shortcuts work based on the location of
the profiler menu button. It changes it so that if the menu button is in the navbar
or other menus, the shortcuts will work. Otherwise, the shortcuts will be a no-op.

This removes the Tools -> Web Developer - Enable Profiler Menu Button option. By
default on Nightly and Dev Edition the profiler menu button will be available.
On other channels, users must visit profiler.firefox.com.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:34:59 +00:00
Byron Campen [:bwc]
944d6971a3 Bug 1603887: Drive closing of DataChannels with transport events, not negotiation events. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D67946

--HG--
extra : moz-landing-system : lando
2020-03-23 21:52:51 +00:00
anjali1903
309f8251ea Bug 1624325 - Make CreateZipItem allocation fallible r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D68214

--HG--
extra : moz-landing-system : lando
2020-03-25 16:11:07 +00:00
Ricky Stewart
88e6a5d62d Bug 1621439 - Update third-party/python/pyasn1 to v0.4.8 r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D68080

--HG--
rename : third_party/python/pyasn1/doc/Makefile => third_party/python/pyasn1/docs/Makefile
rename : third_party/python/pyasn1/doc/source/changelog.rst => third_party/python/pyasn1/docs/source/changelog.rst
rename : third_party/python/pyasn1/doc/source/conf.py => third_party/python/pyasn1/docs/source/conf.py
rename : third_party/python/pyasn1/doc/source/contents.rst => third_party/python/pyasn1/docs/source/contents.rst
rename : third_party/python/pyasn1/doc/source/example-use-case.rst => third_party/python/pyasn1/docs/source/example-use-case.rst
rename : third_party/python/pyasn1/doc/source/license.rst => third_party/python/pyasn1/docs/source/license.rst
rename : third_party/python/pyasn1/doc/source/docs/codec/ber/contents.rst => third_party/python/pyasn1/docs/source/pyasn1/codec/ber/contents.rst
rename : third_party/python/pyasn1/doc/source/docs/codec/cer/contents.rst => third_party/python/pyasn1/docs/source/pyasn1/codec/cer/contents.rst
rename : third_party/python/pyasn1/doc/source/docs/codec/der/contents.rst => third_party/python/pyasn1/docs/source/pyasn1/codec/der/contents.rst
rename : third_party/python/pyasn1/doc/source/docs/codec/native/contents.rst => third_party/python/pyasn1/docs/source/pyasn1/codec/native/contents.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/bmpstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/bmpstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/generalstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/generalstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/graphicstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/graphicstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/ia5string.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/ia5string.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/iso646string.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/iso646string.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/numericstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/numericstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/printablestring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/printablestring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/t61string.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/t61string.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/teletexstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/teletexstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/universalstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/universalstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/utf8string.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/utf8string.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/videotexstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/videotexstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/char/visiblestring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/char/visiblestring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/namedval/namedval.rst => third_party/python/pyasn1/docs/source/pyasn1/type/namedval/namedval.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/any.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/any.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/bitstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/bitstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/boolean.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/boolean.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/choice.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/choice.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/enumerated.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/enumerated.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/integer.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/integer.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/null.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/null.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/objectidentifier.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/objectidentifier.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/octetstring.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/octetstring.rst
rename : third_party/python/pyasn1/doc/source/docs/type/univ/real.rst => third_party/python/pyasn1/docs/source/pyasn1/type/univ/real.rst
rename : third_party/python/pyasn1/doc/source/docs/type/useful/generalizedtime.rst => third_party/python/pyasn1/docs/source/pyasn1/type/useful/generalizedtime.rst
rename : third_party/python/pyasn1/doc/source/docs/type/useful/objectdescriptor.rst => third_party/python/pyasn1/docs/source/pyasn1/type/useful/objectdescriptor.rst
rename : third_party/python/pyasn1/doc/source/docs/type/useful/utctime.rst => third_party/python/pyasn1/docs/source/pyasn1/type/useful/utctime.rst
rename : third_party/python/pyasn1/doc/source/docs/tutorial.rst => third_party/python/pyasn1/docs/tutorial.rst
extra : moz-landing-system : lando
2020-03-24 21:57:05 +00:00
Emilio Cobos Álvarez
efae1e34f4 Bug 1624655 - Don't backplate over themed backgrounds. r=morgan
data:text/html,<input type=submit> is white-on-white when depressed with
backplating enabled on the GTK light theme, because even though the computed
background-color is white, the actual button background is themed and the color
is not white instead.

This causes problems with the unthemed appearance anyway (<input type=submit
style="-webkit-appearance: none"> and so on), but this is probably worth it
anyway.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:45:21 +00:00
Ryan VanderMeulen
bfb8c00f81 Bug 1624500 - Update pdf.js to version 2.5.23. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D67965

--HG--
extra : moz-landing-system : lando
2020-03-25 15:50:56 +00:00
Ryan Hunt
a5b8f9b557 Bug 1624490 - Allow ref.null in declared segments. r=lth
Differential Revision: https://phabricator.services.mozilla.com/D68129

--HG--
extra : moz-landing-system : lando
2020-03-25 07:30:41 +00:00
Samarjeet
2514544218 Bug 1621553: Fix floating autocomplete on editor mode switch r=nchevobbe
***

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:50:58 +00:00
Subhamoy Sengupta
559d2b59e6 Bug 1624588 - dom/file/ipc sources now also build when not unified r=baku
Differential Revision: https://phabricator.services.mozilla.com/D68142

--HG--
extra : moz-landing-system : lando
2020-03-25 15:28:37 +00:00
David Walsh
10e9b55868 Bug 1624508 - Use the pretty icon instead of framework items when both match r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D67971

--HG--
extra : moz-landing-system : lando
2020-03-24 18:39:02 +00:00
Mirko Brodesser
d5bfd89436 Bug 1623858: part 13) Declare some methods in HyperTextAccessible const. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D68039

--HG--
extra : moz-landing-system : lando
2020-03-25 15:39:37 +00:00
Mirko Brodesser
7bf56223ef Bug 1623858: part 12) Factor determining "selectstart" event target out. r=smaug
Depends on D68008

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:39:37 +00:00
Mirko Brodesser
5b963b4881 Bug 1623858: part 11) Split Selection::AddRangesForSelectableNodes. r=smaug
Depends on D67848

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:36:54 +00:00
jayati
40d1f772cb Bug 1592324- Add button to extensions and themes page. r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D66371

--HG--
extra : moz-landing-system : lando
2020-03-25 15:34:03 +00:00
Harry Twyford
8a78f12129 Bug 1623980 - Always wrap tip results at narrow window widths. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68077

--HG--
extra : moz-landing-system : lando
2020-03-25 15:32:38 +00:00
Simon Giesecke
510cea31eb Bug 1624426 - Add MOZ_DECLARE_COPY_CONSTRUCTIBLE for nsTString<char>. r=froydnj
This is required for a Android build with --enable-tasktracer

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:32:24 +00:00
Marco Zehe
834e69c0ae Bug 1624826 - Remove trailing whitespace from accessible name of fieldset element if provided by legend, r=eeejay
This was an oversight in the HTMLGroupBoxAccessible implementation of NativeName, others trim their whitespaces by default.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:13:50 +00:00
Botond Ballo
6a4407c26e Bug 1621803 - Fix additional bugs in Matrix4x4Flagged::operator*(Matrix4x4). r=bas
Differential Revision: https://phabricator.services.mozilla.com/D66505

--HG--
extra : moz-landing-system : lando
2020-03-25 15:22:14 +00:00
Bryce Seager van Dyk
7359d3c9bc Bug 1623661 - Fix comments in PChromiumCDM.ipdl r=alwu
This updates comments to no longer reference the removed CDM 9 interface. Prior
to these changes the comments should have referenced interfaces 9 + 10, but in
some cases the 10 was omitted, so those comments are corrected too.

Depends on D68046

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

--HG--
extra : moz-landing-system : lando
2020-03-24 18:09:43 +00:00
Bryce Seager van Dyk
39709a7876 Bug 1623661 - Remove the ability to instantiate CDM9. r=alwu
This patch removes the code that tries to instantiate CDM interface version 9.
This code is no longer needed as Widevine have moved away from this interface.
At the time of writing Chromium have not used this interface for more than a
year, and Mozilla have not shipped CDMs using the interface for at least 6
months.

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

--HG--
extra : moz-landing-system : lando
2020-03-24 18:39:00 +00:00
Nathan Froyd
98d5951dcc Bug 1624670 - remove max_workers argument for ProcessPoolExecutor; r=dmajor
`ProcessPoolExecutor` will naturally default to the number of CPUs on
the machine and will also handle edge cases on Windows.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 15:20:37 +00:00
anjali1903
b4133b9d99 Bug 1621557 FailDelayManager::mEntries should be a nsTArray<UniquePtr<FailDelay>> r=valentin,michal
Differential Revision: https://phabricator.services.mozilla.com/D66910

--HG--
extra : moz-landing-system : lando
2020-03-25 14:54:11 +00:00
Sebastian Streich
283d6ba1ab Bug 1600051 - Remove geturi Call in ReferrerInfo.cpp r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D68028

--HG--
extra : moz-landing-system : lando
2020-03-25 14:38:42 +00:00
Simon Fraser
ba6f2afbaa Bug 1623197 Change fzf management check to avoid side effects r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D67830

--HG--
extra : moz-landing-system : lando
2020-03-25 10:07:26 +00:00
Tim Huang
8bdfab6537 Bug 1612378 - Part 11: Change isOnContentBlockingAllowList in storageAccessAPIHelpers.js to use allowListed flag instead of permission. r=baku
Because we remove the content blocking allow list permission from the
permission preload list. The permission in the third party window might
not be available when we check it. So, we move to check the allowListed
flag which is passed by the test framework instead of check the
permission.

Depends on D66737

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:35:05 +00:00
Tim Huang
c9c24d6092 Bug 1612378 - Part 10: Move the ContentBlockingAllowList check in the Document::RequestStorageAccess() to use the IsOnContentBlockingAllowList flag. r=dimi,baku
After we move the IsOnContentBlockingAllowList to the CookieJarSettings.
We suppose to use this in the Document::RequestStorageAccess() since
this would be called in content processes.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:22:14 +00:00
Tim Huang
9e13273f37 Bug 1612378 - Part 9: Make StorageAccess::InternalStorageAllowedCheck() to aslo checks the document's URI when doing a about URI check. r=dimi,baku
So far, we haven't checked the window's document uri when doing a about
URI check in StorageAccess::InternalStorageAllowedCheck(). This brought
an issue that if the checked page is an about page with the system
principal, for example the 'about:devtools-toolbox' we will miss this
check. Because of the system principal doesn't have a URI. So we need to
check the document URI instead to know if this is a about page.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:22:11 +00:00
Tim Huang
7057b877bd Bug 1612378 - Part 8: Remove "trackingprotection" and "trackingprotection-pb" from the preload permission list. r=dimi,baku
We can remove this two permissions from the preload list since we would
only access these two permissions in the parent process. So, it doesn't
need to be sent to content processes anymore.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:22:09 +00:00
Tim Huang
5f67d1c916 Bug 1612378 - Part 7: Remove the ContentBlockingAllowListPrincipal from the nsIHttpChannelInternal. r=dimi,baku
We nolonger need to use the ContentBlockingAllowListPrincipal in the
channel because we move to check the IsOnContentBlockingAllowList in the
CookieJarSettings when we do a content blocking allow list check. Also,
we would potentially expose the cross-origin info through the
ContentBlockingAllowListPrincipal in the channel. Hence, we will remove
it from the channel.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:51:05 +00:00
Tim Huang
17465d5c79 Bug 1612378 - Part 6: Make UrlClassifierCommon::IsAllowListed() to use the ContentBlockingAllowListPrincipal from the WindowGlobalParent. r=dimi,baku
In this patch, we make the UrlClassifierCommon::IsAllowListed() to get
the ContentBlockingAllowListPrincipal from the WindowGlobalParent
instead of from the channel.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:22:04 +00:00
Tim Huang
3b9146bb4c Bug 1612378 - Part 5: Make the browser.ContentBlockingAllowListPrincipal to directly get the ContentBlockingAllowListPrincipal from the WindowGlobalParent. r=dimi,johannh,baku
Right now, we have a ContentBlockingAllowListPrincipal in the
WindowGlobalParent. So, the browse element can directly get this
principal from there. And we can stop sending the
ContentBlockingAllowListPrincipal from the content to parent when
OnLocationChange happens.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:22:02 +00:00
Tim Huang
812a6c6843 Bug 1612378 - Part 4: Remove the ContentBlockingAllowListCache. r=dimi,baku
Due to the fact that we compute the IsOnContentBlockingAllowList in the
parent process and pass it as a flag to the content processes, we don't
need to do the cache anymore. Because the check would be just to read a
bool from the WindowContext. The cost should be low enough that we don't
need a cache anymore.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:20:44 +00:00
Tim Huang
8b99617ebb Bug 1612378 - Part 3: Change the ContentBlockingAllowList::Check() to use IsOnContentBlockingAllowList in the CookieJarSettings. r=dimi,baku
This patch changes two ContentBlockingAllowList::Check() functions,
including the window version and the channel version, to use the
IsOnContentBlockingAllowList boolean in the CookieJarSettings.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:20:37 +00:00
Tim Huang
b4accfb54f Bug 1612378 - Part 2: Update the IsOnContentBlockingAllowList boolean in the CookieJarSettings when doing a top-level load. r=dimi,baku
In this patch, we update the IsOnContentBlockingAllowList boolean in the
CookieJarSettings when doing a top-level load. The boolean will be set
in DocumentLoadListener::Open(). And this boolean would be propagated
with the CookieJarSettings. So, we can check this boolean to see if the
top-level site is in the ContentBlockingAllowList.

In addition, we remove setting the ContentBlockingAllowListPrincipal to
the httpBaseChannel in DocumentLoadListener::Open(). Because we can
use the IsOnContentBlockingAllowList directly without the principal.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:20:29 +00:00
Tim Huang
1375fac6ac Bug 1612378 - Part 1: Add a boolean IsOnContentBlockingAllowList in the CookieJarSettings. r=dimi,baku
In this patch, we add a IsOnContentBlockingAllowList boolean in the
CookieJarSettings. This boolean would be used to indicate whether the
top-level site in in the content blocking allow list.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 13:20:21 +00:00
Benjamin Bouvier
e8a9503af3 Bug 1620284 - Bump Cranelift to 5cfcbeb59d477e028c6fb312f1cf63aa711fcc3c; r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D65557

--HG--
extra : moz-landing-system : lando
2020-03-25 14:43:05 +00:00
Mirko Brodesser
ec7cb2f8d3 Bug 1623858: part 10) Simplify Selection::AddRangesForSelectableNodes's signature. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D67848

--HG--
extra : moz-landing-system : lando
2020-03-25 14:28:40 +00:00
Florin Strugariu
5bf22279f2 Bug 1617551 - Add page load replay confidence as a subtest with alerting enabled r=tarek,perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D64112

--HG--
extra : moz-landing-system : lando
2020-03-25 14:16:12 +00:00
David Major
805504c21e Bug 1622168 - Disable new pass manager on non-pgo mac builds due to hangs r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D67952

--HG--
extra : moz-landing-system : lando
2020-03-25 14:24:08 +00:00
Simon Giesecke
d34d3a8d8a Bug 1620632 - Fix move assignment of AutoTArray from other nsTArray. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D67879

--HG--
extra : moz-landing-system : lando
2020-03-25 13:48:22 +00:00
David Major
8b83bf74b3 Bug 1624706 - Pass through RUSTC in RunCbindgen.py r=emilio
After cargo 7caa161, which was included in rust 1.43 nightly 2020-02-23 as part of rust 11530de, if you don't have rustc installed in the normal place (which our CI builders don't) then you need to specify RUSTC explicitly during cargo metadata or else the call will fail. In our build system, the RUSTC wasn't being passed through in RunCbindgen.py.

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

--HG--
extra : moz-landing-system : lando
2020-03-24 22:59:26 +00:00
Ted Campbell
773ef74858 Bug 1624571 - Cleanup ScriptCounts on relazification r=jandem
During relazification, cleanup any lingering ScriptCounts that the debugger
may have left behind. The debugger/code-coverage do not always clean this up
before releasing their guards against relazification. Previously, a distinct
JSScript instance would eventually have cleaned this up.

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

--HG--
extra : moz-landing-system : lando
2020-03-25 06:31:44 +00:00
Dão Gottwald
5b3f8be6aa Bug 1624847 - Fix in-use-blink animation name collision. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D68187

--HG--
extra : moz-landing-system : lando
2020-03-25 13:30:50 +00:00
Dão Gottwald
a6cde0cee8 Bug 1623015 - Modernize scrollbox arrows. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D67678

--HG--
rename : toolkit/themes/windows/global/scrollbox.css => toolkit/themes/shared/scrollbox.css
extra : moz-landing-system : lando
2020-03-25 13:38:44 +00:00
sonakshi
d0bf0d67e0 Bug 1608599 - Add preloaded status for requests in the Network panel r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D67764

--HG--
extra : moz-landing-system : lando
2020-03-25 13:04:35 +00:00
sotaro
16996a4499 Bug 1624783 - Remove redundant XRE_IsParentProcess() check in gfxPlatform::InitWebRenderConfig() r=nical
Differential Revision: https://phabricator.services.mozilla.com/D68143

--HG--
extra : moz-landing-system : lando
2020-03-25 10:37:25 +00:00