Blaise
2d603520e2
Update to Chromium 134.0.6998.35
2025-03-03 07:36:20 -06:00
Daniel Richard G
ec2117b299
Switch to the upstream's lite source tarball
2025-02-27 14:43:55 -06:00
Blaise
0bde311580
Consolidate contingent paths in prune_binaries.py
...
Handles the differences between full tarball, lite tarball, and cloned sources.
Removes the skip_unused and sysroot flags from _extraction.py and downloads.py.
2025-02-27 14:43:55 -06:00
Blaise
1602c44d38
Update to Chromium 133.0.6943.141
2025-02-27 14:34:14 -06:00
jj
3c764bfc0b
patches/webgl: return generic info instead of empty strings
2025-02-26 14:28:37 +00:00
jj
00d801f560
settings/strings: don't format strings that have no placeholders
2025-02-24 17:30:54 +00:00
jj
bd67f7fcb2
tracked_persistent_pref: don't use empty validation delegate
2025-02-24 17:30:38 +00:00
jj
8634909afc
extensions-manifestv2: re-enable registering experiment factory
...
The absence of the GetFactory() call causes a crash when building
a component build.
2025-02-23 22:47:12 +00:00
jj
1cf909c14d
referrer_sanitizer: export sanitize_referrer function
...
It was not previously exported, which breaks component builds.
2025-02-22 18:25:36 +00:00
beavailable
94fa12bcd0
Remove PAC size limit ( #3203 )
2025-02-22 07:17:54 -06:00
Blaise
f534f8cfa2
Update to Chromium 133.0.6943.126
2025-02-18 17:55:14 -06:00
Blaise
c82c87d2fb
Update to Chromium 133.0.6943.98
2025-02-12 13:03:32 -06:00
Blaise
e9d134265c
Update to Chromium 133.0.6943.53
2025-02-04 12:13:26 -06:00
Blaise
fc1a6e889f
Update to Chromium 132.0.6834.159
2025-01-28 14:34:23 -06:00
networkException
87586d9eca
README: Remove mention of OBS for Arch Linux
...
See 32be5fe087
2025-01-23 14:55:09 +01:00
Blaise
7e918b5ebc
Update to Chromium 132.0.6834.110
2025-01-22 12:59:29 -06:00
Pouria Mousavizadeh Tehrani
44cd3a0d5e
Add freebsd package in README.md
2025-01-19 21:51:28 +03:30
Blaise
984d79fb6e
Update to Chromium 132.0.6834.83
2025-01-13 10:27:59 -06:00
Blaise
ce13975ff3
Update to Chromium 131.0.6778.264
2025-01-07 13:39:01 -06:00
Blaise
b866c5660c
Update to Chromium 131.0.6778.204
2024-12-18 17:22:26 -06:00
Blaise
471c0b745a
Update to Chromium 131.0.6778.139
2024-12-10 17:11:04 -06:00
Blaise
7a141ba2b0
Update to Chromium 131.0.6778.108
2024-12-03 12:54:59 -06:00
Blaise
12b956bfba
Remove client hints from frame fetch when flag is enabled
2024-11-22 09:28:31 -06:00
Blaise
fa1a8c4816
Update to Chromium 131.0.6778.85
2024-11-19 13:09:34 -06:00
Blaise
a833234d39
Update to Chromium 131.0.6778.69
2024-11-12 13:13:10 -06:00
Blaise
a3f4b6e1a5
Manually set up gsutil path for newer versions of Python
2024-11-07 14:25:42 -06:00
dot-gov
cce1bf3a7e
Move assert_no_deps fix to missing-dependencies.patch ( #3081 )
2024-11-07 14:23:34 -06:00
networkException
0b5e403531
Update to Chromium 130.0.6723.116
2024-11-05 23:31:01 +01:00
Blaise
89fe8ac0ed
Update to Chromium 130.0.6723.91
2024-10-30 14:01:14 -05:00
PF4Public
a6c496da8c
Enable extra locales not normally shipped with Chromium on desktop ( #3072 )
2024-10-28 15:35:57 -05:00
Clickot
21738f58bd
when pruning files log missing file paths together with the error message ( #3071 )
2024-10-27 15:33:20 -05:00
Blaise
708cc83442
Update to Chromium 130.0.6723.69
2024-10-22 15:55:42 -05:00
Blaise
962eb12897
Update to Chromium 130.0.6723.58
2024-10-17 12:52:53 -05:00
emilylange
71bfa42ec4
CI: fix version check workflow by url encoding filter in url
...
This workflow stated consistently failing roughly one week ago.
Unfortunately the Workflow on GitHub has no error logs besides
~~~
Error: Process completed with exit code 92.
~~~
which isn't particularly helpful.
The issue can, however, be reproduced by simply copying parts of the
workflow into a local bash script and executing that.
As it turns out, the issue lays in `?filter=fraction>=0.5` when using
`curl` due to missing url encoding.
~~~
# curl 'https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=fraction >=0.5'
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
~~~
vs
~~~
# curl -s 'https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=fraction%3E=0.5 ' | wc -l
3128
~~~
2024-10-17 15:37:05 +02:00
Life'sMinder
86807d06c9
Improvements in hash checking in downloads.py ( #3045 )
2024-10-14 12:51:33 -05:00
PF4Public
61b271f22b
Remove the flag that eventually turned to be a no-op ( #3050 )
2024-10-10 18:10:05 -05:00
Blaise
a96f128d97
Update to Chromium 129.0.6668.100
2024-10-08 15:38:42 -05:00
Daniel Richard G.
6b9ef5113a
Enhancements to downloads.py and filescfg.py ( #3034 )
2024-10-07 07:46:44 -05:00
Blaise
477f402fbd
Update to Chromium 129.0.6668.89
2024-10-01 18:36:34 -05:00
Blaise
5bffff5d8d
Update to Chromium 129.0.6668.70
2024-09-24 13:41:08 -05:00
Daniel Richard G.
acb735358a
Add missing re2 deps ( #3036 )
2024-09-23 07:54:25 -05:00
Blaise
77ed0175c9
Update to Chromium 129.0.6668.58
2024-09-17 15:14:52 -05:00
Blaise
1b11ca4600
Update to Chromium 128.0.6613.137
2024-09-11 09:18:08 -05:00
Blaise
cfc45f2c09
Fix empty i18nId in settings
2024-09-03 17:27:26 -05:00
Blaise
14a08c58f4
Update to Chromium 128.0.6613.119
2024-09-02 14:32:52 -05:00
skrinakron
d13162e71f
Clean up references to removed preference fields ( #3009 )
2024-09-01 07:47:54 -05:00
Jeff Blake
20449aee87
Enable blocking all downloads via managed policy ( #3000 )
2024-08-29 12:42:27 -05:00
Blaise
ed9aac1858
Update to Chromium 128.0.6613.113
2024-08-28 14:42:24 -05:00
Mike Wang
bd9a2e0459
Disable DownloadsPageReferrerUrl feature by default
2024-08-23 22:50:01 +08:00
Blaise
26170723f0
Update to Chromium 128.0.6613.84
2024-08-21 14:56:58 -05:00