Carmelo Messina
c8dd1ae1dc
Drop pointless patches ( #1361 #1362 )
2024-08-07 14:12:12 +02:00
Carmelo Messina
f24eefec85
Patches for 128 ( #1362 )
2024-08-07 14:10:53 +02:00
uazo
0b9244f81d
[AUTO] Patches auto-rebase
2024-08-05 12:10:32 +00:00
uazo
2c420ed77b
Merge branch 'master' into master
2024-08-05 22:36:13 +11:00
uazo
9973f6e20f
fixes the incorrect position of the change
...
using the latest version of the patch
2024-08-05 22:33:26 +11:00
uazo
6685981137
[AUTO] Patches auto-rebase
2024-08-03 15:24:14 +00:00
Carmelo Messina
c512845991
Fix "Welcome screen" modifies the same line as Fix-chromium-vanilla.patch ( #1340 )
2024-08-03 17:21:18 +02:00
Carmelo Messina
ae3f5fbecd
Preparing the build of chromium vanilla ( #1271 )
...
No changes made, just shifting the order of some patches
2024-08-03 17:16:29 +02:00
PF4Public
28a47b5ba8
Missing header
2024-08-01 17:50:07 +02:00
Carmelo Messina
5a5326fb01
Miscellaneous: change absl::optional to std::optional
2024-08-01 17:17:24 +02:00
Carmelo Messina
71aab81c9a
Add setting to clear data on exit: correct the crash caused by the dips deletion ( #1308 )
2024-08-01 17:14:18 +02:00
uazo
f9503ed837
[AUTO] Patches auto-rebase
2024-07-31 11:55:42 +00:00
Carmelo Messina
689e7dd943
Bubble Locking on UI DevTools: Allows the use of ctrl+shift+click on the refresh button to
...
activate the Bubble Locking mode for the native dev-ui.
The current ctrl+shift+R is really inconvenient and often does not work.
2024-07-31 13:45:48 +02:00
Carmelo Messina
fac8596396
Move navigation bar to bottom: fix empty tablist in foldable device ( #1316 )
2024-07-31 13:41:15 +02:00
Carmelo Messina
b2c2979ca0
Override Navigator Language: fixing an upstream bug ( #1257 )
2024-07-31 13:39:55 +02:00
Carmelo Messina
8b4d15c96e
Show full urls for bookmark: patch removed
...
merged with "Disabling some omissions of complete urls"
2024-07-31 13:39:00 +02:00
Carmelo Messina
f6a5060a4b
Restore BookmarkToolbar#setCurrentFolder: fix dcheck
2024-07-31 13:37:37 +02:00
Carmelo Messina
8e8845c7bb
DoH improvements: shows all available configurations in chromium despite the country. the privacy policy must be present ( #1280 )
2024-07-31 13:37:07 +02:00
Carmelo Messina
bb34519dcc
Disabling some omissions of complete urls: the old patch was modified ( #1255 )
2024-07-31 13:34:45 +02:00
Carmelo Messina
b4d9e736d3
Cromite Branding: modified chrome://version
2024-07-31 13:27:11 +02:00
Carmelo Messina
ee07885aba
Add browser policy: added new policy in windows
...
- disable dynamic code
- extensioni v2 availability
2024-07-31 13:25:53 +02:00
uazo
99bb646781
[AUTO] Patches auto-rebase
2024-07-30 07:32:20 +00:00
Carmelo Messina
887ca9a6ab
Temp try to fix DIPS service: attempt to temporarily fix #1308
2024-07-30 09:19:33 +02:00
Carmelo Messina
a3379e5f35
Validate opaque origins checking their precursor: temporarily pending v128 anticipate changes regarding additional controls on navigation from data: urls
2024-07-30 09:18:25 +02:00
Carmelo Messina
e336cf9d77
Disable support for pointer device id: disabled multi-pen id support in windows
...
disable pointerEvent.deviceId for Windows devices that are able to provide a GUID or serial number and id making them identical to the mouse pointer-id.
see https://groups.google.com/a/chromium.org/g/blink-dev/c/3eU-AHH8x4k
2024-07-30 09:15:50 +02:00
Carmelo Messina
ed56703892
Disable CSS blink-feature support: disables the possibility of using the internal css function blink-feature()
...
the function is not currently exposed to websites but is only allowed for testing.
disabled as it is an advanced fingerprinting mechanism.
also fixed the possibility of using internal selectors (-internal-*) for speculation rules.
2024-07-30 09:07:12 +02:00
Carmelo Messina
da60013844
Restore chrome password store: fix local password management system in windows ( #1305 )
2024-07-30 09:01:16 +02:00
Carmelo Messina
ce657e1b4f
Partitioning all cookies by top frame domain: disable TpcdMetadataGrants
...
disable the use of metadata retrieved from google's servers that enable a priori activation of third-party cookies for sites chosen by chromium team
2024-07-30 08:59:59 +02:00
Carmelo Messina
cbaed036f4
kill Location, fall back to system: keep disabled LocationProviderManager
...
disable the possibility of using external services via networks for geolocation
2024-07-30 08:56:35 +02:00
Carmelo Messina
9ec4fca6fe
Disable privacy issues in password manager: editing of flags moved to a separate file (cromite_flags)
2024-07-30 08:54:57 +02:00
Carmelo Messina
cdcf970731
Disable GetInstalledRelatedApps API: removes the possibility of fetching installed PWAs and UWPs applications in android and windows
2024-07-30 08:50:22 +02:00
Carmelo Messina
ab909cca25
Disable feeds support by default: use the new flag kWebFeedKillSwitch
2024-07-30 08:48:17 +02:00
Carmelo Messina
d6fed8fc27
Disable all predictors code: keep disabled kNetworkContextPrefetch
...
the feature disables the Prefetch() method on the NetworkContext, and the PrefetchMatchingURLLoaderFactory, an implementation of URLLoaderFactory that attempts to match against a cache of available prefetches
2024-07-30 08:47:17 +02:00
Carmelo Messina
ceea5ff8f5
AudioBuffer, AnalyserNode: fp mitigations: keep disabled AudioContext.playoutStats
...
not allow applications to measure the quality and latency of audio playback using WebAudio.
see https://chromestatus.com/feature/5172818344148992
2024-07-30 08:44:32 +02:00
Carmelo Messina
186cf9533b
Add cromite flags support: new editing points added
2024-07-30 08:39:57 +02:00
uazo
4ae140d91a
[AUTO] Patches auto-rebase
2024-07-24 06:45:42 +00:00
Carmelo Messina
eea4b62c6c
Patches (fixed) for v127 ( #1293 )
2024-07-23 17:06:49 +02:00
Carmelo Messina
80bacb8d58
v127 need review ( #1293 )
2024-07-19 09:46:06 +02:00
Carmelo Messina
edc3c441bb
Patches for v127 ( #1293 )
2024-07-19 09:44:09 +02:00
uazo
883501470f
[AUTO] Patches auto-rebase
2024-07-17 08:22:13 +00:00
Carmelo Messina
87ba24eea8
Eyeo Adblock for Cromite:
...
#1187 Remove "More blocking options" in ad blocking options
Fix json destination
Update to snippets v1.4.0
2024-06-25 12:01:03 +02:00
Carmelo Messina
af85da7eed
Partitioning all cookies by top frame domain: #926 #1221
...
fixed cookie access for extensions
2024-06-25 11:58:36 +02:00
Carmelo Messina
46bf5c8c9e
Ask to restart on connection change: #1220
...
- moved the check so that it is also done at application resume
- the restart request panel must not hide when the tab switcher is opened
- fixed the webview build
2024-06-25 11:41:49 +02:00
uazo
1c56e99290
[AUTO] Patches auto-rebase
2024-06-19 16:47:27 +00:00
Carmelo Messina
b037b0c7a0
Rebase to 126.0.6478.115
2024-06-19 18:38:46 +02:00
Carmelo Messina
eb0cf75092
Ask to restart on connection change: #1220 experimental use of the OfflineDetector to identify network change in Android, disabled by default.
2024-06-19 11:47:07 +02:00
Carmelo Messina
8fa4f30501
Close sessions on ip change: #1220 closes quic connections by default when changing networks
2024-06-19 11:08:19 +02:00
Carmelo Messina
e823aefa28
Show NTP at startup: if the flag is activated, it also shows NTP on restart
2024-06-19 10:57:25 +02:00
Carmelo Messina
aacd2296a4
Move navigation bar to bottom: #707 fix TabListEmptyCoordinator position
2024-06-19 10:56:17 +02:00
Carmelo Messina
aa3466db87
Use list mode for tab switcher: #1191 revert f128cf407a
2024-06-19 10:53:29 +02:00