Skip to content

Tags: percheniy/amphtml

Tags

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

1463100049195

Toggle 1463100049195's commit message
Fix issue with zeros when reporting access analytics (ampproject#3206)

1463071969513

Toggle 1463071969513's commit message
Fix the issues with post-download upgrade (ampproject#3192)

1462999126709

Toggle 1462999126709's commit message
Fix the issues with post-download upgrade (ampproject#3192)

1462569871321

Toggle 1462569871321's commit message
IE: resolve the matchMedia problem (ampproject#3112)

* IE: resolve the matchMedia problem

* linter

* Protect from both min-width and max-width errors

1462467310879

Toggle 1462467310879's commit message
Fix getComputedStyle=null issue on Firefox (ampproject#3103)

* Fix getComputedStyle=null issue on Firefox

* fixes

1462305134738

Toggle 1462305134738's commit message
Fix issue where observeIntersection was not returning the unlisten fu… (

ampproject#3060)

1462240285812

Toggle 1462240285812's commit message
chore(package): update promise-pjs to version 1.1.1 (ampproject#3072)

1461622879958

Toggle 1461622879958's commit message
Implement AMP-side click measurement. (ampproject#2969)

Introduces a redirect-avoidance mechanism that enables referrers to track a link invocation without an intermediate redirect by passing a URL to AMP via a fragment param. This change is experiment guarded.

Also introduces a small new binary for use on the referrer side (e.g. inside of an ad creative) that helps with constructing the respectives URLs and preconnects to AMP.

Primary implementation of ampproject#2934