You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/06 03:45:50 UTC

[2/3] spec commit: Restored page with links to avoid conflic merges

Restored page with links to avoid conflic merges


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/cb4cb0ee
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/cb4cb0ee
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/cb4cb0ee

Branch: refs/heads/master
Commit: cb4cb0ee7de102c72fc14119d05bc3a3ab907265
Parents: 76e2570
Author: Martin Gonzalez <ma...@gmail.com>
Authored: Fri Aug 1 12:20:28 2014 -0500
Committer: Martin Gonzalez <ma...@gmail.com>
Committed: Fri Aug 1 12:20:28 2014 -0500

----------------------------------------------------------------------
 www/autotest/index.html     | 1 +
 www/autotest/pages/all.html | 1 +
 www/index.html              | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/cb4cb0ee/www/autotest/index.html
----------------------------------------------------------------------
diff --git a/www/autotest/index.html b/www/autotest/index.html
index f9c2279..fe1dd91 100644
--- a/www/autotest/index.html
+++ b/www/autotest/index.html
@@ -47,6 +47,7 @@
     <a href="pages/filetransfer.html" class="btn large" style="width:100%;">Run FileTransfer Tests</a>
     <a href="pages/geolocation.html" class="btn large" style="width:100%;">Run Geolocation Tests</a>
     <a href="pages/globalization.html" class="btn large" style="width:100%;">Run Globalization Tests</a>
+    <a href="pages/media.html" class="btn large" style="width:100%;">Run Media Tests</a>
     <a href="pages/network.html" class="btn large" style="width:100%;">Run Network Tests</a>
     <a href="pages/notification.html" class="btn large" style="width:100%;">Run Notification Tests</a>
     <a href="pages/platform.html" class="btn large" style="width:100%;">Run Platform Tests</a>

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/cb4cb0ee/www/autotest/pages/all.html
----------------------------------------------------------------------
diff --git a/www/autotest/pages/all.html b/www/autotest/pages/all.html
index 7c0d0bc..9ee9180 100644
--- a/www/autotest/pages/all.html
+++ b/www/autotest/pages/all.html
@@ -56,6 +56,7 @@
   <script type="text/javascript" src="../tests/filetransfer.tests.js"></script>
   <script type="text/javascript" src="../tests/geolocation.tests.js"></script>
   <script type="text/javascript" src="../tests/globalization.tests.js"></script>
+  <script type="text/javascript" src="../tests/media.tests.js"></script>
   <script type="text/javascript" src="../tests/network.tests.js"></script>
   <script type="text/javascript" src="../tests/notification.tests.js"></script>
   <script type="text/javascript" src="../tests/platform.tests.js"></script>

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/cb4cb0ee/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index e9f2919..39bc875 100644
--- a/www/index.html
+++ b/www/index.html
@@ -44,6 +44,7 @@ User-Agent: <span id="user-agent"> </span></div>
     <a href="cdvtests/index.html?showBack" class="btn large">New-Style Tests</a>
     <a href="autotest/index.html" class="btn large">Automatic Test</a>
     <a href="accelerometer/index.html" class="btn large">Accelerometer</a>
+    <a href="audio/index.html" class="btn large">Audio Play/Record</a>
     <a href="battery/index.html" class="btn large">Battery</a>
     <a href="camera/index.html" class="btn large">Camera</a>
     <a href="capture/index.html" class="btn large">Capture</a>