[AUTO][FILECONTROL] - version 136.0.7103.125 (#2075)
[AUTO][FILECONTROL] - version 136.0.7103.125
This commit is contained in:
@@ -1 +1 @@
|
||||
136.0.7103.60
|
||||
136.0.7103.125
|
||||
|
||||
@@ -13422,6 +13422,21 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"K12AgeClassificationMetricsProvider": [
|
||||
{
|
||||
"platforms": [
|
||||
"chromeos"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"K12AgeClassificationMetricsProvider"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"KeepAliveInBrowserMigration": [
|
||||
{
|
||||
"platforms": [
|
||||
|
||||
+1
@@ -25,6 +25,7 @@
|
||||
|
||||
// https://webaudio.github.io/web-audio-api/#mediastreamaudiodestinationnode
|
||||
[
|
||||
ActiveScriptWrappable,
|
||||
Exposed=Window
|
||||
] interface MediaStreamAudioDestinationNode : AudioNode {
|
||||
[RaisesException, Measure] constructor(AudioContext context, optional AudioNodeOptions options = {});
|
||||
|
||||
+1
-2
@@ -3682,7 +3682,7 @@
|
||||
// composited pixel alignment issues. See
|
||||
// https://crbug.com/40084005
|
||||
name: "RenderSurfaceFor2DScaleTransform",
|
||||
status: "stable",
|
||||
status: "experimental",
|
||||
},
|
||||
{
|
||||
name: "ReportEventTimingAtVisibilityChange",
|
||||
@@ -3982,7 +3982,6 @@
|
||||
// select option colors. https://issues.chromium.org/issues/40788356
|
||||
// This is shipping in M136 and can be removed in M138
|
||||
name: "SelectColorsRemoveImportant",
|
||||
status: "stable",
|
||||
},
|
||||
{
|
||||
// The selectedcontentelement attribute is for connecting select elements
|
||||
|
||||
Reference in New Issue
Block a user