dart-gde / chrome.dart

Provide Dart interop with chrome.* APIs for Chrome Packaged Apps
Other
125 stars 48 forks source link

Rolls chrome.dart up to chrome 51 #247

Closed bholtz closed 8 years ago

bholtz commented 8 years ago

Adds all new IDL/JSON for Chrome 51

Adds new APIs to the APIs registry

Adds parser changes and small IDL tweaks

The changes to IDL are minimal in order to get the codegen running

Adds generated code

Tweaks generated files to pass dartanalyzer and travis