forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update amp-3d-gltf.js #6
Open
erwinmombay
wants to merge
1
commit into
master
Choose a base branch
from
erwinmombay-patch-4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erwinmombay
pushed a commit
that referenced
this pull request
Mar 11, 2019
* creating new amp-smartlinks extension * BAM-2584 AMP-Smartlinks (#3) * adding example page and amp-smartlinks to bundles.config * creating amp-smartlinks scaffolding * BAM-2584 adding hardcoded POC implementation of amp-smartlinks * adding new constants file and linkmate file/class * adding linkmate call and association working with link-rewrite service * add amp config call and update workflow to use those values * setup initial amp-smartlinks and linkmate workflow * adding new config variables for link attribute and selector * add tests for amp-smartlinks * add test for linkmate.js * add more thorough anchorList check in runSmartlinks * adding code comments, new constants structure and better options validation * update amp-smartlinks to have helpful information * updating global vars and cleaning up main files * clean up tests and add more explicit type assertions * clean up jsdoc tags * BAM-2585 Whitelist import, fix type errors, and replace user.assert with userAssert (#4) * BAM-2585 whitelist navigation import and fix type errors * replace user.assert with userAssert * BAM-2585 fix validator and type check (#5) * more validator fixes (#6) * BAM-2585 Fix validator, copyright, and whitespace (#7) * alphabetize validator, fix whitespace, and add valid tag * update year in copyright statement * BAM-2585 move `link-rewriter` to import statements and updating types (#8) * BAM-2585 remove link-rewriter and switch to importing from skimlinks extension * clean up promise chain and more descriptive API comments * update xhr to pull from ampdoc.win and add types to constants.js * fix type in buildPageImpressionPayload_ * update validator with new empty value check (#9) * update validator for exclusive-links * switch page-impression API request to customEventReporter (#11) * BAM-2585 fix jsdoc in linkmate-options and unnecessary param in page_impression request (#12) * fix jsdoc for linkmate params and make runLinkmate more readable (#13) * add try/catch on amp_config fetch and updated constants.js * remove bad type in constants.js and add check for existing shop-links (#14) * add check for auction_id in mapLinks and add jsdoc for SMARTLINKS_REWRITER_ID * fix type notation in constants.js and linkmate-options.js * fix indentation in example file * add note to README describing link-rewriter priority queue behavior (#15) * add exception to compile.js for amp-skimlinks * update validator to use empty value as indicator linkmate param * fix validator and linkmate-options to use new config style (#16) * updating tests for linkmate-options.js * remove redundant userAssert in linkmate-options * update tests to reflect config changes * update tests to send accurate config params * update readme to refelct config changes and more accurate function names in linkmate-options
erwinmombay
pushed a commit
that referenced
this pull request
Jul 26, 2023
erwinmombay
pushed a commit
that referenced
this pull request
Jul 28, 2023
erwinmombay
pushed a commit
that referenced
this pull request
Aug 8, 2023
…ct#39211) * ♻️🐛 [Trusted Types] Make AmpWorker Trusted Types compatible (#6) * fix regex to match subdomains properly * fixing regex * fixing hostname regex * typo * lint changes * lint fix * conditional fix * testing string conversion before passing * more permissive for testing * update test regex with more urls * fixing hostname * adding one more url to test allowlist * removing restrictions on testing due to dynamic url * mjs file extensions * replace slice with endsWith for readability
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Instructions:
(chore):
).ProjectX: Implement some feature
).Fixes
,Closes
, orResolves
followed the issue number will automatically close the issue.Example of a good description:
Emojis for categorizing pull requests:
✨ New feature (
:sparkles:
)🐛 Bug fix (
:bug:
)🔥 P0 fix (
:fire:
)✅ Tests (
:white_check_mark:
)🚀 Performance improvements (
:rocket:
)🖍 CSS / Styling (
:crayon:
)♿ Accessibility (
:wheelchair:
)🌐 Internationalization (
:globe_with_meridians:
)📖 Documentation (
:book:
)🏗 Infrastructure / Tooling / Builds / CI (
:building_construction:
)⏪ Reverting a previous change (
:rewind:
)♻️ Refactoring (like moving around code w/o any changes) (
:recycle:
)🚮 Deleting code (
:put_litter_in_its_place:
)