Skip to content
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

Update local-notification.json #37

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions api_by_features/cpu-wake.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"working group": "Mozilla"
},
"ChromeApps": {
"api": "chrome.power API",
"url": "https://developer.chrome.com/extensions/power"
"working group": "Google"
"api": "chrome.power API",
"url": "https://developer.chrome.com/extensions/power",
"working group": "Google"
},
"Tizen": "",
"Blackberry": ""
Expand Down
19 changes: 16 additions & 3 deletions api_by_features/local-notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,22 @@
"iOS": "",
"Android": "",
"Windows 8": "",
"Cordova": "",
"FirefoxOS": "",
"ChromeApps": "",
"Cordova": {
"api": "notification.alert",
"url": "https://cordova.apache.org/docs/en/2.5.0/cordova_notification_notification.md.html#Notification",
"working group": "Apache"

},
"FirefoxOS": {
"api": "Notification.Notification()",
"url": "https://developer.mozilla.org/en-US/docs/Web/API/notification",
"working group": "Mozilla"
},
"ChromeApps": {
"api": "chrome.notifications",
"url": "https://cordova.apache.org/docs/en/2.5.0/cordova_notification_notification.md.html#Notification",
"working group": "Google"
},
"Tizen": {
"api": "tizen.notification",
"url": "https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.device.apireference/tizen/notification.html",
Expand Down
10 changes: 7 additions & 3 deletions api_by_features/webview.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@
"Cordova": {
"api": "WebView",
"url": "http://cordova.apache.org/docs/en/3.3.0/guide_hybrid_webviews_index.md.html#Embedding%20WebViews",
"working group": "Apache Cordova"
"working group": "Apache"
},
"FirefoxOS": {
"api": "GeckoView",
"url": "https://wiki.mozilla.org/Mobile/Projects/GeckoWebView",
"working group": "Firefox"
"working group": "Mozilla"
},
"ChromeApps": "",
"Tizen": "",
"Tizen": {
"api": "WebSetting API",
"url": "https://developer.tizen.org/dev-guide/2.3.0/org.tizen.web.apireference/html/device_api/mobile/tizen/websetting.html",
"working group": "Linux"
},
"Blackberry": {
"api": "WebView",
"url": "http://developer.blackberry.com/native/reference/cascades/bb__cascades__webview.html?f=webview",
Expand Down