-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix Firefox version in the 'lastError' compatibility table #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks @rpl ! |
ExE-Boss
referenced
this pull request
in ExE-Boss/mdn-browser-compat-data
Apr 18, 2018
Eslint + Webpack + Travis CI setup
Elchi3
pushed a commit
that referenced
this pull request
May 6, 2019
* Add browser engine to schema * Add engines for IE (Trident) and Edge (EdgeHTML) * Add Chrome WebKit data * Add Chrome Blink data * Add engine for Chrome Android * Update Opera versions * Add release notes and date for Opera 60 * Add Opera (Presto & Blink) data * Add Opera Android (Presto & Blink) data * Add Safari (WebKit) data * Add Safari iOS (WebKit) data * Update current Safari iOS version * Add Firefox (Gecko) data * Add Firefox Android (Gecko) data * Add Webview (Blink) data * Add Node.js (V8) data * Add Samsung Internet (Blink) data * Add release date for Samsung Internet 8.2 * Add Samsung Internet 9.2 * 8.2 is retired * 7.4 is retired * Add 8.0 and 9.0 * Add engine version for Samsung Internet 8.0 * Add Samsung Internet 9.0/9.2 engines based upon manual testing * Replace 4.4 and 4.4.3 with 30 and 33, add 36 * Update data for 4.4.3 -> 33 * Update data for 4.4 -> 30 * Fix remaining files * Fix version numbers set to 37 * Add WebView data for non-Chromium versions * Revert version numbers of WebView 4.4 and 4.4.3 * Fix version numbers in all files * Add engines to WebView 4.4, 4.4.3, and 36 * Add documentation regarding engine fields * Add enum validation of known engines * Remove WebView 36 * Update files to remove WebView 36 * Fix typos via @ExE-Boss' suggestion Co-Authored-By: vinyldarkscratch <[email protected]> * Add engines to browsers in TypeScript (#1) * Revert "Add engines to browsers in TypeScript (#1)" This reverts commit ac1fe4c. * Remove Opera and WebView as engines * Add browser engine data to TypeScript * Add engines for Android Webview 2.x/3.x/4.0/4.1/4.2 Information Source: https://developers.whatismybrowser.com/useragents/explore/software_name/android-browser * Add Safari iOS 1.0 engine version * Update engines based upon user agent strings * Fix Safari iOS engine versions * Fix syntax error during merge * Add engine to Node.js 12.0.0 * Update Internet Explorer engines * Remove engines from IE 1-6 for now
ddbeck
pushed a commit
that referenced
this pull request
Feb 12, 2021
* Added in manifest info - Used https://caniuse.com/?search=manifest * Fixes for samsung * Corrected theme_color data from https://chromestatus.com/features/5709006190411776 * Add scope data From chromium/chromium@c099a89 * Update display.json chromium/chromium@f607208 * Update start_url.json chromium/chromium@c267d1e * Update orientation.json chromium/chromium@96297a7 * Update name.json chromium/chromium@161ea5d * Update short_name.json chromium/chromium@161ea5d * Update icons.json chromium/chromium@c00b78f * Remove other data (#1) * Update display.json * Update icons.json * Update name.json * Update short_name.json * Update theme_color.json * Update name.json https://medium.com/@firt/pwas-are-coming-to-ios-11-3-cupertino-we-have-a-problem-2ff49fd7d6ea WebKit/WebKit@ca1e8ed * Update description.json https://medium.com/@firt/pwas-are-coming-to-ios-11-3-cupertino-we-have-a-problem-2ff49fd7d6ea WebKit/WebKit@ca1e8ed * Update scope.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
data:webext
Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
runtime.lastError was added as part of the following bugzilla issue:
This PR fixes the compat table to report 47 as the first Firefox version which supports it.