Skip to content

Tags: renovate-bot/amphtml

Tags

1529458017017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
📐 Reduce autoplay visibility ratio to 50% (ampproject#16109)

1529449959701

Start sending EID on canonical doubleclick fast fetch traffic again. (a…

…mpproject#16077)

* Fix invalid origin bug

* Feedback

* Fix new lint error

1529106593171

Start sending EID on canonical doubleclick fast fetch traffic again. (a…

…mpproject#16077)

* Fix invalid origin bug

* Feedback

* Fix new lint error

1529035559569

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
🐛 Only try to return an ampdoc shell if the ampdoc-shell experiment i…

…s on (ampproject#16048)

* Only try to return an ampdoc shell if the ampdoc-shell experiment is on

* JSDoc fixes

1528909142235

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛Report if defaultView is null in preconnect (ampproject#15993)

This is an attempt at fixing ampproject#15883.

The current suspicion is that the setTimeout call inside
`CustomElement#preconnect` delays the call to
`BaseElement#preconnectCallback`. During this delay, the parent window
is destroyed (maybe the iframe is removed from the DOM?), causing
`element.ownerDocument.defaultView` to return `null`.

It's frankly very surprising that timers would fire after a window is
destroyed, so we're only guarding `#preconnectCallback` for now. We may
later extend this to all timers if it fixes the bug.

1528841168349

Sidebar should not close when toolbar is present (ampproject#15990)

* Sidebar should not close  when toolbar is present

* Add jsdoc

1528416097273

Update whitelist (ampproject#15896)

1528391646530

Update whitelist (ampproject#15896)

1528302494869

SwG Release 0.1.22.13 (ampproject#15838)

1528247370025

Attempt to enable Safari 11.0 on SL (ampproject#15798)

* Attempt to enable Safari 11.0 on SL.

* Trigger tests on build system changes.