-
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
Mirror data to eliminate inconsistencies #3869
Comments
@jpmedley Would you say that this is a reasonable method of getting rid of the |
I'm worried about the edge cases where desktop and Android didn't ship in the same version. I would only do it with the following rules:
My actual preference would be to review all your PRs. My problem is I'm on the hook for content related to a Chrome beta release and Google IO which both happen in about two weeks. |
I totally understand what you mean there, thanks for taking the time to reply! Yeah, this doesn't affect any Android versions that were set to anything other than |
I'm closing this PR in favor of #4719. |
Something to help eliminate inconsistency issues is to mirror all the data from the primary browsers over to their mobile counterparts and forked browsers. This is an issue to track a huge series of pull requests that do just that, mirroring Firefox onto Firefox Android, and Chrome onto Chrome Android, Webview, Samsung Internet, and Opera. (Not Opera Android just yet.)
The PRs are as follows:
Another part is checking the primary browsers with their mobile counterparts and derivatives (such as Chrome to Opera, Firefox to Firefox Android) and making sure they roughly match. I went through and ran a script that checks to see if the counterparts/derivatives have values marked as "false" when their inheritance does not (i.e. Chrome has support for feature "foo_bar" but Opera does not). They are all listed here: https://gist.github.com/vinyldarkscratch/55e77caec88a5e67739f4fa80204db53
The text was updated successfully, but these errors were encountered: