Skip to content

Tags: UrakFerraz/amphtml

Tags

1534445750553

Toggle 1534445750553's commit message
Avoid calling Object.assign before polyfill is installed. (ampproject…

…#17544)

1534444305877

Toggle 1534444305877's commit message
Avoid calling Object.assign before polyfill is installed. (ampproject…

…#17544)

1534366245210

Toggle 1534366245210's commit message
Fix doc.fonts.values presence check in font-display-swap experiment (a…

…mpproject#17408)

1534360330773

Toggle 1534360330773's commit message
Fix doc.fonts.values presence check in font-display-swap experiment (a…

…mpproject#17408)

1534278312424

Toggle 1534278312424's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug where zoom button is not initialized (ampproject#17489)

1533924452420

Toggle 1533924452420's commit message
Remove CSS Scroll Snap from 1% Canary (ampproject#17366)

1533692711873

Toggle 1533692711873's commit message
CSS RTL improvements to amp-story 🖍 (ampproject#17248)

* rewrite bookend css to use flexbox

* fix heading

* fixes consent

* clean ups

* support for consent

* fixes consent

* support hint overlay

* fix getResources in amp-story-consent

* cleanups

* fix progress bar selector

* use right order for measuremutate method

* nit space

* reviews

* comment cleanups

1533253141109

Toggle 1533253141109's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✓ CRC32 Implementation (ampproject#17264)

* crc impl

* comments

1533168552513

Toggle 1533168552513's commit message
Call onMeasureChanged after firstAttachedCallback (ampproject#17225)

`onMeasureChanged` is only called when the size of the custom element is
changed. However, we may not have been upgraded when the size last
changed, meaning the noop version was called.

When the element is upgraded, assume it's measurements have been
changed.

1533058547995

Toggle 1533058547995's commit message
🔥Fixing the story hint z-index. (ampproject#17214)