Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: llays/amphtml

Tags

1812181822170

Toggle 1812181822170's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
import css (ampproject#19947)

1812131718380

Toggle 1812131718380's commit message
🐛 Fix FixedLayer attribute sync for amp-bind (ampproject#19805)

* Fix FixedLayer attribute sync for amp-bind

* Review comments

1812121952400

Toggle 1812121952400's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace test server port from 31862 to 8081 for better proxy support …

…in SauceLabs (ampproject#19832)

* Replace test server port from 31862 to 8081 for better proxy support in SauceLabs

* Restore batch size of 4 for SauceLabs

1812121929200

Toggle 1812121929200's commit message
Exclude facebook for iframe sandbox (ampproject#19828)

* Exclude facebook for iframe sandbox

* only apply to ads

* ad -> amp-ad

* typo

* excluding `facebook` and `embedly` and adding `allow-presentation`

* lint

* remove allow-presentation

* lint

1812102014220

Toggle 1812102014220's commit message
Fix paywall display conditions (ampproject#19733)

1812061946500

Toggle 1812061946500's commit message
🐛 Amp subscriptions reset fixes. (ampproject#19689)

* Reset  platform UX when resetting platforms, don't double initialize local platform.

1812051624460

Toggle 1812051624460's commit message
Skip failing test (ampproject#19645)

* skip bind test

* add todo

* skip more test

1811272154520

Toggle 1811272154520's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🏗 Properly annotate <amp-video> as MEDIA (ampproject#19406)

1811202351440

Toggle 1811202351440's commit message
🐛 amp-subscriptions platform reset all platforms on reauthorise (ampp…

…roject#19384)

* Clear all platforms on reAuthorise

* fix test

1811202257200

Toggle 1811202257200's commit message
Always set theme color to background color ✅ (ampproject#19391)

* Added theme-color based on accent color for ampstory

* Added theme-color based on accent color for ampstory

* Updated JSDoc for method

* fixed lint errors and test errors

* fixed suggestions from code review

* use computed style helper instead of getComputedStyle

* fixed tests, implemented code review suggestions