catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.91k stars 562 forks source link

Deprecation warning, features removed in March 2019 #4608

Open JustinBeckwith opened 5 years ago

JustinBeckwith commented 5 years ago

When using the compiled html timeline viewer, it's dropping a few warnings in the console:

[Deprecation] HTML Imports is deprecated and will be removed in M73, around 
March 2019. Please use ES modules instead. See 
https://www.chromestatus.com/features/5144752345317376 for more details.
trace_viewer_full.html:3712
[Deprecation] document.registerElement is deprecated and will be removed in 
M73, around March 2019. Please use window.customElements.define instead. 
See https://www.chromestatus.com/features/4642138092470272 for more details.
(anonymous) @ trace_viewer_full.html:3712
(anonymous) @ trace_viewer_full.html:3712
trace_viewer_full.html:3892 
[Deprecation] Element.createShadowRoot is deprecated and will be removed in M73, 
around March 2019. Please use Element.attachShadow instead. See
 https://www.chromestatus.com/features/4507242028072960 for more details.
benshayden commented 5 years ago

https://chromium-review.googlesource.com/c/catapult/+/769649 https://chromium-review.googlesource.com/c/catapult/+/1093433

yoichio commented 5 years ago

Still it warns and catapult doesn't work on chrome.exe --disable-blink-features=HTMLImports,ShadowDOMV0,CustomElementsV0