Skip to content

Commit a6cae55

Browse files
committed
(2019-10-28, 4ca1409) fix-inconsistent-responsive-height-selection: 0
Previous history on prod-config.json: - 4ca1409 - 2019-10-28T15:54:36+00:00 - Ramp down inconsistent height selection fix experiment to 0%. This doesn't work very well on desktop / tablet so we need to fix that before proceeding.
1 parent dcc69aa commit a6cae55

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

build-system/global-configs/canary-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"doubleclickSraReportExcludedBlock": 0.1,
1010
"dfp-render-on-idle-cwv-exp": 1,
1111
"expand-json-targeting": 1,
12-
"fix-inconsistent-responsive-height-selection": 0,
1312
"flexAdSlots": 0.05,
1413
"intersect-resources": 0,
1514
"ios-fixed-no-transfer": 1,

build-system/global-configs/prod-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"doubleclickSraExp": 0.01,
99
"doubleclickSraReportExcludedBlock": 0.1,
1010
"expand-json-targeting": 1,
11-
"fix-inconsistent-responsive-height-selection": 0,
1211
"flexAdSlots": 0.05,
1312
"intersect-resources": 0,
1413
"ios-fixed-no-transfer": 0,

tools/experiments/experiments-config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,6 @@ export const EXPERIMENTS = [
168168
spec: 'https://github.com/ampproject/amphtml/issues/23568',
169169
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/24165',
170170
},
171-
{
172-
id: 'fix-inconsistent-responsive-height-selection',
173-
name: 'Fix inconsistent responsive height selection.',
174-
spec: 'https://github.com/ampproject/amphtml/issues/24166',
175-
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/24167',
176-
},
177171
{
178172
id: 'intersect-resources',
179173
name: 'Use IntersectionObserver for resource scheduling.',

0 commit comments

Comments
 (0)