-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[All] Update FontFace data. #3560
Conversation
jpmedley
commented
Mar 4, 2019
- Non-Chrome changes were generated by Confluence.
- The interface shipped in Chrome 35 by flipping the default on a runtime flag. History for runtime flags is no longer that far back. I found the beta blog post announcing its release.
- Before Chrome 45 load() and loaded returned void promises. Starting with 45 they return a FontFace instance.
I'm don't know if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks pretty good, @jpmedley! Two areas of note:
- I highlighted some possible ways to to align the notes with their applicable versions. I've added suggestions for my preferred approach, but I open to alternatives.
- I would prefer to sort the workers data to the top, but it's not required.
Thank you!
Also, thank you for doing the sort in a separate commit. That made this much easier to review! 👌 |
PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's a copy-and-paste issue to fix. Thank you!
Co-Authored-By: jpmedley <jmedley@google.com>
Co-Authored-By: jpmedley <jmedley@google.com>
Co-Authored-By: jpmedley <jmedley@google.com>
Co-Authored-By: jpmedley <jmedley@google.com>
Co-Authored-By: jpmedley <jmedley@google.com>
Co-Authored-By: jpmedley <jmedley@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you! 🎉
The source of this is mdn#3560. That linked to the IDL cleanup: https://chromium.googlesource.com/chromium/src/+/4e5bd2dafd23ae978222f7e4a73225a89a567f55 That made no actual, observable changes, as noted: > There are no changes to the generated code, other than order. Part of mdn#7844.