Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Sync teads #4

Merged
merged 3,201 commits into from
Jun 1, 2021
Merged

Sync teads #4

merged 3,201 commits into from
Jun 1, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 1, 2021

  1. 🐛 amp-youtube 1.0: forward mute method (ampproject#34221)

    Previous oversight.
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    14cb631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ac172d View commit details
    Browse the repository at this point in the history
  3. ✨ added support for consent for Taboola amp-analytics (ampproject#34166)

    * added support for consent for Taboola amp-analytics
    
    * fixed the consent substitution variable name
    
    * fixed the consent substitution name
    
    * fixed unit tests
    udaya-m-taboola authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ce28fa0 View commit details
    Browse the repository at this point in the history
  4. Types: fix all type parse errors and ensure no new ones crop up (ampp…

    …roject#34105)
    
    * Types: fix all type parse errors
    
    * self nits
    
    * run prettier
    
    * fix a new parse error, make low-bar target
    samouri authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b3a892b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c823ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea039cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1437fe View commit details
    Browse the repository at this point in the history
  8. ♻️ Types: opt for null shorthand (ampproject#34233)

    * types: shorthand for |null
    
    * a few more
    
    * fix test
    samouri authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e3c1912 View commit details
    Browse the repository at this point in the history
  9. 📦 Update core dependencies (ampproject#34146)

    Co-authored-by: Raghu Simha <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4702024 View commit details
    Browse the repository at this point in the history
  10. ♻️ Enable type-checking src/polyfills in CI (ampproject#34239)

    * Clean up directory globs
    
    * Move src/core srcs+externs to const arrays
    
    * Exclude fetch/get-bounding-client-rect for now
    
    * Provide extern for promise-pjs polyfill
    
    * Fix types and add comments in abort-controller
    
    * Fix types and add comments in intersection-observer-stub
    
    * Remove @Suppress {checkTypes} from promise
    
    * Fix @this type for document.contains() polyfill
    
    * Remove unneeded typecast to unknown
    
    * Fix types and add comments in resize-observer-stub
    
    * Fix types and add comments in custom-elements
    
    * Add !
    
    * Fix types in get-bounding-client-rect
    
    * Add more !
    
    * Lint fixes
    
    * Allow custom-element.externs.js to use window
    
    * Revert no-op JSDoc changes
    
    * Remove connected callback externs and typecast instead
    
    * Clean up typedefs for observer stubs
    
    * Fix typo
    
    * Dedupe typedef
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    68f6861 View commit details
    Browse the repository at this point in the history
  11. 🐛 amp-brightcove: improve autoplay handling (ampproject#34207)

    Following an update to the Brightcove Player's AMP support plugin, this update makes sure autoplay is handled correctly in all cases.
    
    - Removes any autoplay query param, including the interim autoplay=false
    - Distinguishes play messages sent through postmessage which are autoplay requests
    mister-ben authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f2fcda2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e6e932 View commit details
    Browse the repository at this point in the history
  13. [bento][npm] Add package.json for all bento components with npm defin…

    …ition (ampproject#34087)
    
    * Add package.json for all bento components with npm definition
    
    * Add newline at end of file
    
    * Fix indentation
    
    * Newline at end of file
    
    * Fix newline
    
    * Add recently published timeago, update NPM definitions
    
    * Remove package for render, sidebar, twitter which are not published
    
    * Update version for amp-timeago package
    krdwan authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4ff9a35 View commit details
    Browse the repository at this point in the history
  14. ♻️ Name amp-ima-video methods uniformly for Bento (ampproject#34246)

    Rename `postMessage` method names so that they're uniform with `VideoIframe`'s. This simplifies the upcoming Bento implementation.
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    3307a6a View commit details
    Browse the repository at this point in the history
  15. Remove consent storage limit for viewer (ampproject#34054)

    Micajuine Ho authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    32a81fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a5929f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8a39a76 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c918e75 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e268d2a View commit details
    Browse the repository at this point in the history
  20. ♻️ 📖 Global dep-check rule for Bento video (ampproject#34252)

    We can more simply allow `extensions/**` files to import specific files from `amp-video/1.0`. It should be ok in any case.
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0471ce4 View commit details
    Browse the repository at this point in the history
  21. 🏗 runtime: allow for iterator polyfill (ampproject#34249)

    * runtime: allow for iterator polyfill
    
    * Empty commit
    
    * lint!
    samouri authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    56d396f View commit details
    Browse the repository at this point in the history
  22. Bento: Prepare Twitter Preact implementation (ampproject#34194)

    * Do not override user given height until message gives one
    
    * Support tweetid directly
    
    * Support bootstrap directly
    
    * Add unit tests
    
    * Support momentid directly
    
    * Add Storybook samples for additional options
    
    * Use Sinon syntax for spying on setter
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bcafa07 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e3b9e4d View commit details
    Browse the repository at this point in the history
  24. ✅ ♻️ <amp-ima-video> test is not an AMP element test (ampproject#34230

    )
    
    The existing file `test-amp-ima-video.js` is a misnomer since it does not actually test the `<amp-ima-video>` element, only what it loads inside the frame.
    
    Accordingly, rename `test-amp-ima-video.js` as `test-ima-video-internal.js`. Also remove stubs specific to the AMP runtime, since it doesn't run inside the iframe.
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d3615ba View commit details
    Browse the repository at this point in the history
  25. 🚀 Remove Error classification (ampproject#34257)

    * Remove Error classification
    
    * Left over let declaration
    
    * Remove jse error field
    kristoferbaxter authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    3e92162 View commit details
    Browse the repository at this point in the history
  26. 🏗 amp-subscriptions* owners update (ampproject#34261)

    * Update OWNERS
    
    * Update OWNERS
    jpettitt authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    c39eb6a View commit details
    Browse the repository at this point in the history
  27. SwG Release 5/5/21 (ampproject#34238)

    Elijah Soria authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    44e08b4 View commit details
    Browse the repository at this point in the history
  28. 🏗️ Simplify enabling npm bundle for components (ampproject#34262)

    * Simplify enabling npm bundle
    
    * %s/const/let/
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    893c59d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6e6bbeb View commit details
    Browse the repository at this point in the history
  30. ♻️ refactor: move builtin components to their own folders (ampproject…

    …#34237)
    
    * refactor: move builtin components to their own folders. organization++
    
    * fix imports / and references in md files.
    
    * closure glob include
    samouri authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a557b78 View commit details
    Browse the repository at this point in the history
  31. ✨ [Amp story] Add amp-story-page-outlink component (ampproject#34171)

    * Fix conflicts.
    
    * Advancement, test and comment.
    
    * querySelector
    
    * Fix conflicts.
    
    * Validator, component and template.
    
    * Fix merge conflicts.
    
    * Remove duplicate code.
    
    * Outlink validator rule.
    
    * Alphabetize
    processprocess authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0ebd102 View commit details
    Browse the repository at this point in the history
  32. amp-twitter: Add Storybook samples (ampproject#34273)

    * Add comprehensive Storybook samples for amp-twitter
    
    * Add deleted and invalid tweet-id cases
    
    * Name exported functions in PascalCase
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bcd748b View commit details
    Browse the repository at this point in the history
  33. 📖 Update LTS release docs to indicate supported AMP flavors (ampproje…

    …ct#34258)
    
    * Update lts-release.md
    
    * Update lts-release.md
    newmuis authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    52f5f1a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    36070a8 View commit details
    Browse the repository at this point in the history
  35. 🏗 Disable JSDoc requirement on Storybook files (ampproject#34255)

    Disable `require-jsdoc` since it auto-fixes, and we don't need JSDoc in these locations.
    
    We preserve the following rules since they ensure correctness, like type-check already does.
    
    jsdoc/check-param-names
    jsdoc/check-tag-names
    jsdoc/check-types
    jsdoc/require-param
    jsdoc/require-param-name
    jsdoc/require-param-type
    jsdoc/require-returns
    jsdoc/require-returns-type
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    31215c2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d4c56a6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8fd9cb3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    013022c View commit details
    Browse the repository at this point in the history
  39. 🖍 [Amp story] [Page attachments] Style adjustments (ampproject#34275)

    * SVG edit
    
    * SVG adjustment.
    
    * Drop shadows.
    
    * Prevent clipping of decenders. Drop shadow.
    processprocess authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cd13c7b View commit details
    Browse the repository at this point in the history
  40. ♻️ [bento][amp-stream-gallery] Split component files for NPM Packaging (

    ampproject#34208)
    
    * Split amp-stream-gallery
    
    * Rename jss and type files
    
    * Review comments
    
    * Add package.json file
    
    * Fix indentation
    
    * Update npm and latest version in config
    
    * Update dependency config
    
    * Update zindex doc
    
    * Update npm definition
    krdwan authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0fc9330 View commit details
    Browse the repository at this point in the history
  41. [bento][amp-sidebar] SSR compatible design for Sidebar Toolbar (amppr…

    …oject#34158)
    
    * SSR compatible design for Toolbar
    
    * Various code review comments from Caroline
    
    * Additional review comments
    
    * Review comments
    
    * Remove unused import
    
    * Add sanitation
    
    * Update sanitization method
    
    * Update return type for helper function
    
    * Remove truthiness checks that are redundant
    
    * Add unit tests
    krdwan authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    86c5fb9 View commit details
    Browse the repository at this point in the history
  42. ♻️ 🏗 Fix type errors in runtime-test-base (ampproject#34161)

    * fix types in runtime-test-base
    rileyajones authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    22626c3 View commit details
    Browse the repository at this point in the history
  43. ♻️ 🏗 Create proxy for kleur/colors to expand typing. (ampproject#34243)

    * references to kleur/colors now pass through build-system/common/colors
    
    Co-authored-by: Raghu Simha <[email protected]>
    
    * update babel.config
    rileyajones authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6cdf137 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    197fd77 View commit details
    Browse the repository at this point in the history
  45. Check video duration when setting AutoAdvance default (ampproject#34153)

    * Handle AutoAdvance duration
    
    * Update extensions/amp-story/1.0/amp-story-page.js
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    
    * Update extensions/amp-story/1.0/page-advancement.js
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    
    Co-authored-by: Gabriel Majoulet <[email protected]>
    Co-authored-by: Enrique Marroquin <[email protected]>
    3 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    70e4530 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    ee0a0ba View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    97b4a2e View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    254e423 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5a5425a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    1625dad View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0f27692 View commit details
    Browse the repository at this point in the history
  52. amp-twitter:1.0 - Allow binding to data-tweetid and other configurati…

    …on attrs (ampproject#34296)
    
    * Add Storybooks for mutation
    
    * Reload iframe when context (via name) changes
    
    * Add unit test
    
    * PascalCase
    
    * Named vars in test
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    16bdb42 View commit details
    Browse the repository at this point in the history
  53. 🚮 Remove unused font from examples (ampproject#34309)

    * 🚮 Remove unused font from examples
    
    * Remove CSS uses without <link>
    
    * update validator files
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    18a5070 View commit details
    Browse the repository at this point in the history
  54. ✨ Add parameter to configure amp-story-player animation (ampproject#3…

    …4204)
    
    * added animation options
    
    * Removed animation from behaviordef
    
    * Added newline on player
    
    * Added documentation on options
    
    * Use next to toggle animation
    
    * Use transitionend
    
    * Using classes for CSS
    
    * Reverted requestAnimationFrame promise
    
    * Added tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    
    * Use true instead of property
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6456014 View commit details
    Browse the repository at this point in the history
  55. 🐛 [amp-lightbox-gallery] Use declared amp-carousel extension to build…

    … carousel (ampproject#34292)
    
    * init
    
    * nit
    Micajuine Ho authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    831556d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    08ab48e View commit details
    Browse the repository at this point in the history
  57. ♻️ <amp-ima-video>: Serialize children (ampproject#34229)

    `<amp-ima-video>` takes children like:
    
    ```
    <amp-ima-video>
      <source data-foo="bar" src="src" />
      <track src="src" />
    </amp-ima-video>
    ```
    
    These were previously serialized as HTML on `buildCallback` to be pass to the iframe to (unsafely) write onto `innerHTML`:
    
    ```
    <amp-ima-video
      data-child-elements='<source data-foo="bar" src="src" /><track src="src" />'
    ></amp-ima-video>
    ```
    
    To prepare for a Bento implementation, we serialize into a JSON format that a Preact component can build more simply and safely:
    
    ```
    [
      ["SOURCE", {"data-foo": "bar", "src": "src"}],
      ["TRACK", {"src": "src"}]
    ]
    ```
    
    This change only affects the interface between the `<amp-ima-video>` element and its own proxy `<iframe>`. It does not affect anything author-facing since they will continue to write children `<source>` and `<track>` elements as such.
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6539166 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e83dba3 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    797724f View commit details
    Browse the repository at this point in the history
  60. Bento: Assign placeholder and fallback elements to service slot (ampp…

    …roject#34310)
    
    * Pass placeholder and fallback to shadow
    
    * Add unit test
    
    * Type annotation
    
    * Remove auto import
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    922dc29 View commit details
    Browse the repository at this point in the history
  61. 📦 Update linting devDependencies (ampproject#34288)

    Co-authored-by: Raghu Simha <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1d8aac4 View commit details
    Browse the repository at this point in the history
  62. 📦 Update dependency esbuild to v0.11.19 (ampproject#34147)

    * 📦 Update dependency esbuild to v0.11.19
    
    * Add workaround for evanw/esbuild#1202
    
    * Hack: leave .mjs as esm
    
    * cleanup
    
    * experiment with excluding all of node_modules instead of just .mjs files.
    
    * update comment
    
    * nit:hoist
    
    Co-authored-by: Raghu Simha <[email protected]>
    Co-authored-by: Jake Fried <[email protected]>
    3 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0e6c4a1 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    6cfa732 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    9076e7c View commit details
    Browse the repository at this point in the history
  65. 🐛✨ [amp-ad] [amp-auto-ads] Firstimpression.io: more debug options, (a…

    …mpproject#34170)
    
    * FirstImpression.io: debug parameters also as query search parameters
    
    * FirstImpression.io: use pageViewId64, more debug options
    Zer0Divis0r authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d9c0ea0 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    8a8df2c View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    aa75312 View commit details
    Browse the repository at this point in the history
  68. 🐛 [Amp story] [Page attachments] [Outlink] Split outlink codepaths fo…

    …r open attachment (ampproject#34330)
    
    * Split outlink codepaths.
    
    * Lint.
    processprocess authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ea3f07f View commit details
    Browse the repository at this point in the history
  69. ♻️ Modernize some core code (ampproject#34280)

    * Use null coalesce and deferred
    
    * Use for...of instead of forEach
    
    * Simplify Deferred class
    
    * Tweak Observable to use removeItem, for..of, ??
    
    * Fix typo
    
    * %s/break/continue/
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8423901 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    b1a818d View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    8234917 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    7bcdb3a View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    0114661 View commit details
    Browse the repository at this point in the history
  74. Add unit tests for amp-facebook-comments:0.1 (ampproject#34331)

    * Add unit tests for amp-facebook-comments
    
    * Fix unit tests in 1.0
    
    * Lint
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6f51efa View commit details
    Browse the repository at this point in the history
  75. Let GitHub Actions write package jsons for bento (ampproject#34311)

    * wnode script
    
    * error handle
    
    * log
    
    * move files
    
    * pr comments
    estherkim authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    25f7b0b View commit details
    Browse the repository at this point in the history
  76. 🏗 Add OWNERS for src/preact (ampproject#34298)

    * Create OWNERS file for src/preact
    
    * Add jridgewell
    
    * carolineliu -> caroqliu
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9fd327c View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    945fc4e View commit details
    Browse the repository at this point in the history
  78. Add additional wording to tests (ampproject#34334)

    Closes ampproject#34260
    
    
    Adds additional language around using `_top` in swipe up links (opening the link in the parent window for viewers).
    
    (Follow up for ampproject#34030)
    Enriqe authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    2423e56 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    9e16247 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    2778b08 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    6c2b452 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    a99bfa1 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    b87aa12 View commit details
    Browse the repository at this point in the history
  84. Upgrade Preact to 10.5.13 (ampproject#30043)

    * Upgrade Preact to 10.4.8
    
    * update preact to latest
    
    Co-authored-by: Jake Fried <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4cbab2b View commit details
    Browse the repository at this point in the history
  85. ♻️ Start updating assertions to use core/assert instead of src/log (a…

    …mpproject#34284)
    
    * Prefix user/dev assert fns
    
    * Update renamed imports
    
    * Update imports to drop "pure"
    
    * Update src/utils assert imports
    
    * Update src/{polyfills,preact,purifier,web-worker} assert imports
    
    * Update src/{inabox,amp-story-player} assert imports
    
    * Fix merge breakage
    
    * Fix merge breakage
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6e84b6b View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    f93030e View commit details
    Browse the repository at this point in the history
  87. ♻️ Provide core tryCallback helper (ampproject#34348)

    * Provide tryCallback helper
    
    * Import shared helper where relevant
    
    * Remove spread param
    
    * Fix missing import
    
    * Update src/core/error.js
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    
    * Update src/core/error.js
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    
    * Update src/core/error.js
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    3948ab0 View commit details
    Browse the repository at this point in the history
  88. ♻️ Clean up extern typedefs (ampproject#34345)

    * Un-extern AssertionFunction typedef
    
    * Un-extern Timestamp
    
    * Move UnlistenDef to function.extern.js
    
    * %s/Timestamp/TimestampDef/ for linter
    
    * Fix typo
    
    * Fix log type decl
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6eaba26 View commit details
    Browse the repository at this point in the history
  89. ♻️ Modernize polyfills (ampproject#34342)

    * dedupe rethrowAsync
    
    * modernize fetch polyfill
    
    * modernize custom-elements polyfill
    
    * modernize polyfill stubs
    
    * modernize object-assign polyfill
    
    * update straggler
    
    * Fix typo
    
    * typecast elements_
    
    * Revert changes to fetch polyfill
    
    * Revert changes to fetch object-assign
    
    * Clean up stub types by removing nullability
    
    * Update polyfill stub tests
    
    * Fix test change
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d8202d7 View commit details
    Browse the repository at this point in the history
  90. ♻️ Consolidating more core type helpers (ampproject#34253)

    * Move time.js types into src/core/types/date
    
    * Move finite-state-machine to core/data-structures
    
    * Make core/types/string a submodule
    
    * Move base64 and bytes tests with core
    
    * Move curve.js to core/data-structures
    
    * Make src/core/function a submodule
    
    * Update dep-check and conformance configs for string.js
    
    * Fix legacy tests
    
    * Move tests for exponential backoff
    
    * Standardize data structures tests
    
    * Update test file structure
    
    * Make curve map side-effect-free
    
    * Use map and isString helpers
    
    * Tweak test names
    
    * Fix import
    
    * Fix types
    
    * Update imports of finite-state-machine
    
    * Update imports of bytes and base64
    
    * Update imports of curve
    
    * Update imports of exponential-backoff
    
    * make lerp static
    
    * make getPointX/Y static
    
    * make solvePositionFromXValue static
    
    * make Bezier fully static
    
    * Use Bezier not static this
    
    * Fix typo
    
    * Use static solver in Curves map
    
    * Fix type decls
    
    * tweak comments
    
    * Remove unused import
    
    * Fix imports from merge
    
    * Move normtimedef to curve
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e6e283d View commit details
    Browse the repository at this point in the history
  91. ♻️ Simplify rendering <amp-ima-video> with CSS and static templates (a…

    …mpproject#34248)
    
    Use static templates and standalone CSS to simplify how we render a modify `<amp-ima-video>`'s internal tree.
    
    This change is unrelated to the Bento effort. Communication between iframe and host is intact.
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f990c34 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    afee66d View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    cc6121b View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    90521cf View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    d667738 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    24b651b View commit details
    Browse the repository at this point in the history
  97. ✅ Add unit tests for amp-facebook-like (ampproject#34361)

    * Add unit tests for amp-facebook-like
    
    * Lint
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0eb0027 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    423dc0e View commit details
    Browse the repository at this point in the history
  99. 📖 Pressboard vendor updates (ampproject#34188)

    Update Pressboard analytics config and documentation link.
    tiamkorki authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4f5757a View commit details
    Browse the repository at this point in the history
  100. ✨ amp-auto-ads extension: Denakop (ampproject#34215)

    * feat: Custom style
    
    * Revert "feat: Custom style"
    
    This reverts commit 2e886ec.
    
    * feat: Add custom style
    
    * test: Change tests
    
    * fix: Fix lint issues
    
    * feat: Custom style
    
    * Revert "feat: Custom style"
    
    This reverts commit 2e886ec.
    
    * feat: Add custom style
    
    * test: Change tests
    
    * fix: Fix lint issues
    
    * Revert "fix: Fix lint issues"
    
    This reverts commit 386df3f.
    
    * fix: Fix lint issues
    EdmilsonSilva authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    39a5784 View commit details
    Browse the repository at this point in the history
  101. Forbid private properties inside BaseElement (ampproject#34376)

    This fixes a cross binary issue with private properties being mangled to, ie., `lc` inside `BaseElement` base class. The issue is that a subclass extending it in another binary (eg, `amp-a4a`) can reuse that mangled name for something entirely different, because Closure isn't aware of what the base class is at that point.
    jridgewell authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7d635af View commit details
    Browse the repository at this point in the history
  102. SwG release 0.1.22.165 (ampproject#34352)

    * SwG release 0.1.22.165
    
    * unbreaks amp test
    henel677 authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a246a51 View commit details
    Browse the repository at this point in the history
  103. ✅ Add unit tests for amp-facebook-page (ampproject#34351)

    * Add unit tests for amp-facebook-page
    
    * Move amp-facebook-page test to correct location
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    44e84b7 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    08128b1 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    85c5a9f View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    a9968a6 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    26bf517 View commit details
    Browse the repository at this point in the history
  108. ♻️ 🏗 Fix typing in the build-system (ampproject#34162)

    * fix type errors
    
    * make suggested changes
    
    * Update build-system/test-configs/jscodeshift/index.js
    
    Co-authored-by: Raghu Simha <[email protected]>
    
    * Update build-system/tasks/serve.js
    rileyajones authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ebc1104 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    e859e42 View commit details
    Browse the repository at this point in the history
  110. Remove FunctionalTestController, make ControllerPromise extend Promise (

    ampproject#33844)
    
    * remove functionaltestcontroller, rename functional-test-controller file
    
    * rename functional-test-types to e2e-types
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7916b26 View commit details
    Browse the repository at this point in the history
  111. ✅ [Story player] Fix animation unit test flakiness (ampproject#34382)

    * added animation options
    
    * Removed animation from behaviordef
    
    * Added newline on player
    
    * Added documentation on options
    
    * Use next to toggle animation
    
    * Use transitionend
    
    * Using classes for CSS
    
    * Reverted requestAnimationFrame promise
    
    * Added tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    
    * Use true instead of property
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    
    * Removed trailing whitespace
    
    * Fixed linting
    
    * Wait for transitionend
    
    Co-authored-by: Enrique Marroquin <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    711afca View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    f0e2fee View commit details
    Browse the repository at this point in the history
  113. Adding Blue Triangle to amp-analytics list✨ (ampproject#34012)

    * added blue triangle AMP integration info
    
    * fixed minor nitpicks for AMP integration
    
    * added client ID instead of random substring for guid and session id
    
    * added new lines at end of file
    
    * amp prettify command changes
    
    * Revert "amp prettify command changes"
    
    This reverts commit 1c489b2.
    
    * reverted last changed, only have the needed changes
    
    * got rid of not needed extra url params
    
    * changed to endpoint from base
    
    * remove question mark
    
    * made sure web vitals were present, changed format of client id in vendor example
    
    * more changes
    AdrianPerry authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1ec3413 View commit details
    Browse the repository at this point in the history
  114. 🏗 Allow Performance WG to manage check-types (ampproject#34395)

    * Allow Performance WG to manage check-types
    
    * Lint fixes
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7c1dfae View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    505c1d7 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    308289a View commit details
    Browse the repository at this point in the history
  117. ♻️ Extract json helpers to core/types/object/json (ampproject#34367)

    * Make types/object submodule
    
    * Update path in presubmit/lint configs
    
    * Move json externs
    
    * Move json to core
    
    * Shift generic helpers from json to object
    
    * Fix test files
    
    * Fix types excluding json
    
    * Fix types in json
    
    * Clean up and remove dupe code
    
    * Update imports of json
    
    * Remove newlines between imports
    
    * Fix dep-check-config
    
    * Null chaining for [] and ()
    
    * Typo
    
    * Fix callback
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    31d5b22 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    54fd94a View commit details
    Browse the repository at this point in the history
  119. ♻️ Enable passing type-checking on src/experiments and src/examiner (a…

    …mpproject#34394)
    
    * mv src/experiments.js -> src/experiments/index.js
    
    * Make src/experiments pass type-checking
    
    * Allow use of window in extern files
    
    * Remove unused import
    
    * Allow AMP_CONFIG in extern
    
    * Modernize experiments code
    
    * Enable passing type-checking on src/examiner + modernize
    
    * Use assert via logger
    
    * un-hoist
    
    * Clean up extra type annotations
    
    * Fix tests passing object instead of array
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    5514d9d View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    63b2cae View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    581f081 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    abf7a06 View commit details
    Browse the repository at this point in the history
  123. 📖 Improve references to the AMP plugin for WordPress in bug report te…

    …mplate (ampproject#34401)
    
    * Improve references to the AMP plugin for WordPress
    
    * Fix text to fit on one line and apply to FR template
    
    Co-authored-by: Raghu Simha <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    32be3e8 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    5a5b94e View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    0b63f05 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    b3c1772 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    840c393 View commit details
    Browse the repository at this point in the history
  128. 🚮 [Story bookend] Disabled bookend and related tests (ampproject#34354)

    * Disabled bookend and related tests
    
    * Removed checks to bookend
    
    * Linted
    
    * Made bookend an alias of social-share
    
    * Removed bookend test since it's not showing
    
    * Removed bookend tests
    
    * Fixed linting
    
    * Cleanup
    
    * Fixed linting again
    
    * Removed visual tests
    
    * Fixed test
    mszylkowski authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    5b94f71 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    8634a66 View commit details
    Browse the repository at this point in the history
  130. 📦 Update dependency esbuild to v0.11.23 (ampproject#34407)

    Co-authored-by: Raghu Simha <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8be1ad5 View commit details
    Browse the repository at this point in the history
  131. ♻️ [bento][amp-base-carousel] Split component files for NPM Packaging (

    …ampproject#34283)
    
    * Initial commit for base-carousel conversion
    
    * Additional updates
    
    * Add npm files
    
    * Update z-index doc
    
    * Update z-index
    krdwan authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    90e794c View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    36ba013 View commit details
    Browse the repository at this point in the history
  133. ♻️ Enable passing type-checking on src/context (ampproject#34387)

    * enable src-context type-check target
    
    * Fix type errors in src/context
    
    * export ContextPropDef
    
    * for...of in scan
    
    * clean up scheduler types
    
    * Update ContextPropDef in subscriber
    
    * update types in index
    
    * update types in index
    
    * update types in contextprops
    
    * update types and for...of in node
    
    * Drastically narrow types in values
    
    * Add DEP template type to contextpropdef
    
    * type-narrow subscriber
    
    * Clean up scheduler type decl
    
    * use templates in scan
    
    * Update index prop and setter types
    
    * Allow subscriber ID template type
    
    * Add deps template arg for contextprops
    
    * Add SID for return type
    
    * Assert non-null subscriber IDs
    
    * Code review tweak
    
    * Remove template type from static function
    
    * forEach -> for..of
    
    * Revert forEach changes to Maps
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    14cb626 View commit details
    Browse the repository at this point in the history
  134. 🐛 amp-ima-video: Fix pause button jamming on autoplay (ampproject#34307)

    When autoplaying a video with a preroll ad, the pause button will not work the first time. This is because we haven't tracked the `PlayerState`. This change keeps track of `PlayerState` on ad events, as meant initially.
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6d84006 View commit details
    Browse the repository at this point in the history
  135. ♻️ Start moving URL helpers into core (ampproject#34399)

    * Move query string parsing into core
    
    * Update dep-check config
    
    * Move query string parsing helper tests
    
    * Fix typo
    
    * Restore deleted forbidden-terms rule
    
    * Update single imports of helpers
    
    * Update multi-imports of url helpers
    
    * Fix straggler imports
    
    * Lint fixes
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f3bd5b3 View commit details
    Browse the repository at this point in the history
  136. 🐛 [Story devtools] Toggle devtools on mjs build (ampproject#34372)

    * IsDevelopmentMode
    
    * return boolean jsdoc
    
    * Use include since we polyfill
    
    Co-authored-by: Ryan Cebulko <[email protected]>
    
    * Removed useless comment
    
    Co-authored-by: Ryan Cebulko <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    40b45df View commit details
    Browse the repository at this point in the history
  137. 🚮 [Story bookend] Remove bookend extended code (ampproject#34343)

    * Started removing bookend
    
    * Finished removing bookend from files
    
    * Fixed linting
    
    * Updated validation tests
    
    * Updated validation tests 2
    
    * Removed bookend strings
    
    * Disabled bookend and related tests
    
    * Removed checks to bookend
    
    * Linted
    
    * Made bookend an alias of social-share
    
    * Removed bookend test since it's not showing
    
    * Removed bookend tests
    
    * Fixed linting
    
    * Cleanup
    
    * Fixed linting again
    
    * Removed visual tests
    
    * Fixed test
    
    * Fixed test
    
    * Fixed request service tests
    
    * Fixed visual tests
    
    * Bring back validation tests for bookend
    mszylkowski authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    82bd2a9 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    f999efc View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    9583962 View commit details
    Browse the repository at this point in the history
  140. cl/373617376 Make the process of auto-generating validator.pb.go comp…

    …atible with protoc v3.16.0. (ampproject#34428)
    
    Co-authored-by: Michael Rybak <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ae736bb View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    3b98c15 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    4cc5247 View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    f9b563b View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    54a5912 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    6a800a7 View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    b455cfa View commit details
    Browse the repository at this point in the history
  147. ✅ [Story video] Add e2e tests for Bitrate Manager (ampproject#33660)

    * Created e2e test
    
    * Added tests
    
    * Fixed e2e tests
    
    * Removed comment
    
    * Removed unused import
    
    * Addede e2es
    
    * Moved field to html
    
    * More work on e2e
    
    * Added load unload fixture
    
    * Fixed tests
    
    * Added more tests and cleaned up hooks
    
    * Added multiple sources on first videos to test flexible-bitrate
    
    * Changed e2es to work
    
    * Removed whitespaces
    
    * Adding cache fetch test
    
    * Add e2e fixture to disallowlist for validate
    
    * fixed host_url in e2e
    
    * Updated tests
    
    * Changed order of test conditions for consistency
    
    * Update extensions/amp-video/0.1/test-e2e/test-amp-video-flexible-bitrate.js
    
    * Update extensions/amp-video/0.1/test-e2e/test-amp-video-flexible-bitrate.js
    
    Co-authored-by: Gabriel Majoulet <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a76d2b4 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    0e07b35 View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    1602f4d View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    f1e7c28 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    12a8935 View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    5f41b3e View commit details
    Browse the repository at this point in the history
  153. ✨[amp-form] allow form attributes for form elements outside of `amp…

    …-form` (ampproject#33095)
    
    * Init
    
    * init
    
    * handler => service
    
    * Tests
    
    * ServiceForDoc no promise
    
    * Validator, WeakMap of Array, nits
    
    * Update build-system/test-configs/forbidden-terms.js
    
    Co-authored-by: Alan Orozco <[email protected]>
    
    * Update extensions/amp-form/0.1/amp-form.js
    
    Co-authored-by: Alan Orozco <[email protected]>
    
    * Update extensions/amp-form/0.1/amp-form.js
    
    Co-authored-by: Alan Orozco <[email protected]>
    
    * Account for amp-selectors (in and out)
    
    * fix test
    
    * Update build-system/test-configs/forbidden-terms.js
    
    Co-authored-by: Raghu Simha <[email protected]>
    
    Co-authored-by: Alan Orozco <[email protected]>
    Co-authored-by: Raghu Simha <[email protected]>
    3 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cf438f2 View commit details
    Browse the repository at this point in the history
  154. Add adoptedCallback to work around Firefox Native CE bug (ampproject#…

    …34455)
    
    See https://output.jsbin.com/yuwojok/29/quiet for a working demo of the bug. When we construct a CustomElement in one document, then insert it into another document (as we do with A4A ads), Firefox incorrectly resets the prototype of our CE instance to `HTMLElement.prototype`.
    
    Luckily, we can fix this by listening for the `adoptedCallback`, which fires just after Firefox resets the prototype. If we detect a broken prototype chain, we can correct it before any other code can notice. See https://output.jsbin.com/datajos/5/quiet for a demo of the fix.
    jridgewell authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4138bf9 View commit details
    Browse the repository at this point in the history
  155. ✨ Update npm amphtml-validator to v1.0.35 (ampproject#34454)

    * Update npm amphtml-validator to v1.0.35
    
    * Update readme
    antiphoton authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    291c1d7 View commit details
    Browse the repository at this point in the history
  156. ♻️ Cleaning up Log error code in preparation for core (ampproject#34458)

    * Move core/error.js -> core/error/index.js
    
    * Move user error helpers to error-message-helpers
    
    * Move error-message-helpers to error/message-helpers
    
    * spread args in log where slicing
    
    * Use loglevel enum in msg_
    
    * Add TODO
    
    * string.includes
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    
    * Update src/core/error/message-helpers.js
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    29e09df View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    9038fd3 View commit details
    Browse the repository at this point in the history
  158. ♻️ Create plain <img> placeholders (ampproject#34379)

    Where extensions would previously create `<amp-img>` placeholders, now create a plain `<img>` element with `loading="lazy"`
    alanorozco authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9fe5d85 View commit details
    Browse the repository at this point in the history
  159. remove brotli check as these files do not exist on cdn anymore (amppr…

    …oject#34457)
    
    * remove brotli check as these files do not exist on cdn anymore
    
    * prettier
    honeybadgerdontcare authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    13bda85 View commit details
    Browse the repository at this point in the history
  160. ♻️ Support img element (ampproject#34028)

    * Allow IMG so long as it contains a loading attribute
    
    * Make width and height mandatory
    
    * Move method from within AMP.BaseElement to src/core/dom since it must act on native elements and extended AMP elements now
    
    * Update validator output
    
    * Mid way stopping point on amp-lightbox-gallery cloneLightboxableElement_
    
    * Lightbox gallery now supports image elements
    
    * Use Sets instead of objects
    
    * PR feedback on name of utility and usage of other utilities
    
    * lightbox had a bad reference
    
    * Spy on the right thing now
    
    * Remove validator changes for a later step
    
    * Carriage returns at the end of the out files for the validator
    
    * Updated carriage returns at end of files
    
    * Update comments
    
    * Move auto lightbox to loadPromise
    
    * Remove Set in amp-auto-lightbox
    
    * Remove set in amp-image-lightbox
    
    * Remove logic specific to amp-img for the img path
    
    * Additional fixes for Set usage
    
    * test for supporting img on amp-image-lightbox
    
    * Add tests for propagate attributes helper and fix usage in iframe-video
    
    * Additional fixes for propagateAttributes from AMPElements
    
    * Bad merge
    
    * pass ampdoc in Criteria so its not obtained from an HTMLElement
    
    * change order of arguments to reduce test rewriting for Criteria
    
    * Fix types in propagate attributes
    
    * Prettier formatting
    
    * different prettier versions
    
    * update core utility with improved typing from below
    
    * Address part of Alans feedback
    
    * types
    
    * remove toLowerCase on tagName
    
    * Test changes from PR feedback (and applied elsewhere in the file)
    
    * Add support for native HTMLImageElements to amp-image-slider
    
    * Add test using HTMLImageElements
    
    * Revert changes to gestures for a later PR
    
    * Continued progress, pan zoom works and lightbox gallery is underway
    
    * LayoutScheduled for amp-carousel 0.1 when unlayout happening
    
    * Remove image support for amp-image-viewer for a future PR
    
    * Image Viewer no longer needs to exclude itself from using loadPromise directly
    
    * Remove console logging for carousel debugging:
    
    * Remove breaks in parsing of children for amp-image-slider
    
    * No need to provide an empty array for the Set constructor
    
    * Remaining console
    
    * Nit
    
    * Remove more intermediary state changes
    
    * Naming nit
    
    * prettier formatting in test
    kristoferbaxter authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    78c07ee View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    7717295 View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    b93c14c View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    81764f8 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    db68e3c View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    d45918d View commit details
    Browse the repository at this point in the history
  166. amp-list: Support diffable with single-item (ampproject#33249)

    * Revert "Revert "amp-list: Fix Bind.rescan vs. diffing race condition (ampproject#32650)" (ampproject#33232)"
    
    This reverts commit 60adca7.
    
    * Support diffable with single-item.
    
    * Fix test.
    
    * Fix lint.
    William Chou authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0bd9d6c View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    b586391 View commit details
    Browse the repository at this point in the history
  168. ✨Update amp-analytics provider bluetriangle.json to change the trigge…

    …rs and transport (ampproject#34423)
    
    * added blue triangle AMP integration info
    
    * fixed minor nitpicks for AMP integration
    
    * added client ID instead of random substring for guid and session id
    
    * added new lines at end of file
    
    * amp prettify command changes
    
    * Revert "amp prettify command changes"
    
    This reverts commit 1c489b2.
    
    * reverted last changed, only have the needed changes
    
    * got rid of not needed extra url params
    
    * changed to endpoint from base
    
    * remove question mark
    
    * made sure web vitals were present, changed format of client id in vendor example
    
    * more changes
    
    * changed blue triangle trigger to ini-load, added test variable to vendors example page, changed blue triangle transport to xhrpost
    AdrianPerry authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a2a93fb View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    275d9b2 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    4fb905f View commit details
    Browse the repository at this point in the history
  171. [Amp story] [Page attachments] [Outlink] Remove open attachment delay…

    … and animation (ampproject#34477)
    
    * Remove open attachment delay.
    
    * Revise preview animation duration.
    processprocess authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    93b95fd View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    f52239e View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    8bea92c View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    7520fa6 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    b66aeed View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    8942deb View commit details
    Browse the repository at this point in the history
  177. 🖍 Prevent native img elements from being styled by ampshared.css (a…

    …mpproject#34482)
    
    * Prevent `[width][height][sizes]` selectors from inadvertently matching `img` elements
    
    * Allow `height` and `width` on `amp-img > img (transformed)`
    westonruter authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    92e77cd View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    69c4c11 View commit details
    Browse the repository at this point in the history
  179. ✅ [AMP Story] [Page attachments] Update visual tests for new UIs (amp…

    …project#34223)
    
    * visual tests
    
    * make pages look same
    
    * nit
    
    * revert nit
    
    * remove references to inline-dark-theme visual test
    
    * adding images and extra tests
    
    * moving tests for v2 to a diff file
    
    * documenting v2 tests
    
    * adding cover id
    
    * adding snapshots and experiment
    
    * change IDs
    
    * adding js test navigation
    
    * adding js test navigation
    
    * formatting
    
    * edit tests
    
    * format
    
    * format
    
    * format
    
    * adding next page
    
    * adding next page
    
    * adding rest of pages
    
    * lint
    
    * testing adding active on openAttachmentEl
    
    * changing selector
    
    * typo
    
    * adding important
    
    * Improve targeting of img in remote-content.
    
    * Refactor go to page
    
    Removes tap simulation to navigate to page. Removes timeout. Improves selector to be sure page is visible.
    
    * Use same interactive tests for desktop.
    
    * Remove desktop.js
    
    JS can be re-used for desktop and mobile.
    
    Co-authored-by: Philip Bell <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    306522c View commit details
    Browse the repository at this point in the history
  180. ✨Use WebAssembly validator for chrome extension (ampproject#34502)

    * Use WebAssembly validator for chrome extension
    
    * Use es5 for popup.html
    
    * Init wasm before polymer code
    antiphoton authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9c13e7a View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    1307600 View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    35df5c7 View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    aff1ecb View commit details
    Browse the repository at this point in the history
  184. Use isModeDevelopment for validator integration (ampproject#34503)

    * Use isModeDevelopment
    
    * fix test failures
    
    * update related test
    honeybadgerdontcare authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    79efd85 View commit details
    Browse the repository at this point in the history
  185. 🏗 ♻️ Fix ALMOST all type issues in /build-system (ampproject#34438)

    * patched all fixable type errors
    
    Co-authored-by: Raghu Simha <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ca10286 View commit details
    Browse the repository at this point in the history
  186. Configuration menu
    Copy the full SHA
    df15dc4 View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    c961d96 View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    0f56ad6 View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    056d2d2 View commit details
    Browse the repository at this point in the history
  190. Added attributes to adpushup amp-ad (ampproject#34459)

    Added data-jsontargeting and data-extras attributes to adpushup amp-ad
    vendor integration
    
    Co-authored-by: Rahul Ranjan <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d9d4368 View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    e8c5bd9 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    3706ab3 View commit details
    Browse the repository at this point in the history
  193. Configuration menu
    Copy the full SHA
    487851d View commit details
    Browse the repository at this point in the history
  194. ✨ [bento][npm] Support react modules in NPM Bento components (ampproj…

    …ect#34528)
    
    * Updates for react npm
    
    * Ignore eslint rule
    krdwan authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7a9bf3d View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    9ffec37 View commit details
    Browse the repository at this point in the history
  196. Sync for validator/cpp/engine (ampproject#34534)

    * Don't populate spec_file_revision field in ValidationResult. The field is deprecated.
    
    PiperOrigin-RevId: 373462878
    
    * Delete ParsedValidatorRules::SpecFileRevision().
    
    PiperOrigin-RevId: 373688076
    
    * Allow i-amphtml-layout-awaiting-size class in FLUID layout
    
    PiperOrigin-RevId: 375586004
    
    Co-authored-by: Googler <[email protected]>
    Co-authored-by: Justin Ridgewell <[email protected]>
    3 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ba3b79a View commit details
    Browse the repository at this point in the history
  197. cl/375586004 Allow i-amphtml-layout-awaiting-size class in FLUID layo…

    …ut (ampproject#34533)
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    51fe8c0 View commit details
    Browse the repository at this point in the history
  198. Sync for validator/cpp/htmlparser (ampproject#34536)

    * Fix out of memory errors for a particular fuzzer test case which end up in
    parsing entire contents of a binary blob as attributes.
    
    Defined a flag for maximum attributes a node may contain. This value is
    reasonably large to cover all real world documents.
    
    PiperOrigin-RevId: 375586875
    
    * Update CONTRIBUTING.md
    
    * Update README.md
    
    * Update amp4ads-parse-css.h
    
    * Add missing dependency
    
    Co-authored-by: Amaltas Bohra <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6d8b702 View commit details
    Browse the repository at this point in the history
  199. 🐛 [Amp story] [Page attachments] [Outlink] Open remote from light dom (

    …ampproject#34535)
    
    * Element child
    
    * Revert regression
    
    * Trigger click from light dom
    
    * Revert.
    
    * revert
    
    * revert
    
    * Revert
    processprocess authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8114f4b View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    480caeb View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    7d91d5f View commit details
    Browse the repository at this point in the history
  202. Configuration menu
    Copy the full SHA
    b6f455d View commit details
    Browse the repository at this point in the history
  203. Configuration menu
    Copy the full SHA
    78e16ef View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    10ef299 View commit details
    Browse the repository at this point in the history
  205. Configuration menu
    Copy the full SHA
    e765c12 View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    80c135c View commit details
    Browse the repository at this point in the history
  207. Configuration menu
    Copy the full SHA
    b360cbb View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    a78d531 View commit details
    Browse the repository at this point in the history
  209. Configuration menu
    Copy the full SHA
    fc1e726 View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    9f3fe85 View commit details
    Browse the repository at this point in the history
  211. cl/375855105 Extract AMP Cache Domain validation, part 1 (ampproject#…

    …34558)
    
    Co-authored-by: honeybadgerdontcare <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a54578e View commit details
    Browse the repository at this point in the history
  212. ♻️ Migrate math and some DOM logic into core w/ type-checking (amppro…

    …ject#34550)
    
    * Move utils/dom-fingerprint to core/dom/fingerprint
    
    * Fix imports in fingerprint.js
    
    * Move utils/date to core/dom/parse-date-attributes
    
    * Improve types in parse-date-attributes
    
    * Move utils/dom-based-weakref to core/dom/weakref
    
    * Update test names
    
    * Add __AMP_WEAKREF_ID extern
    
    * Move math, id-gen, layout-rect to core/math
    
    * Update types for layout-rect
    
    * Move get-html into core/dom
    
    * Move isFiniteNumber into core/types
    
    * Move document-ready to core
    
    * Move web-components to core/dom
    
    * Fix types in web-components
    
    * Move dom streaming helpers to core/dom/stream
    
    * Update imports of dom-fingerprint
    
    * Update imports of parseDateAttrs
    
    * Update (only) import of DomBasedWeakRef
    
    * Update imports of math helpers
    
    * Update imports of get-html
    
    * Update imports of isFiniteNumber
    
    * Update imports of document-ready
    
    * Update imports of web-components
    
    * Update imports of dom stream helpers
    
    * Update forbidden-terms
    
    * Not nullable type
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    fc5e1ab View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    3824076 View commit details
    Browse the repository at this point in the history
  214. Configuration menu
    Copy the full SHA
    0d3b86a View commit details
    Browse the repository at this point in the history
  215. Sync for validator/cpp/engine (ampproject#34560)

    * Add SSR support for FLUID layout
    
    PiperOrigin-RevId: 375756231
    
    * Extract AMP Cache Domain validation, part 1
    
    Adds method isAmpCacheDomain_ (JS) / IsAmpCacheDomain (C++)
    
    PiperOrigin-RevId: 375855105
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    Co-authored-by: honeybadgerdontcare <[email protected]>
    3 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    050bb94 View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    038a909 View commit details
    Browse the repository at this point in the history
  217. 🏗 Add check-build-system to pr-checks (ampproject#34544)

    * add check-build-system to pr checks
    
    * fix more type errors
    
    * disable incremental builds
    
    Co-authored-by: Raghu Simha <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9273324 View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    796cd14 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    b1cc5ca View commit details
    Browse the repository at this point in the history
  220. Configuration menu
    Copy the full SHA
    cdd464d View commit details
    Browse the repository at this point in the history
  221. ✨ [bento][npm] Update file naming from mjs to module (ampproject#34568)

    * Update file naming from mjs to module
    
    * import exports should be in alphabetical order
    
    * Rename helper function
    krdwan authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    21e4635 View commit details
    Browse the repository at this point in the history
  222. Configuration menu
    Copy the full SHA
    b2f7dd5 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    b9700d9 View commit details
    Browse the repository at this point in the history
  224. Configuration menu
    Copy the full SHA
    97da0f6 View commit details
    Browse the repository at this point in the history
  225. Configuration menu
    Copy the full SHA
    6e47a0a View commit details
    Browse the repository at this point in the history
  226. Configuration menu
    Copy the full SHA
    30c249d View commit details
    Browse the repository at this point in the history
  227. Configuration menu
    Copy the full SHA
    ea49363 View commit details
    Browse the repository at this point in the history
  228. Facebook: Render embedded type via data-embed-as versus element `ta…

    …gName` (ampproject#34312)
    
    * Switch based on data-embed-as versus tag name
    
    * Update tests
    
    * Update FacebookComments
    
    * Allow dependency on enum
    
    * Remove staticProps
    
    * Update all the tests
    
    * Remove dupe
    
    * Import userAssert
    
    * Allow dependency on enum
    caroqliu authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b3bc563 View commit details
    Browse the repository at this point in the history
  229. Configuration menu
    Copy the full SHA
    48f23d8 View commit details
    Browse the repository at this point in the history
  230. ✨ Supports locale options for localeString in amp-date-display. (ampp…

    …roject#34359)
    
    * ✨ Supports locale options for localeString in amp-date-display.
    
    * Allow user to customize locale options for localeString, the options setting is same as [Date.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString#syntax) parameter.
    
    * [amp-date-display] Moves localeOptions from json type to data-options-*.
    
    * [amp-date-display] Tests and content imporvements.
    
    - Added invalid test cases.
    - Throws user error if invalid data-options-* param is provided.
    - Updated data-options-* readme doc.
    - Added new lines to .out validator files.
    - Applied reviewer suggestions.
    jingfei authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    2b4d17d View commit details
    Browse the repository at this point in the history
  231. Configuration menu
    Copy the full SHA
    88825b6 View commit details
    Browse the repository at this point in the history
  232. Configuration menu
    Copy the full SHA
    ccd4fcb View commit details
    Browse the repository at this point in the history
  233. Configuration menu
    Copy the full SHA
    64e2c74 View commit details
    Browse the repository at this point in the history
  234. Configuration menu
    Copy the full SHA
    ef97609 View commit details
    Browse the repository at this point in the history
  235. Run through all actions for each distFlavor in amp release before t…

    …he next (ampproject#34569)
    
    Co-authored-by: Raghu Simha <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    62567f6 View commit details
    Browse the repository at this point in the history
  236. 🏗 Make new typecheck targets simpler (ampproject#34559)

    * Remove the need to explicitly specify extern globs
    
    * Add clarifying comment
    
    * Allow type-check target to just be a list of globs
    
    * Update type
    
    * More explanatory comments
    
    * More comments
    rcebulko authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cf779a9 View commit details
    Browse the repository at this point in the history
  237. Video cache for amp-video[src]. (ampproject#34570)

    * Video cache for amp-video[src].
    
    * Update extensions/amp-video/0.1/video-cache.js
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    
    * Update extensions/amp-video/0.1/video-cache.js
    
    * Import iterateCursor.
    
    * Reviews.
    
    Co-authored-by: Justin Ridgewell <[email protected]>
    2 people authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    05942dc View commit details
    Browse the repository at this point in the history
  238. 🐛 Bug fix allowing set height and fixing Ad position (ampproject#34092)

    * allowing add data-attributes
    
    * using dataset for shorter code
    
    * fixing error use of style to style elements is forbidden
    
    * fixing default attribute values
    
    * removing sizes
    
    * allowing use min height
    
    * fixing banner alignment
    
    * fixing test
    
    * fixing prettier validation
    
    * fixing prettier validation
    rochapablo authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    535f73e View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    c1fe33b View commit details
    Browse the repository at this point in the history
  240. 🏗 Automatically write react.js files for bento components when publis…

    …hing (ampproject#34586)
    
    * update node script
    
    * lint
    
    * pr comments
    
    * lint
    estherkim authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cadb7cd View commit details
    Browse the repository at this point in the history
  241. Configuration menu
    Copy the full SHA
    c5bb5db View commit details
    Browse the repository at this point in the history
  242. Configuration menu
    Copy the full SHA
    ea30824 View commit details
    Browse the repository at this point in the history
  243. Configuration menu
    Copy the full SHA
    56c7d03 View commit details
    Browse the repository at this point in the history
  244. Configuration menu
    Copy the full SHA
    3ae167a View commit details
    Browse the repository at this point in the history
  245. Configuration menu
    Copy the full SHA
    2b11860 View commit details
    Browse the repository at this point in the history
  246. Configuration menu
    Copy the full SHA
    2793644 View commit details
    Browse the repository at this point in the history
  247. Configuration menu
    Copy the full SHA
    3d31a1b View commit details
    Browse the repository at this point in the history
  248. Add teads test stack

    RonanDrouglazet authored and vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8f09267 View commit details
    Browse the repository at this point in the history
  249. Configuration menu
    Copy the full SHA
    cd3d68b View commit details
    Browse the repository at this point in the history
  250. fix testing

    vincentditlevinz committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    39c0e03 View commit details
    Browse the repository at this point in the history