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

Can we show Opera "In development"? #263

Closed
jyasskin opened this issue Feb 4, 2016 · 8 comments
Closed

Can we show Opera "In development"? #263

jyasskin opened this issue Feb 4, 2016 · 8 comments
Labels

Comments

@jyasskin
Copy link
Collaborator

jyasskin commented Feb 4, 2016

At https://www.chromestatus.com/features/5264933985976320, Opera shows as "shipped", even though they're only going to ship to their dev channel in 37. The 'edit' page only gives me one field for Opera, for all of "enabled by default, experimental, or deprecated".

@perja12

@ebidel
Copy link
Contributor

ebidel commented Feb 4, 2016

IIRC we basically map all opera_shipped_version to chrome_shipped_version - 13. This might be a good candidate to note in the comments.

var operaVersion = chromeVersion - 13; // e.g. Chrome 32 ~ Opera 19

@mathiasbynens
Copy link
Member

It would be nice to have a separate status field for Opera. It could mirror Chrome X’s status for Opera X - 13 as a reasonable default (since they’re both based on the same Chromium version), but then we could manually override it in cases where the status differs. A field like this one:

@ebidel
Copy link
Contributor

ebidel commented Feb 15, 2016

@mathiasbynens any interest in PRing? :)

@ebidel
Copy link
Contributor

ebidel commented Jul 11, 2016

@mathiasbynens how often does this come up? I'm weary of adding more fields for owners to fill out / maintain. They already don't do a good job of adding all the data.

@jyasskin
Copy link
Collaborator Author

If it has the default that @mathiasbynens suggested, owners don't need to fill it out unless it matters.

@mathiasbynens
Copy link
Member

@ebidel It’s not that uncommon — it usually happens for one or two features in each stable release. As @jyasskin pointed out, there would be no additional maintenance burden. In the worst case, the owner doesn’t fill out anything special for Opera, in which case the status for Opera would be incorrect — that’s already the case on the current site. The additional field would enable me/others to fix that entry.

@RByers
Copy link
Contributor

RByers commented Jul 11, 2016

Per this thread it would be nice if we could treat Opera deskop and Opera mobile similarly to Chrome on WebView, Chrome Android etc. I.e. the overall status describes the plan of the blink/chromium project (which reflects the consensus of all the browser vendors built on it via the launch process). By default that should apply to each shipping product based on chromium/blink, but can be overridden for the unusual case that a blink feature isn't shipped on all browsers.

So I think here we're talking about a feature that has shipped in some chromium product, but hasn't yet shipped in others (either because there are no plans to or because it's blocked), right? Today I think we do this by leaving the appropriate "shipped in" field blank (eg. how Push is shipped on desktop/android but not webview). Is that good enough for Opera too? Of course we should encourage details for special cases to be put into comments.

@jpmedley
Copy link
Contributor

jpmedley commented Mar 6, 2019

#586 Makes this issue moot.

@jpmedley jpmedley closed this as completed Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants