Tags: renovate-bot/amphtml
Tags
📐 Reduce autoplay visibility ratio to 50% (ampproject#16109)
Start sending EID on canonical doubleclick fast fetch traffic again. (a… …mpproject#16077) * Fix invalid origin bug * Feedback * Fix new lint error
Start sending EID on canonical doubleclick fast fetch traffic again. (a… …mpproject#16077) * Fix invalid origin bug * Feedback * Fix new lint error
🐛 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
🐛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.
Sidebar should not close when toolbar is present (ampproject#15990) * Sidebar should not close when toolbar is present * Add jsdoc
Attempt to enable Safari 11.0 on SL (ampproject#15798) * Attempt to enable Safari 11.0 on SL. * Trigger tests on build system changes.
PreviousNext