diff --git a/api_by_features/cpu-wake.json b/api_by_features/cpu-wake.json index 953e99c..1ddcc9c 100644 --- a/api_by_features/cpu-wake.json +++ b/api_by_features/cpu-wake.json @@ -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": "" diff --git a/api_by_features/local-notification.json b/api_by_features/local-notification.json index dd2acef..29c1287 100644 --- a/api_by_features/local-notification.json +++ b/api_by_features/local-notification.json @@ -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", diff --git a/api_by_features/webview.json b/api_by_features/webview.json index 4433386..dde053f 100644 --- a/api_by_features/webview.json +++ b/api_by_features/webview.json @@ -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",