Skip to content

Tags: vitscool/amphtml

Tags

1467308799816

Toggle 1467308799816's commit message
Delete obsolete line

Fix ampproject#3788

1466794223483

Toggle 1466794223483's commit message
Fix xhr.assertSuccess promise (ampproject#3737)

* Fix xhr.assertSuccess promise.

* dont create another promise instance.

1466695738752

Toggle 1466695738752's commit message
Update doc for Facebook amp-social-share. Correct attributes (ampproj…

…ect#3720)

1466185787499

Toggle 1466185787499's commit message
add private properties of base-element to amp.extern (ampproject#3628)

1466102874838

Toggle 1466102874838's commit message
Do not obfuscated uppercase names. (ampproject#3590)

This is too aggressive while we don't have proper externs.

Fixes ampproject#3588 although no Criteo ad is showing.

1466016447690

Toggle 1466016447690's commit message
fix(csi): wait until messaging channel is established before flushing (

…ampproject#3580)

1465588263524

Toggle 1465588263524's commit message
fix shorthand lint error (ampproject#3532)

1464987951323

Toggle 1464987951323's commit message
chore(package): update jsdom to version 9.2.1 (ampproject#3374)

1464901132886

Toggle 1464901132886's commit message
Reset border-top for iOS in lightbox mode (ampproject#3407)

1464393900473

Toggle 1464393900473's commit message
Fixing hidden infinite loop in the build pending and attach cycle (am…

…pproject#3355)

* Only do the build resource loop if we are not already in one.

* Add tests

* outside the loop set flag.

* Protect with try-catch.

* cleanup

* build new resource test.

* Only add to pending if it's not built.

* Add comments.