- 15 Feb, 2021 2 commits
-
-
Raine Makelainen authored
[sailfishos][embedlite] Add an API to load desktop version of the site. Contributes to JB#50924 See merge request !207
-
Pavel Tumakaev authored
-
- 05 Feb, 2021 1 commit
-
-
Raine Makelainen authored
[sailfishos][gecko] Don't return null from getComputedStyle when there's no presentation. JB#52451 See merge request !215
-
- 01 Feb, 2021 1 commit
-
-
Raine Makelainen authored
Backport of mozilla bug 1467722 that is fixed in mozilla62. https://bugzilla.mozilla.org/show_bug.cgi?id=1467722
-
- 21 Jan, 2021 2 commits
-
-
David Greaves authored
The deadlocks are suspected to be due to sb2 malloc during threaded fork/exec. When cross-rust is deployed the SB2_RUST_USE_REAL_* env variables will enable the sb2 avoidance code. Signed-off-by:
David Greaves <david.greaves@jolla.com>
- 15 Jan, 2021 1 commit
-
-
Raine Makelainen authored
Introduce EMBED_SAFEMODE environment variable See merge request !212
-
- 14 Jan, 2021 4 commits
-
-
Raine Makelainen authored
This is needed in order make/keep rendering pipeline working on Sailfish OS when safemode is enabled. See EmbedLiteXulAppInfo::GetInSafeMode and related change.
-
Raine Makelainen authored
The gfxPlatform.cpp must be fixed to ignore safemode so that rendering pipeline keeps on working.
-
kende authored
-
- 30 Dec, 2020 2 commits
-
-
flypig authored
Derived from the original gecko bugzilla patch. https://phabricator.services.mozilla.com/D20429 https://bugzilla.mozilla.org/show_bug.cgi?id=1290770 This was introduced into mozilla 67, so should be removed afterwards. Bug 1290770 - Log bad tex upload calls and errors. r=lsalzman Differential Revision: https://phabricator.services.mozilla.com/D20429
- 18 Dec, 2020 3 commits
-
-
Raine Makelainen authored
[sailfishos][embedlite] Enable customelements. Fixes JB#51937 See merge request !208
-
Raine Makelainen authored
-
Raine Makelainen authored
-
- 17 Dec, 2020 2 commits
-
-
Raine Makelainen authored
[sailfishos][gecko] Treat document-level touch event listeners as passive. Fixes JB#52412 See merge request !209
-
kende authored
[sailfishos][gecko] Bug 1449268 - Treat document-level touch event listeners as passive. Fixes JB#52412
-
- 12 Dec, 2020 2 commits
-
-
Raine Makelainen authored
[sailfishos][embedlite] Define "pulse" as cubeb backend. Fixes JB#52414 See merge request !206
-
Raine Makelainen authored
Without this initialization cubeb_init on cubeb.c fails to initialize pulse audio backend. Due to that setting for instance volume level was failing.
-
- 11 Dec, 2020 2 commits
-
-
Raine Makelainen authored
[sailfishos][gecko] Hide accessible carets also with touch select all event. Fixes JB#51643 See merge request !205
-
kende authored
-
- 10 Dec, 2020 4 commits
-
-
Raine Makelainen authored
[sailfishos][embedlite] Schudule view update only when activating. JB#52415 See merge request !204
-
Raine Makelainen authored
-
flypig authored
Derived from the original gecko bugzilla patch. https://bug453968.bmoattachments.org/attachment.cgi?id=8973297 https://bugzilla.mozilla.org/show_bug.cgi?id=453968 This was introduced into mozilla 62, so should be removed afterwards. Bug 453968. Enable event.srcElement on all channels. r=smaug I could keep using BinaryName to make the IDL look more like the spec, but this is a bit more efficient...
-
- 08 Dec, 2020 1 commit
-
-
Andrew Branson authored
[sailfishos][media] Drop media buffer tweaks and reformat patches. JB#52385 See merge request !202
-
- 07 Dec, 2020 8 commits
-
-
Andrew Branson authored
The buffer changes made some other videos playback worse, and broke some completely. Export patches with 'git format-patch -N --zero-commit' to make them easier to move around.
-
Raine Makelainen authored
[sailfishos][gecko] Start using user-agent builder. JB#52068 See merge request !200
-
Raine Makelainen authored
-
Andrew Branson authored
[sailfishos][gecko] Replace RELEASE_OR_BETA setting with milestone override. JB#51300 See merge request !199
-
Andrew Branson authored
It gets overridden during configure, so we can't set it here. We have to modify config/milestone.txt to disable it. Add a 'milestone' define to the spec to specify this in local builds when needed.
-
Raine Makelainen authored
Disable unimplement input types by default See merge request !201
-
Raine Makelainen authored
[sailfishos][embedlite] Disable color, date, time, month, week, datetime-local by default. Fixes JB#52383
-
- 03 Dec, 2020 1 commit
-
-
flypig authored
Adds a Sailfish OS specific renderer for checkboxes and radio buttons. The rendering is similar to the Android rendering, drawn directly using gecko's internal drawing methods. Updates the embedlite css so that the renderer ise called.
-
- 02 Dec, 2020 4 commits
-
-
kende authored
-
Andrew Branson authored
[sailfish][gecko] Always disable logging for RELEASE_OR_BETA. Fixes JB#51300 See merge request !197
-
Andrew Branson authored
Upstream always enables logging except on Android when RELEASE_OR_BETA is defined. This patch removes the Android condition so our releases disable logging too.