Skip to content

Tags: jsadwith/amphtml

Tags

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.

1464114189508

Toggle 1464114189508's commit message
Fix infinite loop :( (ampproject#3310)

1463696122848

Toggle 1463696122848's commit message
Small lint fixes (from pulling this into our internal codebase). (amp…

…project#3262)

1463506087793

Toggle 1463506087793's commit message
Disables cross-iframe code sharing for Twitter. (ampproject#3242)

Fixes loading of tweets in browsers that do iframe throttling, because they would sometimes throttle operations that belong to a visible fame, but are attributed to the master frame.

Workaround for ampproject#3220