-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Remove usages of for-of #2
Comments
@cramforce mind if i take this? i should be able to work on it on the weekend. |
Go for it! |
landed in 9ceee31. feel free to close |
This was referenced Oct 28, 2015
Closed
dvoytenko
pushed a commit
that referenced
this issue
Sep 6, 2016
* Initial implementation of <amp-apester-media> - no playlist support yet - public stage3-renderer doesn't send 'embed-size' with amp sentinel yet. * lint getWin() removed * remove width from test * Initial implementation of <amp-apester-media> - no playlist support yet - public stage3-renderer doesn't send 'embed-size' with amp sentinel yet. * lint getWin() removed * remove width from test * isLayoutSupported uncommented, support only fixed height * pr comments fixes - lint * fix ident * fix imports * removed loader from PR * -added random playlist support -add preconnect to display service -querying media on layoutCallback * - sending 'seen' events * added html_format: AMP @powdercloud * minor fixes, added mocha tests. * updated encoding/decoding removed apester css prefixes removed height attribute changes -> now changeHeight handle this. note: I had to put setTimeout on height check cause it seems like this test happens before the attemptChangeHeight actually change this value. * new line in test-amp-apester-media * validator fix * validator fix #2 * removed decodeUrl * css in code changes * validator fix: data-apester-media to data-apester-media-id
dreamofabear
pushed a commit
to dreamofabear/amphtml
that referenced
this issue
Sep 16, 2016
* Initial implementation of <amp-apester-media> - no playlist support yet - public stage3-renderer doesn't send 'embed-size' with amp sentinel yet. * lint getWin() removed * remove width from test * Initial implementation of <amp-apester-media> - no playlist support yet - public stage3-renderer doesn't send 'embed-size' with amp sentinel yet. * lint getWin() removed * remove width from test * isLayoutSupported uncommented, support only fixed height * pr comments fixes - lint * fix ident * fix imports * removed loader from PR * -added random playlist support -add preconnect to display service -querying media on layoutCallback * - sending 'seen' events * added html_format: AMP @powdercloud * minor fixes, added mocha tests. * updated encoding/decoding removed apester css prefixes removed height attribute changes -> now changeHeight handle this. note: I had to put setTimeout on height check cause it seems like this test happens before the attemptChangeHeight actually change this value. * new line in test-amp-apester-media * validator fix * validator fix ampproject#2 * removed decodeUrl * css in code changes * validator fix: data-apester-media to data-apester-media-id
mrsufgi
referenced
this issue
in apester-dev/amphtml
Nov 2, 2016
* add 1.0 folder * add test * test fixed by Dima * fix tests * fix share-tracking test added html_format: AMP @powdercloud new line in test-amp-apester-media validator fix #2 removed decodeUrl validator fix: data-apester-media to data-apester-media-id minor changes to css and loader refactor(css): change css classes css
mrsufgi
referenced
this issue
in apester-dev/amphtml
Nov 2, 2016
* add 1.0 folder * add test * test fixed by Dima * fix tests * fix share-tracking test added html_format: AMP @powdercloud new line in test-amp-apester-media validator fix #2 removed decodeUrl validator fix: data-apester-media to data-apester-media-id minor changes to css and loader refactor(css): change css classes css added html_format: AMP @powdercloud new line in test-amp-apester-media validator fix #2 removed decodeUrl validator fix: data-apester-media to data-apester-media-id refactor(css): change css classes css
mityaha
pushed a commit
to ooyala/amphtml
that referenced
this issue
Nov 30, 2016
* Initial implementation of <amp-apester-media> - no playlist support yet - public stage3-renderer doesn't send 'embed-size' with amp sentinel yet. * lint getWin() removed * remove width from test * Initial implementation of <amp-apester-media> - no playlist support yet - public stage3-renderer doesn't send 'embed-size' with amp sentinel yet. * lint getWin() removed * remove width from test * isLayoutSupported uncommented, support only fixed height * pr comments fixes - lint * fix ident * fix imports * removed loader from PR * -added random playlist support -add preconnect to display service -querying media on layoutCallback * - sending 'seen' events * added html_format: AMP @powdercloud * minor fixes, added mocha tests. * updated encoding/decoding removed apester css prefixes removed height attribute changes -> now changeHeight handle this. note: I had to put setTimeout on height check cause it seems like this test happens before the attemptChangeHeight actually change this value. * new line in test-amp-apester-media * validator fix * validator fix ampproject#2 * removed decodeUrl * css in code changes * validator fix: data-apester-media to data-apester-media-id
dreamofabear
pushed a commit
to dreamofabear/amphtml
that referenced
this issue
Dec 8, 2017
glevitzky
added a commit
to glevitzky/amphtml
that referenced
this issue
Jan 12, 2018
glevitzky
added a commit
to glevitzky/amphtml
that referenced
this issue
Jan 30, 2018
krdwan
added a commit
that referenced
this issue
Oct 20, 2020
…0622) * Update CSS for accordion * Add JSX into Preact component styling and misc review comments * Add important to make section styles impossible to overwrite * Add tests for CSS in amp-accordion * Accordion tests updates * Removed tests for getComputedStyle * Remove debugging comments * Address nits from review
ed-bird
pushed a commit
to ed-bird/amphtml
that referenced
this issue
Dec 10, 2020
…ect#2) (ampproject#30622) * Update CSS for accordion * Add JSX into Preact component styling and misc review comments * Add important to make section styles impossible to overwrite * Add tests for CSS in amp-accordion * Accordion tests updates * Removed tests for getComputedStyle * Remove debugging comments * Address nits from review
cosmin-vi
referenced
this issue
in cosmin-vi/amphtml
Jan 6, 2021
rileyajones
referenced
this issue
in rileyajones/amphtml
Jun 16, 2021
ychsieh
added a commit
that referenced
this issue
Jun 30, 2021
…35023) * Add runtime service to handle execute tasks like adding ports to the network. - Add entry points to wrapper such as creating PortOperator and adding ports. - Update compile script since it can perform as normal Closure compiler. * Fix lint errors. * Remove externs.js since the compiled code with it would keep 'goog' hence violate JSC_CANNOT_HAVE_MODULE_VAR_NAMED_GOOG. * Construct channel with FrameService iframe and add it to the network. - Add DeferredChannel to the network first and resolve it after the real channel is constructed. - Ensure FrameService port is always added before any widget initialization * Report available widgets to FrameService so that it can request widget ports to listen on. - Add protocol buffer library to generate FrameService protocol - Report widget by sending messages to FrameService's RespondingChannel. - Add necessary endpoints to Closure custom API. * Move proto library to third_party folder. - Move entire proto folder to third_party folder - Update whitelist and source globs for new third_party library - Add exports file so that 'require' can be avoided in the extension * Fix source glob error. * Fix source glob error #2. * Update protoc from protobug Github repo. * Remove assistjs extension and all relevant libraries.
UpScore-Matija
pushed a commit
to UpScore-Matija/amphtml
that referenced
this issue
Oct 8, 2021
ychsieh
added a commit
to ychsieh/amphtml
that referenced
this issue
Jan 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each one generates 2 try-catch-finally blocks.
Disgusting :)
The text was updated successfully, but these errors were encountered: