Skip to content

Commit

Permalink
Merge from qa
Browse files Browse the repository at this point in the history
  • Loading branch information
tkadlec committed Apr 5, 2023
2 parents 0825593 + 5406c38 commit 04e062d
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 32 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion internal/chrome_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def launch(self, job, task):
if len(ENABLE_BLINK_FEATURES):
args.append('--enable-blink-features=' + ','.join(ENABLE_BLINK_FEATURES))
if task['running_lighthouse']:
args.append('--headless')
args.append('--headless=new')

if 'extensions' in job:
extensions = job['extensions'].split(',')
Expand Down
1 change: 0 additions & 1 deletion internal/devtools_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ def run_lighthouse_test(self, task):
'"{0}"'.format(self.job['url']),
'--channel', 'wpt',
'--enable-error-reporting',
'--legacy-navigation',
'--disable-full-page-screenshot',
'--max-wait-for-load', str(int(time_limit * 1000)),
'--hostname', '127.0.0.1',
Expand Down
90 changes: 86 additions & 4 deletions internal/support/trace_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5929,6 +5929,83 @@ def main():
"4448": "WindowPlacementPermissionDescriptorUsed",
"4449": "WindowManagementPermissionPolicyParsed",
"4450": "WindowPlacementPermissionPolicyParsed",
"4451": "ContentDispositionInSvgUse",
"4452": "SameDocumentCrossOriginInitiator",
"4453": "ServiceWorkerFetchHandlerModifiedAfterInitialization",
"4454": "OptionLabelInQuirksMode",
"4455": "ParseFromStringIncludeShadows",
"4456": "WebAppEnableScopeExtensions",
"4457": "ServiceWorkerBypassFetchHandlerForMainResourceByOriginTrial",
"4458": "V8RegExpUnicodeSetIncompatibilitiesWithUnicodeMode",
"4459": "FedCmAutoReauthn",
"4460": "TopicsAPIFetch",
"4461": "TopicsAPIXhr",
"4462": "ParseFromString",
"4463": "HTMLPatternRegExpUnicodeSetIncompatibilitiesWithUnicodeMode",
"4464": "PopoverTypeAuto",
"4465": "PopoverTypeManual",
"4466": "PopoverTypeInvalid",
"4467": "CSSAnchorPositioning",
"4468": "ServiceWorkerEventHandlerAddedAfterInitialization",
"4469": "ServiceWorkerEventHandlerModifiedAfterInitialization",
"4470": "AuthorizationCrossOrigin",
"4471": "CSSColorMixFunction",
"4472": "CSSColorColorSpecifiedSpace",
"4473": "CSSColorLabOklab",
"4474": "CSSColorLchOklch",
"4475": "CreateNSResolverWithNonElements2",
"4476": "GetDisplayMediaWithPreferCurrentTabTrue",
"4477": "FencedFrameConfigAttribute",
"4478": "URLSearchParams_Has_Delete_MultipleArguments",
"4479": "PaymentHandlerMinimalHeaderUX",
"4480": "PopoverTypeHint",
"4481": "WebGPUWebCodecs",
"4482": "RTCPeerConnectionLegacyGetStatsTrial",
"4483": "ExecutedEmptyJavaScriptURLFromFrame",
"4484": "ExecutedJavaScriptURLFromFrame",
"4485": "ServiceWorkerBypassFetchHandlerForSubResource",
"4486": "CSSAtRuleInitial",
"4487": "PrivateAggregationApiFledgeExtensions",
"4488": "DeprecatedInterestGroupDailyUpdateUrl",
"4489": "CSSColorGradientColorSpace",
"4490": "DanglingMarkupInWindowName",
"4491": "DanglingMarkupInWindowNameNotEndsWithNewLineOrGT",
"4492": "DanglingMarkupInWindowNameNotEndsWithGT",
"4493": "DanglingMarkupInTarget",
"4494": "DanglingMarkupInTargetNotEndsWithGT",
"4495": "DanglingMarkupInTargetNotEndsWithNewLineOrGT",
"4496": "AttributionFencedFrameReportingBeacon",
"4497": "IframeBrowsingTopicsAttribute",
"4498": "SpeculationRulesSelectorMatches",
"4499": "SpeculationRulesExplicitEagerness",
"4500": "SpeculationRulesEagernessConservative",
"4501": "SpeculationRulesEagernessModerate",
"4502": "SpeculationRulesEagernessEager",
"4503": "URLSetPortCheckOverflow",
"4504": "V8Animation_RangeStart_AttributeGetter",
"4505": "V8Animation_RangeStart_AttributeSetter",
"4506": "V8Animation_RangeEnd_AttributeGetter",
"4507": "V8Animation_RangeEnd_AttributeSetter",
"4508": "V8StorageBucket_Persist_Method",
"4509": "V8StorageBucket_Persisted_Method",
"4510": "V8StorageBucket_Estimate_Method",
"4511": "V8StorageBucket_Durability_Method",
"4512": "V8StorageBucket_SetExpires_Method",
"4513": "V8StorageBucket_Expires_Method",
"4514": "V8StorageBucket_IndexedDB_AttributeGetter",
"4515": "V8StorageBucket_Locks_AttributeGetter",
"4516": "V8StorageBucket_Caches_AttributeGetter",
"4517": "V8StorageBucket_GetDirectory_Method",
"4518": "V8StorageBucketManager_Keys_Method",
"4519": "V8StorageBucketManager_Delete_Method",
"4520": "NavigatorUAData_GetHighEntropyValues",
"4521": "SchedulerYield",
"4522": "HtmlClipboardApiUnsanitizedRead",
"4523": "HtmlClipboardApiUnsanitizedWrite",
"4524": "AsyncClipboardAPIUnsanitizedRead",
"4525": "WindowOpenFullscreenRequested",
"4526": "FullscreenAllowedByWindowOpen",
"4527": "AttributeValueContainsLtOrGt",
}

##########################################################################
Expand Down Expand Up @@ -6625,10 +6702,15 @@ def main():
"737": "CSSPropertyFontVariantPosition",
"738": "CSSPropertyFontVariantAlternates",
"739": "CSSPropertyBaselineSource",
"740": "CSSAnimationRange",
"741": "CSSAnimationRangeStart",
"742": "CSSAnimationRangeEnd",
"743": "CSSAnimationComposition",
"740": "CSSPropertyAnimationRange",
"741": "CSSPropertyAnimationRangeStart",
"742": "CSSPropertyAnimationRangeEnd",
"743": "CSSPropertyAnimationComposition",
"744": "CSSPropertyTopLayer",
"745": "CSSPropertyAnchorDefault",
"746": "CSSPropertyTextWrap",
"747": "CSSPropertyTextBoxTrim",
"748": "CSSPropertyOverlay",
}

if '__main__' == __name__:
Expand Down

0 comments on commit 04e062d

Please sign in to comment.