uazo and github-actions[bot]
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
Carmelo Messina
970ffdd2b7
Bump to 127.0.6533.94
2024-08-01 17:18:49 +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 and github-actions[bot]
f9503ed837
[AUTO] Patches auto-rebase
2024-07-31 11:55:42 +00:00
Carmelo Messina
dfd1992f95
Bump to 127.0.6533.89
2024-07-31 13:46:13 +02: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 and github-actions[bot]
99bb646781
[AUTO] Patches auto-rebase
2024-07-30 07:32:20 +00:00
Carmelo Messina
8f335670d4
enable enable_log_error_not_reached by default
2024-07-30 09:21:26 +02:00
Carmelo Messina
a995b45147
Added new patches
...
Disable-support-for-pointer-device-id.patch
Disable-CSS-blink-feature-support.patch
Downstream-validate-opaque-origins-checking-their-precursor.patch
Temp-try-to-fix-DIPS-service.patch
2024-07-30 09:20:44 +02: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 and github-actions[bot]
4ae140d91a
[AUTO] Patches auto-rebase
2024-07-24 06:45:42 +00:00
Carmelo Messina
75a75e9a8d
Bump to 127.0.6533.73
2024-07-24 08:38:48 +02: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
Carmelo Messina
5fc5965b63
Bump to 127.0.6533.57
2024-07-18 15:38:34 +02:00
Carmelo Messina
d9e9f1d8f6
Enable pgo on Android
2024-07-17 10:25:13 +02:00
uazo and github-actions[bot]
883501470f
[AUTO] Patches auto-rebase
2024-07-17 08:22:13 +00:00
Carmelo Messina
a4134b9853
Bump to 126.0.6478.186
2024-07-17 10:16:13 +02:00
Carmelo Messina
d043dc8097
Bump to 126.0.6478.127
2024-06-25 12:01:44 +02: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 and github-actions[bot]
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
1eb6a431e7
Bump to 126.0.6478.115
2024-06-19 17:20:25 +02:00
Carmelo Messina
30fa1e85ea
Added new patches
...
- Close-Sessions-On-Ip-Change.patch
- Ask-for-restart-on-connection-change.patch
2024-06-19 17:19:58 +02:00