From 0d751d4887ae56885f9d9a935af6f31ef4b23940 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Wed, 26 Aug 2015 15:41:00 -0300 Subject: [PATCH 1/3] Update local-notification.json * Update Cordova * Add FirefoxOs * Add ChromeApps --- api_by_features/local-notification.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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", From 710511749a23708795aaed890f9b56a28991fca2 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Wed, 26 Aug 2015 15:57:06 -0300 Subject: [PATCH 2/3] Update cpu-wake.json * JSON valid --- api_by_features/cpu-wake.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": "" From 79a21f9e2badeffb45c0739948d8fec406324f42 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Wed, 26 Aug 2015 16:03:19 -0300 Subject: [PATCH 3/3] Update webview.json * Add Tizen * Update groups --- api_by_features/webview.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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",