Skip to content

Commit

Permalink
Update to Chromium 126.0.6478.55
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Jun 11, 2024
1 parent edd233e commit f29e4de
Show file tree
Hide file tree
Showing 77 changed files with 59,996 additions and 961 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
125.0.6422.141
126.0.6478.55
2 changes: 2 additions & 0 deletions docs/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ These are also available on the `chrome://flags` page.
`MinimalReferrers` | Removes all cross-origin referrers and strips same-origin referrers down to the origin. Has lower precedence than `NoCrossOriginReferrers`.
`NoCrossOriginReferrers` | Removes all cross-origin referrers. Has lower precedence than `NoReferrers`.
`NoReferrers` | Removes all referrers.
`ReducedSystemInfo` | Reduces the amount of system information obatainable through headers and javascript, also causes hardwareConcurrency to respond with two cores.
`RemoveClientHints` | Removes client hints (information sent to servers about your system, similar to a user agent).
`SetIpv6ProbeFalse` | Forces the result of the browser's IPv6 probing (i.e. IPv6 connectivity test) to be unsuccessful. This causes IPv4 addresses to be prioritized over IPv6 addresses. Without this flag, the probing result is set to be successful, which causes IPv6 to be used over IPv4 when possible.

- ### Available only on desktop
Expand Down
859 changes: 788 additions & 71 deletions domain_substitution.list

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions patches/core/bromite/disable-fetching-field-trials.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Subject: Disable fetching of all field trials

--- a/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java
+++ b/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java
@@ -51,7 +51,7 @@ public abstract class ChromeFeatureList
@@ -52,7 +52,7 @@ public abstract class ChromeFeatureList
* |kFeaturesExposedToJava| in chrome/browser/flags/android/chrome_feature_list.cc
*/
public static String getFieldTrialParamByFeature(String featureName, String paramName) {
Expand All @@ -19,7 +19,7 @@ Subject: Disable fetching of all field trials
}

/**
@@ -63,8 +63,7 @@ public abstract class ChromeFeatureList
@@ -64,8 +64,7 @@ public abstract class ChromeFeatureList
*/
public static boolean getFieldTrialParamByFeatureAsBoolean(
String featureName, String paramName, boolean defaultValue) {
Expand All @@ -29,7 +29,7 @@ Subject: Disable fetching of all field trials
}

/**
@@ -76,8 +75,7 @@ public abstract class ChromeFeatureList
@@ -77,8 +76,7 @@ public abstract class ChromeFeatureList
*/
public static int getFieldTrialParamByFeatureAsInt(
String featureName, String paramName, int defaultValue) {
Expand All @@ -39,7 +39,7 @@ Subject: Disable fetching of all field trials
}

/**
@@ -89,8 +87,7 @@ public abstract class ChromeFeatureList
@@ -90,8 +88,7 @@ public abstract class ChromeFeatureList
*/
public static double getFieldTrialParamByFeatureAsDouble(
String featureName, String paramName, double defaultValue) {
Expand Down
Loading

0 comments on commit f29e4de

Please sign in to comment.