Commit Graph

2177 Commits

Author SHA1 Message Date
Qian Qian "Cubik"‎
c822f8a4ce README: Add link to Fedora COPR package 2024-04-17 17:59:29 +02:00
Blaise
d5773b0fb6 Update to Chromium 123.0.6312.122 2024-04-10 14:55:21 -05:00
Blaise
59fbb08ebd Set fingerprinting noise_factor during construction 2024-04-04 17:30:33 -05:00
Blaise
6cc112752d Update to Chromium 123.0.6312.105 2024-04-02 15:51:14 -05:00
Blaise
34c7a2cfaf Remove depot_tools changes for older python support 2024-03-31 10:03:08 -05:00
Blaise
88fc9a108b Ajust scripts for new python and pylint 2024-03-31 10:01:52 -05:00
Blaise
75654057f1 Reformat scripts for new yapf 2024-03-31 10:01:46 -05:00
Blaise
cd55fa9f8a Update Cirrus container to bullseye 2024-03-31 10:01:39 -05:00
networkException
1fcb65d094 Update to Chromium 123.0.6312.86 2024-03-26 20:48:30 +01:00
Blaise
c5aa0f6af8 Update to Chromium 123.0.6312.58 2024-03-19 17:49:03 -05:00
networkException
6afa56c67a Update to Chromium 122.0.6261.128 2024-03-14 02:05:53 +01:00
Blaise
81efc51f4f Synchronize tarball and clone lists 2024-03-13 18:36:25 -05:00
networkException
e5af75dc0e CI: Notify @emilylange as a NixOS downstream maintainer of Linux releases 2024-03-07 02:35:44 +01:00
Blaise
2661a6c63e Update to Chromium 122.0.6261.111 2024-03-05 20:17:53 -06:00
Blaise
bb1d4e0e42 Update to Chromium 122.0.6261.94 2024-02-27 16:17:42 -06:00
Blaise
1f5ab6c072 Update to Chromium 122.0.6261.69 2024-02-22 16:23:44 -06:00
Blaise
eb9cb496a2 Update to Chromium 122.0.6261.57 2024-02-20 18:59:55 -06:00
Blaise
92da5e61ad Update to Chromium 121.0.6167.184 2024-02-13 14:14:40 -06:00
Blaise
c4a6176b55 Update to Chromium 121.0.6167.160 2024-02-06 16:54:55 -06:00
Blaise
0fb958a4f9 Remove new feature badges 2024-02-06 16:51:49 -06:00
Blaise
7276a98a85 Remove the safebrowsing internal page 2024-02-06 16:49:53 -06:00
Blaise
7057489ec2 Update to Chromium 121.0.6167.139 2024-01-30 15:04:45 -06:00
Blaise
223fe76bb2 Update to Chromium 121.0.6167.85 2024-01-22 14:26:25 -06:00
networkException
f43c27d040 Update to Chromium 120.0.6099.234 2024-01-16 23:36:32 +01:00
networkException
3bf3de3441 Update to Chromium 120.0.6099.224 2024-01-16 23:12:23 +01:00
Blaise
df372661ba Update to Chromium 120.0.6099.216 2024-01-09 18:59:59 -06:00
Blaise
fe594685bf Update to Chromium 120.0.6099.199 2024-01-03 18:17:45 -06:00
Blaise
a8906cbda5 Fix extract_tar_file call for domain substitution revert 2024-01-03 15:23:34 -06:00
Blaise
c64f60a1da Remove side panel entry in All Bookmarks 2024-01-03 15:20:27 -06:00
Blaise
814a883c62 Update to Chromium 120.0.6099.129 2023-12-20 19:30:13 -06:00
Blaise
643004f3cd Update to Chromium 120.0.6099.109 2023-12-12 19:08:49 -06:00
Blaise
11110734ee Fix functools decorators for older python 2023-12-12 16:24:46 -06:00
networkException
069be930dd Update to Chromium 120.0.6099.71 2023-12-07 00:12:06 +01:00
Blaise
0d41e31bb7 Update to Chromium 120.0.6099.62 2023-12-04 16:38:27 -06:00
Blaise
3b9e3d3cd7 Update to Chromium 119.0.6045.199 2023-11-28 18:10:18 -06:00
Blaise
0461ff207b Update to Chromium 119.0.6045.159 2023-11-14 17:33:14 -06:00
Blaise
6b07b4f98c Update to Chromium 119.0.6045.123 2023-11-08 08:08:16 -06:00
teeminus
d1f3fbf343 Use raw strings for placeholders in depot_tools patch (#2596) 2023-11-08 08:07:19 -06:00
Blaise
13fc15e4ec Update to Chromium 119.0.6045.105 2023-11-01 13:46:52 -05:00
Blaise
2f0227eff3 Update to Chromium 118.0.5993.117 2023-10-26 13:44:15 -05:00
networkException
835760e86d LICENSE: Bump year to 2023 2023-10-26 18:57:31 +02:00
Andreas Stieger
5aa0f1df0f Update README.md: openSUSE 2023-10-25 11:23:42 +02:00
rany2
a546c0b806 Exit on error for version checker workflow (#2555) 2023-10-20 07:51:36 -05:00
Blaise
f6643a9775 Update to Chromium 118.0.5993.88 2023-10-18 07:05:48 -05:00
Timothy Pearson
c1747d8090 Fix renderer SIGSEGV observed on certain website and profile combinations (#2552)
Rarely, with specific website and profile combinations, canvas can be NULL
inside blink::BaseRenderingContext2D::measureText(), causing a SIGSEGV.

Check for canvas validity before attempting to dereference the canvas
pointer.  Also check for an offscreen render surface and attempt to
apply anti-fingerprinting to that render surface if possible (thanks
to @uazo for the base implementation!)

Tested to work on Debian Bullseye ppc64el
2023-10-18 07:02:08 -05:00
PF4Public
6e585e2b1c Verbose patch validation 2023-10-17 14:42:35 +03:00
Blaise
d1f177cd00 Update to Chromium 118.0.5993.70 2023-10-10 17:11:19 -05:00
Blaise
30b6f0f4e8 New unpack arg to skip unused dirs 2023-10-07 11:52:51 -05:00
Blaise
322aef3467 Update to Chromium 117.0.5938.150 2023-10-04 08:01:56 -05:00
Blaise
f5e2d9bd6b Update to Chromium 117.0.5938.149 2023-10-04 08:01:36 -05:00