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

Demix Navigator* mixins into Navigator and WorkerNavigator #11413

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

teoli2003
Copy link
Contributor

This is a companion PR to mdn/content#6637

  • I moved Navigation*.* info to the corresponding Navigation.* entries.
  • I added it to WorkerNavigation.*, they are those of WorkerNavigation. I set some values to true because WorkerNavigation was set to true and it is probably a feature as old as it. They will be fixed at the same time (when we test for WorkerNavigation, we will test for the subfeatures too).
  • I removed the Navigation*.json files.

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 7, 2021
Copy link
Contributor

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

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

I have been looking forward to this for quite some time, thank you for taking the initiative @teoli2003! LGTM!

@queengooborg queengooborg merged commit 5cf02aa into mdn:main Jul 8, 2021
@queengooborg
Copy link
Contributor

A little extra note on this that I forgot to mention: for most of the mixins, we have been keeping them defined within separate files, but moving them to a _mixins subdirectory (which is hidden from consumers as the mixin members are flattened into their inheriting interfaces; i.e. NavigatorPlugins__Navigator.json defines api.Navigator.plugins). However, since these mixins are highly specific for the navigator API, I feel that it makes more sense to ignore there are mixins to begin with and just flatten the data altogether.

ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Jul 15, 2021
ddbeck added a commit that referenced this pull request Jul 15, 2021
* Bump version to v3.3.11

* Add release note for #11502

* Add release note for #11499

* Add release note for #11100

* Add release note for #11101

* Add release note for #11152

* Add release note for #11355

* Add release note for #11361

* Add release note for #11438

* Add release note for #11520

* Add release note for #11452

* Add release note for #11481

* Add second release note for #11481

* Add release note for #11500

* Add release note for #11524

* Add release note for #11413

* Add release note for #11414

* Add release date

* Add stats

* Fix formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants