Skip to content

Tags: hrkhal/amphtml

Tags

1902081532110

Toggle 1902081532110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace common signal CHANGE_SIZE_END with a change size event. (ampp…

…roject#20728)

1902072121410

Toggle 1902072121410's commit message
Revert "Enables layers in canary (ampproject#20512)" (ampproject#20699)

This reverts commit 3946427.

1901312147090

Toggle 1901312147090's commit message
Create ads/google/a4a/shared/ directory (ampproject#20620)

This is intended to make <amp-ad type=adsense> and
<amp-ad type=doubleclick> code easier to maintain going forward by
keeping it in sync with proprietary Google code located elsewhere that
hits the same endpoints.

1901302225410

Toggle 1901302225410's commit message
Revert "🐛async-input: Fixed NonXHR GET on amp-form with Async Input E…

…lements (ampproject#20362)" (ampproject#20601)

This reverts commit de0ea8e.

1901242049580

Toggle 1901242049580's commit message
🐛story: fix fie querySelector (ampproject#20506)

* fix querySelector error

* use element

1901241837330

Toggle 1901241837330's commit message
Revert new user error in purifier. (ampproject#20501)

1901232142340

Toggle 1901232142340's commit message
Fixing background-audio on amp-story-page. (ampproject#20477)

1901231933480

Toggle 1901231933480's commit message
Split up element/attr user errors, ignore bindings. (ampproject#20407)

1901222107370

Toggle 1901222107370's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Additional logic for carousel v2. (ampproject#20439)

* Additional logic for carousel v2.

- Update the current index on scroll
- Move slides around on scroll
- Implement scroll position restoration (when resetting the reference
point or when rotating)
- Ignore attributes that have no configuration option
- Make media query attribute parsing logic more robust
- Unskip tests.

1901181700510

Toggle 1901181700510's commit message
🐛Move GEO_IN_GROUP types to pure file (ampproject#20411)

* Move GEO_IN_GROUP types to pure file

Fixes ampproject#20392

* Fix tests