wolfbeast
24754bead6
Version bump
2019-02-16 00:10:15 +08:00
trav90
67fa7e4146
Disable battery API by default to reduce private data exposure to the web
2019-02-16 00:10:14 +08:00
wolfbeast
963d2844aa
Tune the network stack
...
This resolves #684
2019-02-16 00:10:12 +08:00
JustOff
62255ec61f
Remove dead Help Viewer skin mapping from Toolkit
2019-02-16 00:10:11 +08:00
wolfbeast
1a4beb5f91
Enable d3d9 accelerated layers as a fallback.
...
If d3d 11 can't be used for whatever reason (limited integrated/mobile chipset, etc.)
we should fall back to d3d9. Mozilla blocked this based on experiences with Intel
GPUs/drawing artefacts, but those drivers are blacklisted already. No reason to
disable this path for everyone.
2019-02-16 00:10:09 +08:00
wolfbeast
c62e7cf6c6
Remove dead WebApps code.
2019-02-16 00:10:08 +08:00
janekptacijarabaci
d2aa8d3853
[PALEMOON] [frontend vs backend] Implemented "originPrincipal" and "triggeringPrincipal"
...
Issue #679
Follow up #311
2019-02-16 00:10:06 +08:00
trav90
9bdac16625
[EME] Add error handling in MoofParser for sbgp and sgpd boxes
2019-02-16 00:10:05 +08:00
trav90
a20d2c6462
[EME] Add support for sbgp and sgpd boxes occuring in the sampletable
2019-02-16 00:10:03 +08:00
trav90
1ce79cb51e
[EME] Add support for sbgp and sgpd boxes in the traf box
2019-02-16 00:10:01 +08:00
wolfbeast
6789cce7a5
Convert trinary to more explicit statement.
2019-02-16 00:10:00 +08:00
wolfbeast
61d4ea0009
Fix #include and potentially undefined Capture.options object.
2019-02-16 00:09:58 +08:00
wolfbeast
060aa7adeb
Use a fixed thumbnail placeholder for blank thumbs (failed to capture).
2019-02-16 00:09:57 +08:00
wolfbeast
a9b9dc5096
Update zlib to 1.2.11
...
This resolves #676
2019-02-16 00:09:55 +08:00
yami
3924fd0034
remove "learnMoreContainer" leftovers (part 2)
2019-02-16 00:09:54 +08:00
yami
91849f7205
remove "learnMoreContainer" leftovers
2019-02-16 00:09:52 +08:00
wolfbeast
bb95fcfca5
Bypass transparency optimization with HC themes.
...
Don't use transparency optimization for theme items in Windows 8
or later with a high contrast theme in use.
See MoonchildProductions/Pale-Moon#1591
2019-02-16 00:09:50 +08:00
wolfbeast
a69ad11593
Set up new blocklist infra URLs
2019-02-16 00:09:49 +08:00
wolfbeast
49f881cb96
Use try/catch in PageThumbs writeData to deal with null data from caller.
...
Quick fix for #670
2019-02-16 00:09:47 +08:00
janekptacijarabaci
54a727b3cb
about:profiles - fix "Launch profile in new browser" (added "-no-remote" for Windows)
2019-02-16 00:09:46 +08:00
Leorize
9439f5f753
palemoon/unofficial: provides .desktop file
2019-02-16 00:09:44 +08:00
wolfbeast
a7f344c724
ANGLE: Initialize uniform blocks before detaching shaders
...
This resolves #668
2019-02-16 00:09:43 +08:00
wolfbeast
9724a0f080
Cater Pale Moon's about box to unofficial branding.
2019-02-16 00:09:41 +08:00
wolfbeast
9a51504c07
Update AUTHORS
2019-02-16 00:09:39 +08:00
yami
9b729953a0
remove dead code
2019-02-16 00:09:38 +08:00
yami
4470fb65f3
replace "certErrorCodePrefix2" with "certErrorCodePrefix"
2019-02-16 00:09:37 +08:00
trav90
d6f3f831c5
Rework MoofParser to return an error when the underlying BufferReader returns an error.
2019-02-16 00:09:35 +08:00
trav90
bee1316729
Copy ByteReader to BufferReader and add some error handling
2019-02-16 00:09:33 +08:00
trav90
95089a84b6
Warn instead of assert if SPS value is incorrect
2019-02-16 00:09:32 +08:00
wolfbeast
6bcca5706c
Allow AsyncDrawing for plugins in all versions.
2019-02-16 00:09:30 +08:00
wolfbeast
93c640e3b1
Remove incorrect debug assertion.
...
solves #631 , solves #664
2019-02-16 00:09:29 +08:00
wolfbeast
3446bd29ea
Fix position and size of Permissions Manager main content area.
...
This resolves #660
2019-02-16 00:09:27 +08:00
janekptacijarabaci
42795739f4
[PALEMOON] Places - remove unnecessary line from controller.js
2019-02-16 00:09:26 +08:00
janekptacijarabaci
996f5467a4
[PALEMOON] Places - remove unused @param from controller.js
2019-02-16 00:09:24 +08:00
wolfbeast
416e3703e3
Fix position and size of Permissions Manager main content area.
...
This resolves #660
2019-02-16 00:09:22 +08:00
JustOff
2654830856
[PALEMOON] Remove localization files for pdf.js
2019-02-16 00:09:20 +08:00
JustOff
4a9cac1941
[PALEMOON] Remove misc leftovers of Google Safebrowsing
2019-02-16 00:09:19 +08:00
trav90
ca6b6fe127
[PALEMOON] Enable update prefs in Official branding for Linux
2019-02-16 00:09:17 +08:00
wolfbeast
91aef8445a
Version bump
2019-02-16 00:09:16 +08:00
janekptacijarabaci
d75c4a5956
Bug 819475 - Make document.domain non-nullable
2019-02-16 00:09:14 +08:00
janekptacijarabaci
cbb7e5262c
Bug 1351193 - Update tests
2019-02-16 00:09:13 +08:00
janekptacijarabaci
6e67c59787
Bug 1351193 - Added new DataTransfer constructor
2019-02-16 00:09:11 +08:00
janekptacijarabaci
b2c7373dba
Bug 958714 Remove obsolete assertion & comment
...
+ Used "mFrame->GetType()" instead of "mFrame->Type()"
2019-02-16 00:09:09 +08:00
janekptacijarabaci
661e649fe5
Bug 958714 Simplify percent-margin/padding resolution code to pass around a single length as the percent basis
2019-02-16 00:09:08 +08:00
janekptacijarabaci
a99820e3ab
Bug 958714 Remove special case for flex & grid items' percent block-axis margin/padding resolution, to align with other browsers
2019-02-16 00:09:06 +08:00
janekptacijarabaci
8ba429e41d
Bug 1434380: Rewrite parts of reftest reference case grid-auto-min-sizing-definite-001-ref.html to be easier to understand & adjust
2019-02-16 00:09:05 +08:00
JustOff
b415f2b4b4
Fix a typo in aboutRights.dtd
2019-02-16 00:09:03 +08:00
JustOff
4ed2317142
Remove unused strings left from the migrator
2019-02-16 00:09:02 +08:00
trav90
a6453e8335
Ignore user data track
...
That's the 'udta' box. They serve no purpose as far as we're concerned and stagefright doesn't handle it very well (as in, prevents playback).
Resolves #616 .
2019-02-16 00:09:00 +08:00
wolfbeast
a097c19df9
Clean up app strings and legacy download manager after e92808f0ebbeab3ffb79a0b1a4d190f61fb8b43a
2019-02-16 00:08:59 +08:00