Skip to content

✨ Red Bull video player#25197

Merged
alanorozco merged 34 commits intoampproject:masterfrom
wklopf:master
Dec 4, 2019
Merged

✨ Red Bull video player#25197
alanorozco merged 34 commits intoampproject:masterfrom
wklopf:master

Conversation

@wklopf
Copy link
Copy Markdown
Contributor

@wklopf wklopf commented Oct 22, 2019

Implement Red Bull video player to amp project

@amp-owners-bot
Copy link
Copy Markdown

amp-owners-bot bot commented Oct 22, 2019

Hey @wassgha, these files were changed:

  • extensions/amp-redbull-player/0.1/amp-redbull-player.js
  • extensions/amp-redbull-player/amp-redbull-player.md

Hey @ampproject/wg-caching, these files were changed:

  • extensions/amp-redbull-player/0.1/test/validator-amp-redbull.html
  • extensions/amp-redbull-player/0.1/test/validator-amp-redbull.out
  • extensions/amp-redbull-player/validator-amp-redbull-player.protoascii

@googlebot
Copy link
Copy Markdown

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

Copy link
Copy Markdown
Contributor

@rcebulko rcebulko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving new OWNERS file

@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Oct 22, 2019

This pull request introduces 1 alert when merging 27f43e0 into e3cf165 - view on LGTM.com

new alerts:

  • 1 for Useless assignment to local variable

Copy link
Copy Markdown
Contributor

@newmuis newmuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks like it needs to be properly rebased, as it contains changes to unrelated files (e.g. amp-story-bling-link.css)

@gmajoulet
Copy link
Copy Markdown
Contributor

Thanks for syncing your branch! It still contains a lot of unrelated code, could you please check the "files changed" tab and make sure it only contains your code?
Thanks!

@wklopf
Copy link
Copy Markdown
Contributor Author

wklopf commented Oct 24, 2019

@googlebot I signed it!

@wklopf wklopf closed this Oct 24, 2019
@wklopf wklopf reopened this Oct 24, 2019
@googlebot
Copy link
Copy Markdown

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and then comment @googlebot I fixed it.. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

Copy link
Copy Markdown
Contributor

@honeybadgerdontcare honeybadgerdontcare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the year in all license files to the current year. I approve validation changes.

@gmajoulet gmajoulet requested a review from alanorozco October 24, 2019 14:27
@Fazod
Copy link
Copy Markdown

Fazod commented Oct 24, 2019

@googlebot I signed it!

@googlebot
Copy link
Copy Markdown

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@Fazod
Copy link
Copy Markdown

Fazod commented Oct 24, 2019

@googlebot I consent

@googlebot
Copy link
Copy Markdown

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

Copy link
Copy Markdown
Member

@alanorozco alanorozco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. Please see comments.

@wklopf
Copy link
Copy Markdown
Contributor Author

wklopf commented Nov 12, 2019

Hi @alanorozco I updated the files. I hope you find the time to take a look. Thanks!

@wklopf wklopf requested a review from alanorozco November 12, 2019 13:47
@Fazod
Copy link
Copy Markdown

Fazod commented Nov 22, 2019

@alanorozco Hey Alan - is there any chance you could review the changes we did. We here at Red Bull would really appreciate it

@wklopf
Copy link
Copy Markdown
Contributor Author

wklopf commented Dec 2, 2019

Hi everyone, could someone @here give us a hint how we can draw @alanorozco s attention back to this PR? Any suggestion is highly appreciated. Thanks!

@honeybadgerdontcare
Copy link
Copy Markdown
Contributor

There was a United States holiday this past week which may contribute to some delays.

@alanorozco
Copy link
Copy Markdown
Member

@wklopf Taking a look, expect a review later today.

Copy link
Copy Markdown
Member

@alanorozco alanorozco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last thing. Thanks!

@wklopf
Copy link
Copy Markdown
Contributor Author

wklopf commented Dec 3, 2019

Hi @here looks as if we are almost there - exciting!
There is one element left that needs to be reviewed - "percy/amphtml". Please be so kind.

Services.videoManagerForDoc(this.element).register(this);
this.iframe_.contentWindow./*OK*/ postMessage(
JSON.stringify(
/** @type {!JsonObject} */ ({
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't cast to JsonObject, use dict().

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using dict() now.

@alanorozco
Copy link
Copy Markdown
Member

@wklopf The visual change was a false alarm. I've approved it, but tests will run once again after you resolve the dict() issue I just commented about.

Copy link
Copy Markdown
Member

@alanorozco alanorozco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(requesting changes to prevent merge, but there's only that dict() detail left.)

@wklopf wklopf requested a review from alanorozco December 4, 2019 07:52
@alanorozco alanorozco merged commit 97d6281 into ampproject:master Dec 4, 2019
@alanorozco
Copy link
Copy Markdown
Member

Thanks @wklopf! Merged. Expect this available on the next canary release.

@wklopf
Copy link
Copy Markdown
Contributor Author

wklopf commented Dec 4, 2019

@here Awesome and thanks to all!

amaltas added a commit that referenced this pull request Dec 11, 2019
* cl/283618549 Revision bump for #25847

* cl/283654708 mandatory_parent can use spec_name in addition to tag_name

* cl/283852039 Introduce a invalid doctype error for amp validation.

* cl/283882898 n/a

* cl/283993894 Revision bump for #25197

* cl/284115876 Revision bump for #25870

* cl/284258503 Revision bump for #25889

* cl/284856390 Revision bump for #25946
@wklopf
Copy link
Copy Markdown
Contributor Author

wklopf commented Dec 17, 2019

Thanks @wklopf! Merged. Expect this available on the next canary release.

Hi @alanorozco , there have been some releases since then. Any estimate when we will actually make it into a release?

micajuine-ho pushed a commit to micajuine-ho/amphtml that referenced this pull request Dec 27, 2019
micajuine-ho pushed a commit to micajuine-ho/amphtml that referenced this pull request Dec 27, 2019
* cl/283618549 Revision bump for ampproject#25847

* cl/283654708 mandatory_parent can use spec_name in addition to tag_name

* cl/283852039 Introduce a invalid doctype error for amp validation.

* cl/283882898 n/a

* cl/283993894 Revision bump for ampproject#25197

* cl/284115876 Revision bump for ampproject#25870

* cl/284258503 Revision bump for ampproject#25889

* cl/284856390 Revision bump for ampproject#25946
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants