Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Introduce new tick event cls (Cumulative Layout Shift). #23200

Merged
merged 7 commits into from Jul 16, 2019

Conversation

ericandrewlewis
Copy link
Contributor

Fixes #23154

This introduces a bit of duplication with existing code for layout jank support. I've suggested we remove layout jank support in ~a month, see #23198.

@jridgewell jridgewell merged commit 1f72e57 into ampproject:master Jul 16, 2019
rindo pushed a commit to logly/amphtml that referenced this pull request Jul 24, 2019
…ct#23200)

* Introduce new tick event `cls` (Cumulative Layout Shift).

Fixes ampproject#23154

* Add CLS to tickevent docs

* Lint fixes

* Add PerformanceObserver.supportedEntryTypes type def.

This should be removed when the definition is released in
closure-compiler.

* Fix stubbing of supportedEntryTypes property

* PerformanceObserver is not defined in headless browser test environment

* empty
thekorn pushed a commit to edelight/amphtml that referenced this pull request Sep 11, 2019
…ct#23200)

* Introduce new tick event `cls` (Cumulative Layout Shift).

Fixes ampproject#23154

* Add CLS to tickevent docs

* Lint fixes

* Add PerformanceObserver.supportedEntryTypes type def.

This should be removed when the definition is released in
closure-compiler.

* Fix stubbing of supportedEntryTypes property

* PerformanceObserver is not defined in headless browser test environment

* empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce new tick event cls (Cumulative Layout Shift)
3 participants