Skip to content

Commit

Permalink
regenerate APIs from Chromium @ 3fc45039a8ff
Browse files Browse the repository at this point in the history
  • Loading branch information
babot committed Apr 6, 2021
1 parent b7a23df commit 022c2a1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 114 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chromex [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](license.txt) [![Clojars Project](https://img.shields.io/clojars/v/binaryage/chromex.svg)](https://clojars.org/binaryage/chromex) [![Travis](https://img.shields.io/travis/binaryage/chromex.svg)](https://travis-ci.org/binaryage/chromex) [![Example Projects](https://img.shields.io/badge/project-examples-ff69b4.svg)](https://github.com/binaryage/chromex/tree/master/examples)

This library is auto-generated. Current version was **generated on 2020-12-25** from [**Chromium @ 540e75bd7468**](https://chromium.googlesource.com/chromium/src.git/+/540e75bd74680df9c276746e338e16c13941b0be).
This library is auto-generated. Current version was **generated on 2020-12-26** from [**Chromium @ 3fc45039a8ff**](https://chromium.googlesource.com/chromium/src.git/+/3fc45039a8ff08a79015c72d3daf0435523ae278).

Looking for a nightly version? Check out [**nightly branch**](https://github.com/binaryage/chromex/tree/nightly) which gets updated if there are any new API changes.

Expand All @@ -11,7 +11,7 @@ For Chrome Extensions and also for Chrome Apps:
| API family | namespaces | properties | functions | events |
| --- | --- | --- | --- | --- |
| [Public Chrome Extension APIs](src/exts) | 83 | 62 | 404 | 180 |
| [Public Chrome App APIs](src/apps) | 68 | 32 | 450 | 153 |
| [Public Chrome App APIs](src/apps) | 67 | 32 | 448 | 152 |
| [Private Chrome Extension APIs](src/exts_private) | 40 | 0 | 508 | 92 |
| [Private Chrome App APIs](src/apps_private) | 37 | 0 | 379 | 87 |

Expand Down
90 changes: 0 additions & 90 deletions src/apps/chromex/app/system/power_source.clj

This file was deleted.

16 changes: 0 additions & 16 deletions src/apps/chromex/app/system/power_source.cljs

This file was deleted.

7 changes: 1 addition & 6 deletions src/apps/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
| [chrome.system.display](https://developer.chrome.com/extensions/system.display) | [chromex/app/system/display.clj](chromex/app/system/display.clj) |
| [chrome.system.memory](https://developer.chrome.com/extensions/system.memory) | [chromex/app/system/memory.clj](chromex/app/system/memory.clj) |
| [chrome.system.network](https://developer.chrome.com/extensions/system.network) | [chromex/app/system/network.clj](chromex/app/system/network.clj) |
| [chrome.system.powerSource](https://developer.chrome.com/extensions/system.powerSource) | [chromex/app/system/power_source.clj](chromex/app/system/power_source.clj) |
| [chrome.system.storage](https://developer.chrome.com/extensions/system.storage) | [chromex/app/system/storage.clj](chromex/app/system/storage.clj) |
| [chrome.systemIndicator](https://developer.chrome.com/extensions/systemIndicator) | [chromex/app/system_indicator.clj](chromex/app/system_indicator.clj) |
| [chrome.tabs](https://developer.chrome.com/extensions/tabs) | [chromex/app/tabs.clj](chromex/app/tabs.clj) |
Expand All @@ -76,7 +75,7 @@

### API stats

Generated 68 namespaces containing 32 properties, 450 functions and 153 events:
Generated 67 namespaces containing 32 properties, 448 functions and 152 events:


| :namespace | :properties | :functions | :events |
Expand Down Expand Up @@ -138,7 +137,6 @@ Generated 68 namespaces containing 32 properties, 450 functions and 153 events:
| chrome.system.display | 0 | 14 | 1 |
| chrome.system.memory | 0 | 1 | 0 |
| chrome.system.network | 0 | 1 | 0 |
| chrome.system.powerSource | 0 | 2 | 1 |
| chrome.system.storage | 0 | 3 | 2 |
| chrome.systemIndicator | 0 | 3 | 1 |
| chrome.tabs | 1 | 29 | 13 |
Expand Down Expand Up @@ -399,9 +397,6 @@ Generated 68 namespaces containing 32 properties, 450 functions and 153 events:
[chromex.app.system.network refer:[
get-network-interfaces tap-all-events]]

[chromex.app.system.power-source refer:[
get-power-source-info request-status-update tap-on-power-changed tap-all-events]]

[chromex.app.system.storage refer:[
get-info eject-device get-available-capacity tap-on-attached tap-on-detached tap-all-events]]

Expand Down

0 comments on commit 022c2a1

Please sign in to comment.