Skip to content

Tags: edgequery/amphtml

Tags

2011070101000

Toggle 2011070101000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
amp-o2-player changed owners (ampproject#31011)

* amp-o2-player changed owners

* amp-o2 prettier fixes

* amp-o2 fix

* amp-o2 fix

* amp-o2-player added owners

2011052200000

Toggle 2011052200000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Q4 survey back in (ampproject#30792)

2010302236001

Toggle 2010302236001's commit message
resources: relayoutAll should invalidate premeasurements (ampproject#…

…30937)

* resources: relayoutAll should invalidate premeasurements

* add unit test

* remove extra log

* kbax nits: r --> resource

* jridgewell nit

(cherry picked from commit c983809)

2011042252000

Toggle 2011042252000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
amp-ad 3p: remove viewportCallback (ampproject#30995)

2011040018000

Toggle 2011040018000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sync for validator/cpp/engine (ampproject#30994)

* Remove the file extension for script tags in spec_names/messages (`.js`)

This is part 1 of 2.

With the introduction of module/nomodule the file extension for scripts may
be either `.js` or `.mjs` and not always `.js`. This change will allow for the
simplification of handling `also_requires_tag` and `also_requires_tag_warning`.
The latter is used by `amp-ad` and `amp-video`.

The purpose is to allow a single `also_requires_tag_warning` to cover all
variations of script types (regular, module, nomodule, module SXG) with a
single expression (`amp-ad extension script`). The engine will see this and
apply it to any extension script type. That change will come in part 2.

This changes:

`amp-extname extension .js script` to `amp-extname extension script`
`amphtml engine v0.js script` to `amphtml engine script`

PiperOrigin-RevId: 339147096

* Alternative tagspecs may meet also_requires_tag_warning requirements

This is part 2 of 2. Part 1 is cl/339147096.

The purpose is to allow a single `also_requires_tag_warning` to cover all
variations of script types (regular, module, nomodule, module SXG) with a
single expression (e.g. `amp-ad extension script`). The engine will see
`extension script` and apply it to any extension script type with the same
extension spec name.

PiperOrigin-RevId: 339898343

Co-authored-by: honeybadgerdontcare <sedano@google.com>

2011022244000

Toggle 2011022244000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Turn on esm tests (ampproject#28336)

* temp

* temp

* add conditional to the css removal

* add travis entry

* add esm-tests.js file

* minor fix to add coverage

* remove compiled to test

* add compiled back in

* Revert "🏗♻️ Consolidate all `babel` configs into `babel.config.js` (ampproject#27576)"

This reverts commit f801a93.

* temp

* temp

* reset this to be close to master

* temp

* temp

* temp

* temp

* for non dev builds (compiled, rtv) take into account the module build for regex replace

* temp

* remove debuggers

* temp

* apply recs

* remove runner.js

* apply recs

* add --esm flag to integration run

* download dist output as we need f.js/integration.js from dist nomodule

* allow cors explicitly for mjs files GET requests

* add flag to overwrite when unzipping

* fix test type inference

* apply recs

2010302236000

Toggle 2010302236000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
📦 Update dependency jasmine to v3.6.3 (ampproject#30936)

2010300003000

Toggle 2010300003000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
📦 Update dependency google-closure-library to v20201006 (ampproject#3…

…0919)

2010132225003

Toggle 2010132225003's commit message
Fix story stretched poster images by removing media pool default sour…

…ces. (ampproject#30652)

* Fixing stretched poster images by removing default sources.

* Reset HTMLMediaElement state, including readyState, when removing the sources.

(cherry picked from commit c64b8d2)

2010282221000

Toggle 2010282221000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨Add NWS as supported vendor for story ads (ampproject#30897)