Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨Support <amp-delight-player dock> #20913

Merged
merged 5 commits into from Feb 20, 2019

Conversation

alanorozco
Copy link
Member

No description provided.

const placeholder = this.element.ownerDocument.createElement('div');
const html = htmlFor(this.element);
const placeholder =
html`<div placeholder><amp-img layout=fill></amp-img></div>`;
Copy link
Member Author

Choose a reason for hiding this comment

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

@aghassemi Even though this makes it technically get the correct placeholder URL, the src pattern below appears to be broken :(

Copy link
Contributor

Choose a reason for hiding this comment

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

@xymw has the Url for poster changed?

@@ -1708,7 +1708,6 @@ export class VideoDocking {
this.getControls_().reset();

[
element,
Copy link
Member Author

Choose a reason for hiding this comment

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

Caught this while manually testing. Same as #20912.

@alanorozco alanorozco mentioned this pull request Feb 18, 2019
17 tasks
Copy link
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.

validation looks good

const placeholder = this.element.ownerDocument.createElement('div');
const html = htmlFor(this.element);
const placeholder =
html`<div placeholder><amp-img layout=fill></amp-img></div>`;
Copy link
Contributor

Choose a reason for hiding this comment

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

@xymw has the Url for poster changed?

@alanorozco alanorozco merged commit eb0585d into ampproject:master Feb 20, 2019
@alanorozco alanorozco deleted the dock-delight branch February 20, 2019 02:12
@amaltas amaltas mentioned this pull request Feb 20, 2019
honeybadgerdontcare pushed a commit that referenced this pull request Feb 20, 2019
 - cl/234811475 Revision bump for #20913
 - cl/234805704 Revision bump for #20911
 - cl/234655757 allow render_only_if_payment_method_present for amp-payment-google-button
 - cl/234162273 Update comment regarding id/name attribute lists
 - cl/234053286 Update tagspecs using attribute `name` to include blacklist
 - cl/234038899 Update tagspecs using attribute `id` to include blacklist
 - cl/234023532 Revision bump for #20772
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
 - cl/234811475 Revision bump for ampproject#20913
 - cl/234805704 Revision bump for ampproject#20911
 - cl/234655757 allow render_only_if_payment_method_present for amp-payment-google-button
 - cl/234162273 Update comment regarding id/name attribute lists
 - cl/234053286 Update tagspecs using attribute `name` to include blacklist
 - cl/234038899 Update tagspecs using attribute `id` to include blacklist
 - cl/234023532 Revision bump for ampproject#20772
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
 - cl/234811475 Revision bump for ampproject#20913
 - cl/234805704 Revision bump for ampproject#20911
 - cl/234655757 allow render_only_if_payment_method_present for amp-payment-google-button
 - cl/234162273 Update comment regarding id/name attribute lists
 - cl/234053286 Update tagspecs using attribute `name` to include blacklist
 - cl/234038899 Update tagspecs using attribute `id` to include blacklist
 - cl/234023532 Revision bump for ampproject#20772
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.

None yet

4 participants