-
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
Extract AMPPreactBaseElement #37309
Merged
Merged
Extract AMPPreactBaseElement #37309
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5310bf - Browse repository at this point
Copy the full SHA d5310bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4508f14 - Browse repository at this point
Copy the full SHA 4508f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2a005 - Browse repository at this point
Copy the full SHA 7c2a005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39941d8 - Browse repository at this point
Copy the full SHA 39941d8View commit details -
workarounds to properly test bento components
we don't want AMP.BaseElement to be declared so that it won't get injected into the class hierarchy. current tests assume that AMP should be initialized all the time which breaks bento tests
Configuration menu - View commit details
-
Copy full SHA for 0704b8c - Browse repository at this point
Copy the full SHA 0704b8cView commit details -
split out generic bento testing from amp tests
current (hacky) workarounds: some tests depend on CSS, which we expect consumers to install. This differs from the AMP components that register styles themselves. To workaround this we have to import and append the bento component styles. This problem might be unique to components that don't use shadowCss. For components that do use shadowDom and have critical styling that needs to be tested, those styles are already written in JSS and declared as shadowCss in the bento component's declaration, which ensures that that the styles are baked into the component.
Configuration menu - View commit details
-
Copy full SHA for 61ae6f5 - Browse repository at this point
Copy the full SHA 61ae6f5View commit details -
Revert "workarounds to properly test bento components"
un-revert in order to test bento component
Configuration menu - View commit details
-
Copy full SHA for 6d4765c - Browse repository at this point
Copy the full SHA 6d4765cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa48a80 - Browse repository at this point
Copy the full SHA fa48a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0bdbd - Browse repository at this point
Copy the full SHA dd0bdbdView commit details -
refactor inheritance hierarchy for video components to remove amp cod…
…e from bento hierarchy
Configuration menu - View commit details
-
Copy full SHA for 4e68348 - Browse repository at this point
Copy the full SHA 4e68348View commit details -
Configuration menu - View commit details
-
Copy full SHA for e265420 - Browse repository at this point
Copy the full SHA e265420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4358e - Browse repository at this point
Copy the full SHA 5c4358eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93260f3 - Browse repository at this point
Copy the full SHA 93260f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c65e1 - Browse repository at this point
Copy the full SHA 66c65e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0c950 - Browse repository at this point
Copy the full SHA 8d0c950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c77c72 - Browse repository at this point
Copy the full SHA 1c77c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3472e - Browse repository at this point
Copy the full SHA bb3472eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aba612d - Browse repository at this point
Copy the full SHA aba612dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa1130 - Browse repository at this point
Copy the full SHA 6fa1130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f74058 - Browse repository at this point
Copy the full SHA 1f74058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f7876 - Browse repository at this point
Copy the full SHA 21f7876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc0c59 - Browse repository at this point
Copy the full SHA 1fc0c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for d334290 - Browse repository at this point
Copy the full SHA d334290View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.