Commit graph

2,253 commits

Author SHA1 Message Date
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
trav90
d8992204e1 Update HSTS preload list
Tag #447
2019-02-16 00:08:57 +08:00
janekptacijarabaci
d6dff2d61c [PALEMOON] Fix Permissions Manager (plugins.click_to_play / vulnerable plugins) 2019-02-16 00:08:55 +08:00
janekptacijarabaci
89d7708221 [PALEMOON] Fix Page Info - permissions (plugins.click_to_play / vulnerable plugins) 2019-02-16 00:08:53 +08:00
janekptacijarabaci
8714f52f69 DOM - Element - add support for Element.toggleAttribute() 2019-02-16 00:08:52 +08:00
wolfbeast
9a207124fc Don't disable lightweight themes in PB mode.
This resolves #640
2019-02-16 00:08:50 +08:00
wolfbeast
1a634a81bc Use expected dialog button ordering in Launch Application dialog.
This resolves #639.
2019-02-16 00:08:48 +08:00
wolfbeast
f9daa51971 Don't try to fetch FxA migration sentinel from non-supporting server.
This resolves #522.
2019-02-16 00:08:47 +08:00
wolfbeast
f03a90ab86 Update redundant comment 2019-02-16 00:08:45 +08:00
wolfbeast
ca5c2ba100 Add pref to control CanOptimizeToImageLayer for large downscale factors.
This resolves #626
2019-02-16 00:08:44 +08:00
wolfbeast
d203062c4e Switch to Lanczos scaling from Hamming to get acceptable fast downscaling.
In visual tests we see that Hamming-1 is not as good as
Lanczos-2, however it is about 40% faster, and Lanczos-2 itself is
about 30% faster than Lanczos-3. The use of Hamming-1 has been deemed
an unacceptable trade-off between quality and speed due to the limited
pixel space it operates in, so we pick Lanczos-2 here.
On modern hardware, Lanczos-2 doesn't have any noticeable impact
in normal use.
2019-02-16 00:08:42 +08:00
NTD
bb6204c1ec Issue #634 - aAddon.markAsSeen is not a function newaddon.js 2019-02-16 00:08:41 +08:00
Moonchild
52b0b753dd Update requirements.txt 2019-02-16 00:08:39 +08:00
janekptacijarabaci
d57aa4fc94 Fix Build Bustage - with "--enable-debug" 2019-02-16 00:08:38 +08:00
Franklin DM
95fa1f19d6 Issue #336: Mouse position tracker not set even if chrome is still visible on fullscreen 2019-02-16 00:08:36 +08:00
Franklin DM
52f1c9915a Issue #336: Mouse position tracker not set even if chrome is still visible on fullscreen 2019-02-16 00:08:35 +08:00
wolfbeast
724afe19a2 Update mozharness reqs. 2019-02-16 00:08:33 +08:00
janekptacijarabaci
731b3ea7ee Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now unused 2019-02-16 00:08:32 +08:00
janekptacijarabaci
ece6d716f4 Bug 1346501. Don't mark every image as visible when a frame is created for it 2019-02-16 00:08:30 +08:00
wolfbeast
2a6262ee6d Remove recover instruction results after bailouts. 2019-02-16 00:08:29 +08:00
wolfbeast
801ed9ce01 Ad workaround for broken B5G6R5 format in Intel driver. 2019-02-16 00:08:26 +08:00
wolfbeast
bdf323b915 Fix incorrect namespace use. 2019-02-16 00:08:25 +08:00
wolfbeast
49a6e3921a Switch from ShCompileOptions to int. 2019-02-16 00:08:23 +08:00
wolfbeast
33bbcf8110 Restore emulated functions for OS X 10.8/10.7 2019-02-16 00:08:22 +08:00