-
Notifications
You must be signed in to change notification settings - Fork 56
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
Proposal: Make extension APIs browser neutral #113
Comments
The |
Added both What about |
FWIW, |
Anecdotally, the oldest concrete references I've been able to find for "chrome" in the GUI sense are Jargon File v2.1.1 (1990) and Netscape Navigator's source (Mozilla FTP, GH mirror) (1995-1998?). |
Whether chrome is a browser-neutral term, it would be good for interoperability to harmonize the naming of the |
Safari already supports |
So, So what should the namespace be? Maybe |
Safari implements both There were some TPAC discussions around this, and I believe the Chrome team was onboard with supporting |
I have published the meeting notes where the adoption of I have also posted a comment on the crbug to cross-link this information in the WECG, at https://bugs.chromium.org/p/chromium/issues/detail?id=798169#c10 |
with the merging of #508, Chrome should be able to initiate the work to support the browser namespace |
Currently several aspects of the webExtension platform reference specific browsers. This should be streamlined across all browsers.
Examples are:
chrome
while Mozilla Firefox, the old Microsoft Edge and Safari also support the browser-neutralbrowser
. A request to also supportbrowser
in Google Chrome has been filed here: CrBug 798169chrome_settings_overrides
manifest property could be replaced with the neutralbrowser_settings_overrides
chrome_url_overrides
manifest property could be replaced with the neutralbrowser_url_overrides
omnibox
API, mentioned here Proposal: Make extension APIs browser neutral #113 (comment)incognito
manifest propertyLet me know if I'm missing any of them.
The text was updated successfully, but these errors were encountered: