dart-gde / chrome.dart

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

Update chrome.dart to support Chrome 44 #238

Closed bholtz closed 8 years ago

bholtz commented 8 years ago

Some fixes to get the gen_apis tool closer to running

Makes minor changes to fix codegen

Adds classes to appease the dart analyzer

Adds codegened libraries

This is a result of running tool/gen_apis.dart on the mildly doctored idl/json files and making some small fixes to hush up the analyzer.

Updates versioning

Modifies generated code to pass dartanalyzer

This is the first change I've made to genereated code and will need to apply this to all subsequent rerolls. Hopefully we'll soon have a better way of taking care of this.

Updates enums generated from json spec

Updating pre-existing tests

Update versioning