-
Notifications
You must be signed in to change notification settings - Fork 144
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
Import Firefox 68 schema. #2624
Conversation
@@ -5,6 +5,7 @@ import bookmarks from './bookmarks.json'; | |||
import browserAction from './browser_action.json'; | |||
import browserSettings from './browser_settings.json'; | |||
import browsingData from './browsing_data.json'; | |||
import captivePortal from './captive_portal.json'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests are failing on not being able to find this by the looks of it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, I pushed the missing file in 2d7ccde. Totally forgot 😞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are passing (aside from appveyor), it looks sane - I'm not sure otherwise how to review this as I'm not familiar enough with the incoming changes.
Could you ask QA to ensure they throw plenty of real add-ons through validation to test this in action?
r+wc
Absolutely |
Fixes #2623