Skip to content

Commit

Permalink
Merge pull request #627 from HTTPArchive/features
Browse files Browse the repository at this point in the history
July 2023 update of Chrome feature name mappings
  • Loading branch information
pmeenan authored Jul 6, 2023
2 parents 9ec4141 + 12da79c commit eda8e98
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions internal/support/trace_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6059,6 +6059,24 @@ def main():
"4578": "LongAnimationFrameRequested",
"4579": "FedCmLoginHint",
"4580": "FedCmRpContext",
"4581": "EventTimingArtificialPointerupOrClick",
"4582": "AbortSignalAny",
"4583": "FedCmIdpSigninStatusApi",
"4584": "FedCmIdpSigninStatusJsApi",
"4585": "ExecCommand",
"4586": "WebGPUQueueSubmit",
"4587": "WebGPUCanvasContextGetCurrentTexture",
"4588": "EditContext",
"4589": "ServiceWorkerStaticRouter_RegisterRouter",
"4590": "ServiceWorkerStaticRouter_Evaluate",
"4591": "ClientHintsUAFormFactor",
"4592": "URLSearchParamsHasFnBehaviourDiverged",
"4593": "URLSearchParamsDeleteFnBehaviourDiverged",
"4594": "TextWrapPretty",
"4595": "TextWrapPrettyFail",
"4596": "ContainerQueryEvalUnknown",
"4597": "EventTimingPresentationPromiseResolvedAfterReport",
"4598": "GetCoalescedEventsInInsecureContext",
}

##########################################################################
Expand Down Expand Up @@ -6779,6 +6797,8 @@ def main():
"761": "CSSPropertyScrollStartTarget",
"762": "CSSPropertyTimelineScope",
"763": "CSSPropertyScrollbarColor",
"764": "CSSPropertyWordBoundaryDetection",
"765": "CSSPropertyPositionFallbackBounds",
}

if '__main__' == __name__:
Expand Down

0 comments on commit eda8e98

Please sign in to comment.