fune/toolkit
Gijs Kruitbosch b4664fb355 Bug 1604780 - fix full size thumbnail functionality so we don't draw a 0x0 canvas, r=dao
In WindowsPreviewPerTab, requestPreview calls resetCanvasPreview and then updateCanvasPreview.
https://searchfox.org/mozilla-central/rev/a92ed79b0bc746159fc31af1586adbfa9e45e264/browser/modules/WindowsPreviewPerTab.jsm#294-295

The former sets the preview canvas' size to 0x0. In updateCanvasPreview, we then ask to captureToCanvas,
and we end up in _captureRemoteThumbnail, which uses the passed aWidth and aHeight to size the destination
canvas. Unfortunately, those are 0. We should ignore this size when the fullScale argument is passed, and
in that case just use the content width and height directly instead.

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

--HG--
extra : moz-landing-system : lando
2020-01-08 12:50:23 +00:00
..
actors Bug 1602410. Make window.print() invoke printing via the parent process using a JSWindowActor. r=Gijs,kmag 2019-12-21 12:33:11 +00:00
components Bug 1604780 - fix full size thumbnail functionality so we don't draw a 0x0 canvas, r=dao 2020-01-08 12:50:23 +00:00
content Bug 1607181 - eagerly set [smoothscroll] on arrowscrollbox instead of waiting for the getter to be called;r=dao 2020-01-08 13:15:32 +00:00
crashreporter Bug 1587722 - Move crash memory statistics to the parent process;r=gsvelto 2020-01-07 10:07:51 +00:00
docs
forgetaboutsite Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato 2019-12-13 20:36:16 +00:00
library Bug 726479 - Use GTK's support for startup notifications, r=karlt 2020-01-06 12:03:38 +00:00
locales Bug 1606949 - Revert "Bug 1606949 - Add about:replay. " 2020-01-05 05:58:37 +00:00
modules Bug 1604003: Part 2 - Convert RemoteController.js to a JSM. r=NeilDeakin 2020-01-07 00:04:57 +00:00
mozapps Bug 1597227 - Keep forcing a GC in extension xpcshell tests to prevent deleting a locked XPI file. r=robwu 2020-01-08 08:28:23 +00:00
pluginproblem
profile Bug 1601093, Rename the remaining .xul files to .xhtml in toolkit/ r=marionette-reviewers,mossop,whimboo 2019-12-11 17:44:54 +00:00
recordreplay Bug 1607297 - Don't include file contents from the firefox install directory in recordings, r=jlast. 2020-01-08 12:46:19 +00:00
system Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
themes Bug 1606742 - Support alpha component on svg color matrix filter in WebRender r=nical 2020-01-06 18:41:55 +00:00
xre Bug 726479 - Use GTK's support for startup notifications, r=karlt 2020-01-06 12:03:38 +00:00
.eslintrc.js
l10n-registry.manifest
moz.build Bug 1594931 - Stop compiling NSS' DBM legacy database r=kjacobs,keeler,mhowell,MattN 2019-12-16 17:35:49 +00:00
moz.configure bug 1598286: toolkit: enable remote agent on Windows AArch64; r=remote-protocol-reviewers,whimboo,froydnj 2020-01-06 14:24:15 +00:00
toolkit.mozbuild Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk 2019-12-12 17:50:19 +00:00