Commit Graph

712 Commits

Author SHA1 Message Date
Cameron Kaiser
f8a60dfea9 moar adblock hosts 2020-10-01 13:58:06 -07:00
Cameron Kaiser
0abd0fc5d5 #627: M1631573 2020-10-01 13:13:56 -07:00
Cameron Kaiser
2373458b58 #627: M1631583 M1631597 M1636771 M1637222 M1649316 M1651520 2020-09-30 21:28:08 -07:00
Cameron Kaiser
81acd2b99d closes #626: M1440677 2020-09-27 16:21:22 -07:00
Cameron Kaiser
92be8e3bec closes #624: update Readability to tip 2020-09-24 22:22:24 -07:00
Cameron Kaiser
b6b1905d52 bump version number 2020-09-23 22:37:30 -07:00
Cameron Kaiser
ab5c5eb231 #622: update tzdata, TLDs, HSTS 2020-09-17 21:03:26 -07:00
Cameron Kaiser
6653696993 #622: M1646140 2020-09-17 21:00:23 -07:00
Cameron Kaiser
07f2b0d73c #621: temporarily block all scripts on LinkedIn CDN 2020-09-17 20:18:38 -07:00
Cameron Kaiser
fc50954e6f #622: actually add new brotli files 2020-09-15 08:22:13 -07:00
Cameron Kaiser
105bc95fcb add fx78 UA 2020-09-09 22:44:09 -07:00
Cameron Kaiser
291688840b #622: M1660537 M1641487(modified) M1645492 2020-09-09 21:50:04 -07:00
Cameron Kaiser
cceb528dd0 #620: add reader mode to context menu 2020-09-09 21:01:43 -07:00
Cameron Kaiser
7c24b77e7b #622: update brotli to 1.0.9, woff2 to tip 2020-09-08 21:32:39 -07:00
Cameron Kaiser
cbcbd24be8 #621: wallpaper and speculative fix (didn't work, but good to have) 2020-09-08 19:26:34 -07:00
Cameron Kaiser
c2d4942155 #619: M1258041 M1285428 M1274685 (thanks @OlgaTPark) 2020-09-07 18:18:06 -07:00
Cameron Kaiser
af9a8236e8 fix overzealous assertion (M1531906) 2020-08-29 22:39:44 -07:00
Cameron Kaiser
bf39401a52 #620: initial support for sticky reader 2020-08-29 21:10:35 -07:00
Cameron Kaiser
cb0f39c2f2 #618: EV and roots now from ESR78, update TLDs, pins, HSTS, roots 2020-08-25 20:18:25 -07:00
Cameron Kaiser
3a4915434f #618: change 104fx scripts to ESR78 2020-08-24 21:26:19 -07:00
Cameron Kaiser
da10af1b07 remove locale workaround for #590, people have had long enough 2020-08-24 21:21:20 -07:00
Cameron Kaiser
f37f6f5e8b bump version number 2020-08-24 21:18:45 -07:00
Cameron Kaiser
f25d7f7a72 #616: update TLDs, HSTS 2020-08-21 20:34:02 -07:00
Cameron Kaiser
5ec6460efb #616: M1658214 M1637745 M1648372 2020-08-21 20:31:11 -07:00
Cameron Kaiser
6e4dd2257a #607: make it PPC only 2020-08-15 18:50:18 -07:00
Cameron Kaiser
55572f5ec1 #607: second part 2020-08-13 21:31:41 -07:00
Cameron Kaiser
31ccb2ec86 bump version number 2020-07-29 20:59:14 -07:00
Cameron Kaiser
fee8edf77c #614: update TLDs, HSTS 2020-07-23 21:20:18 -07:00
Cameron Kaiser
9e33379e78 #614: M1642792 M1650811 M1634872 2020-07-23 21:18:30 -07:00
Cameron Kaiser
9f41a2b397 moar adblock 2020-07-12 08:26:53 -07:00
Cameron Kaiser
8034a1e5a8 #566: hartzfacts.de 2020-07-11 22:43:56 -07:00
Cameron Kaiser
c530265a00 #607: bump worker thread stack size to 64MB (with thanks to @NapalmSauce) 2020-07-05 16:35:14 -07:00
Cameron Kaiser
420d67c3c1 bump version number 2020-07-04 09:19:07 -07:00
Cameron Kaiser
2b07a7a8db closes #611: M1641303, update HSTS, TLDs 2020-06-25 20:25:24 -07:00
Cameron Kaiser
67c0562596 #611: update TLDs, HSTS 2020-06-16 21:10:55 -07:00
Cameron Kaiser
6ad5c12dab #611: M1644477 2020-06-16 20:18:17 -07:00
Cameron Kaiser
0c828a96e6 #611: M1277475 2020-06-16 19:38:16 -07:00
Cameron Kaiser
80ece6a151 #604: M1236639 M1257931 M1256590 M1291543 M1363647 + backbugs 2020-06-14 22:01:40 -07:00
Cameron Kaiser
7850b17a7d #612: M1019551 2020-06-14 20:27:29 -07:00
Cameron Kaiser
689819e12b #612: M969874 M1525628 2020-06-14 14:23:43 -07:00
Cameron Kaiser
f187b2dfeb closes #610: M1317422 + tests 2020-06-14 09:57:59 -07:00
Cameron Kaiser
256479e9fc incorporate #608, #609 2020-06-11 20:19:52 -07:00
NapalmSauce
5748c75132
Issue #607: new, separate blocklist in caps/ for scripts that can crash the browser, but have no obvious workaround (#609) 2020-06-11 17:30:45 -07:00
Ken
3f33f8a6e5
Intel fixes (#608)
* ycbcr: intel assembly fixes for old gcc-as in Tiger

minor changes in assembly that are friendly to the
older gcc-as in Tiger

* libvpx/moz.build: only use force_cpusubtype_all on PPC

this flag is not accepted by the intel assembler

* libvpx: compiler/assembler fixes for intel

use clang-3.4 as the primary compiler
use yasm for the assembly

* nss: use clang-3.4 as compiler on Intel

nss contains assembly that the old gas assembler can't manage
using clang-3.4 is the easiest fix for this, as it is
already needed elsewhere for libvpx

* Intel mozconfig: update

we need to force the old gas assembler to be used
for the majority of the build as the newer clang
one will fail

* client.mk: use original which

MacPorts has a newer version of the which command
that is supposed to be more like current 'which' versions,
but there is an error in it at present and the construct
used in TFF doesn't work correctly.

Until this is fixed, use the original /usr/bin/which (and that
one can in fact be used forever, of course).
2020-06-11 15:31:09 -07:00
Cameron Kaiser
f17e5274c9 bump version number 2020-06-07 20:57:58 -07:00
Cameron Kaiser
8304421b75 #605: update HSTS, TLDs 2020-05-28 20:36:08 -07:00
Cameron Kaiser
0d0dc62a8a #605: M1632908 (subparts M1631576 M1608895 only) 2020-05-28 20:34:32 -07:00
Cameron Kaiser
a7d2c071de #605: update HSTS, TLDs 2020-05-19 19:26:02 -07:00
Cameron Kaiser
17da05f15c #603: M1347489 2020-05-18 21:00:28 -07:00
Cameron Kaiser
a7f14df010 #601: empty img behaviour M1196668 M1616537 M1506592 (see also M1549742) 2020-05-18 19:43:36 -07:00