Commit Graph

16 Commits

Author SHA1 Message Date
Rudi Heitbaum
c5b98845d2 chrome: enable lib.private 2023-12-01 10:05:23 +00:00
Rudi Heitbaum
f854a6aaab chrome: update to 119.0.6045.105 and addon (1) 2023-11-01 13:40:28 +00:00
mglae
56434932eb chrome: chrome-downloader: add notification on failure 2023-01-11 21:29:17 +00:00
mglae
d96f86708b chrome: use new deb_extract_data python script to unpack chrome.deb
Recent Google chrome.deb files for Ubuntu do have two issues in our environment:

1) The ar archive contains illegal file mode 644 instead of 100644. Busybox ar
   is refusing this.
2) The xz/lzma compression is using CRC64. Busybox only implements CRC32.

Work around is using Python code to unpack ar archive and tar.xz.

Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
2023-01-11 21:29:17 +00:00
mglae
46511103ff chrome: use posix output of df, avoid not parsable multi line 2023-01-11 07:02:12 +00:00
Guillaume LECERF
7b4cdb060b chrome: allow setting a custom user-agent 2021-10-30 20:44:54 +02:00
Guillaume LECERF
04b0a3796d chrome: versions >=91 use new flags to enable hardware accelerated video decode 2021-10-28 23:04:03 +02:00
Guillaume LECERF
4893cb6a88 chrome: fix dark mode toggle
Fixes: 788fcf6
2021-10-28 23:04:03 +02:00
Guillaume LECERF
c573b664de chrome: use pulseaudio when available 2021-09-25 14:12:57 +02:00
mglae
4f26cde439 chrome: downloader fixes 2020-12-10 20:09:35 +01:00
CvH
0066322453 chrome: update to 87.0.4280 2020-11-30 15:40:30 +01:00
ToniCipriani
788fcf60ed chrome: add Dark Mode Toggle 2020-06-14 21:38:19 +02:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
CvH
a0114d6fea chrome: fix download url 2018-08-10 14:30:23 +02:00
CvH
ca33bf8cd7 spdx: packages/addons 2018-07-17 23:58:49 +02:00
CvH
6b4eac3ba1 chrome: initial add-on 2018-06-25 16:33:03 +02:00