Skip to content

Tags: protonate/amphtml

Tags

1475106123549

Toggle 1475106123549's commit message
Fix amp img lightbox (ampproject#5279)

* ImageViewer class does not inherit `loadPromise`

* add simple test

* bind the function passed in since it is an instance method

1474668269104

Toggle 1474668269104's commit message
don't remove side effect dist --fortesting (treated as dev) (ampproje…

…ct#5202)

1474416231090

Toggle 1474416231090's commit message
Snap to the correct slide on orientationChange. (ampproject#5120)

* Snap to the correct slide on orientationChange.

* Add tests

1474323496004

Toggle 1474323496004's commit message
Rename ampdocFor to ampdocServiceFor (ampproject#5088)

1474310684773

Toggle 1474310684773's commit message
Revert "Standalone Doc: Only allow VISIBLE and HIDDEN visibility state (

ampproject#4732)" (ampproject#5083)

This reverts commit 5240c6d.

1474060428356

Toggle 1474060428356's commit message
Escape font family with single quotes for fontloader. (ampproject#5035)

1474051147659

Toggle 1474051147659's commit message
InMobi Ad extension for AMP (ampproject#4886)

* InMobi ad for amp

* Made changes for renderStart and noContentAvailable for NFR

* Fixed indentations and minor doc changes

1473894434081

Toggle 1473894434081's commit message
Ensure canary cuts always run Travis. (ampproject#4973)

Canary cuts are hard checkouts, meaning they have no previous commit to
compare against. Because there's no comparison, the diff check would
return an empty string. Because the empty string passes the "not
anything that's not a doc change" check, it would skip Travis.

1473791909894

Toggle 1473791909894's commit message
amp-ad file size fix : DO NOT import from integration.js (ampproject#…

…4951)

1473441896765

Toggle 1473441896765's commit message
Several improvements to error reporting (ampproject#4878)

- thread through canary state into 3p iframe and report it.
- change throttling of error reporting by another factor of 10 for general traffic.

Unrelated: Forbid usage of `Object.assign` in 3p code as this showed up in error reports.