You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/07/19 06:30:31 UTC

[1/2] webos commit: CB-1096 hello cordova app for webOS

Updated Branches:
  refs/heads/master fa8ac37b2 -> d11522de7


CB-1096 hello cordova app for webOS


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/commit/d11522de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/tree/d11522de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/diff/d11522de

Branch: refs/heads/master
Commit: d11522de7d1591800300e8a9c3a3f2d787389d96
Parents: fa8ac37
Author: Herm Wong <he...@apache.org>
Authored: Wed Jul 18 21:27:51 2012 -0700
Committer: Herm Wong <he...@apache.org>
Committed: Wed Jul 18 21:27:51 2012 -0700

----------------------------------------------------------------------
 framework/config.xml                               |   47 +
 framework/css/index.css                            |  100 +
 framework/dashboard.html                           |   35 -
 framework/img/cordova.png                          |  Bin 0 -> 19932 bytes
 framework/index.html                               |  400 +---
 framework/js/index.js                              |   20 +
 framework/menu.css                                 |   57 -
 framework/res/icon/cordova_128.png                 |  Bin 0 -> 11401 bytes
 framework/res/icon/cordova_16.png                  |  Bin 0 -> 1699 bytes
 framework/res/icon/cordova_24.png                  |  Bin 0 -> 2215 bytes
 framework/res/icon/cordova_256.png                 |  Bin 0 -> 27408 bytes
 framework/res/icon/cordova_32.png                  |  Bin 0 -> 2843 bytes
 framework/res/icon/cordova_48.png                  |  Bin 0 -> 4111 bytes
 framework/res/icon/cordova_512.png                 |  Bin 0 -> 39830 bytes
 framework/res/icon/cordova_64.png                  |  Bin 0 -> 5463 bytes
 framework/res/icon/cordova_android_36.png          |  Bin 0 -> 3096 bytes
 framework/res/icon/cordova_android_48.png          |  Bin 0 -> 4090 bytes
 framework/res/icon/cordova_android_72.png          |  Bin 0 -> 6080 bytes
 framework/res/icon/cordova_android_96.png          |  Bin 0 -> 7685 bytes
 framework/res/icon/cordova_bb_80.png               |  Bin 0 -> 7287 bytes
 framework/res/icon/cordova_ios_114.png             |  Bin 0 -> 7869 bytes
 framework/res/icon/cordova_ios_144.png             |  Bin 0 -> 11706 bytes
 framework/res/icon/cordova_ios_57.png              |  Bin 0 -> 3908 bytes
 framework/res/icon/cordova_ios_72.png              |  Bin 0 -> 4944 bytes
 framework/res/screen/android_hdpi_landscape.png    |  Bin 0 -> 218302 bytes
 framework/res/screen/android_hdpi_portrait.png     |  Bin 0 -> 222148 bytes
 framework/res/screen/android_ldpi_landscape.png    |  Bin 0 -> 42616 bytes
 framework/res/screen/android_ldpi_portrait.png     |  Bin 0 -> 42034 bytes
 framework/res/screen/android_mdpi_landscape.png    |  Bin 0 -> 92347 bytes
 framework/res/screen/android_mdpi_portrait.png     |  Bin 0 -> 90555 bytes
 framework/res/screen/android_xhdpi_landscape.png   |  Bin 0 -> 489604 bytes
 framework/res/screen/android_xhdpi_portrait.png    |  Bin 0 -> 504508 bytes
 .../res/screen/blackberry_transparent_300.png      |  Bin 0 -> 15823 bytes
 .../res/screen/blackberry_transparent_400.png      |  Bin 0 -> 11001 bytes
 framework/res/screen/ipad_landscape.png            |  Bin 0 -> 407370 bytes
 framework/res/screen/ipad_portrait.png             |  Bin 0 -> 422441 bytes
 framework/res/screen/ipad_retina_landscape.png     |  Bin 0 -> 1534088 bytes
 framework/res/screen/ipad_retina_portrait.png      |  Bin 0 -> 1610434 bytes
 framework/res/screen/iphone_landscape.png          |  Bin 0 -> 92301 bytes
 framework/res/screen/iphone_portrait.png           |  Bin 0 -> 93897 bytes
 framework/res/screen/iphone_retina_landscape.png   |  Bin 0 -> 339639 bytes
 framework/res/screen/iphone_retina_portrait.png    |  Bin 0 -> 350593 bytes
 framework/res/screen/windows_phone_portrait.jpg    |  Bin 0 -> 11483 bytes
 framework/spec.html                                |   50 +
 framework/spec/helper.js                           |   11 +
 framework/spec/index.js                            |   49 +
 framework/spec/lib/jasmine-1.2.0/MIT.LICENSE       |   20 +
 framework/spec/lib/jasmine-1.2.0/jasmine-html.js   |  616 ++++
 framework/spec/lib/jasmine-1.2.0/jasmine.css       |   81 +
 framework/spec/lib/jasmine-1.2.0/jasmine.js        | 2529 +++++++++++++++
 50 files changed, 3545 insertions(+), 470 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/config.xml
----------------------------------------------------------------------
diff --git a/framework/config.xml b/framework/config.xml
new file mode 100644
index 0000000..a7e35db
--- /dev/null
+++ b/framework/config.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns     = "http://www.w3.org/ns/widgets"
+        xmlns:gap = "http://phonegap.com/ns/1.0"
+        id        = "io.cordova.hello-cordova"
+        version   = "2.0.0">
+    <name>Hello Cordova</name>
+
+    <description>
+        A sample Apache Cordova application that responds to the deviceready event.
+    </description>
+
+    <author href="http://cordova.io" email="callback-dev@incubator.apache.org">
+        Apache Cordova Team
+    </author>
+
+    <icon src="res/icon/cordova_512.png"        width="512" height="512" />
+    <icon src="res/icon/cordova_android_96.png" width="96"  height="96"  gap:platform="android" />
+    <icon src="res/icon/cordova_bb_80.png"      width="80"  height="80"  gap:platform="blackberry" />
+    <icon src="res/icon/cordova_ios_144.png"    width="144" height="144" gap:platform="ios" />
+
+    <gap:splash src="res/screen/android_hdpi_landscape.png"      width="800"  height="480"  gap:platform="android" />
+    <gap:splash src="res/screen/android_hdpi_portrait.png"       width="480"  height="800"  gap:platform="android" />
+    <gap:splash src="res/screen/android_ldpi_landscape.png"      width="320"  height="200"  gap:platform="android" />
+    <gap:splash src="res/screen/android_ldpi_portrait.png"       width="200"  height="320"  gap:platform="android" />
+    <gap:splash src="res/screen/android_mdpi_landscape.png"      width="480"  height="320"  gap:platform="android" />
+    <gap:splash src="res/screen/android_mdpi_portrait.png"       width="320"  height="480"  gap:platform="android" />
+    <gap:splash src="res/screen/android_xhdpi_landscape.png"     width="1280" height="720"  gap:platform="android" />
+    <gap:splash src="res/screen/android_xhdpi_portrait.png"      width="720"  height="1280" gap:platform="android" />
+    <gap:splash src="res/screen/blackberry_transparent_300.png"  width="300"  height="300"  gap:platform="blackberry" />
+    <gap:splash src="res/screen/blackberry_transparent_400.png"  width="200"  height="200"  gap:platform="blackberry" />
+    <gap:splash src="res/screen/ipad_landscape.png"              width="1024" height="748"  gap:platform="ios" />
+    <gap:splash src="res/screen/ipad_portrait.png"               width="768"  height="1004" gap:platform="ios" />
+    <gap:splash src="res/screen/ipad_retina_landscape.png"       width="2048" height="1496" gap:platform="ios" />
+    <gap:splash src="res/screen/ipad_retina_portrait.png"        width="1536" height="2008" gap:platform="ios" />
+    <gap:splash src="res/screen/iphone_landscape.png"            width="480"  height="320"  gap:platform="ios" />
+    <gap:splash src="res/screen/iphone_portrait.png"             width="320"  height="480"  gap:platform="ios" />
+    <gap:splash src="res/screen/iphone_retina_landscape.png"     width="960"  height="640"  gap:platform="ios" />
+    <gap:splash src="res/screen/iphone_retina_portrait.png"      width="640"  height="960"  gap:platform="ios" />
+    <gap:splash src="res/screen/windows_phone_portrait.jpg"      width="480"  height="800"  gap:platform="winphone" />
+
+    <feature name="http://api.phonegap.com/1.0/device" />
+
+    <preference name="phonegap-version" value="1.9.0" />
+    <preference name="orientation"      value="default" />
+    <preference name="target-device"    value="universal" />
+    <preference name="fullscreen"       value="false" />
+</widget>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/css/index.css
----------------------------------------------------------------------
diff --git a/framework/css/index.css b/framework/css/index.css
new file mode 100644
index 0000000..c869f87
--- /dev/null
+++ b/framework/css/index.css
@@ -0,0 +1,100 @@
+html,
+body {
+    height:100%;
+    font-size:12px;
+    width:100%;
+}
+
+html {
+    display:table;
+}
+
+body {
+    background-color:#A7A7A7;
+    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-webkit-gradient(
+        linear,
+        left top,
+        left bottom,
+        color-stop(0, #A7A7A7),
+        color-stop(0.51, #E4E4E4)
+    );
+    display:table-cell;
+    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
+    text-transform:uppercase;
+    vertical-align:middle;
+}
+
+.app {
+    background-image:url(../img/cordova.png);
+    background-repeat:no-repeat;
+    margin:0px auto;
+    width:275px;
+}
+
+h1 {
+    font-size:2em;
+    font-weight:300;
+    margin:0px;
+    overflow:visible;
+    padding:0px;
+    text-align:center;
+}
+
+.status {
+    background-color:#333333;
+    border-radius:4px;
+    -webkit-border-radius:4px;
+    color:#FFFFFF;
+    font-size:1em;
+    margin:0px auto;
+    padding:2px 10px;
+    text-align:center;
+    width:100%;
+    max-width:175px;
+}
+
+.status.complete {
+    background-color:#4B946A;
+}
+
+.hide {
+    display:none;
+}
+
+@keyframes fade {
+    from { opacity: 1.0; }
+    50% { opacity: 0.4; }
+    to { opacity: 1.0; }
+}
+ 
+@-webkit-keyframes fade {
+    from { opacity: 1.0; }
+    50% { opacity: 0.4; }
+    to { opacity: 1.0; }
+}
+ 
+.blink {
+    animation:fade 3000ms infinite;
+    -webkit-animation:fade 3000ms infinite;
+}
+
+/* portrait */
+/* @media screen and (max-aspect-ratio: 1/1) */
+.app {
+    background-position:center top;
+    height:100px;              /* adds enough room for text */
+    padding:180px 0px 0px 0px; /* background height - shadow offset */
+}
+
+/* lanscape (when wide enough) */
+@media screen and (min-aspect-ratio: 1/1) and (min-width:445px) {
+    .app {
+        background-position:left center;
+        height:140px;       /* height + padding = background image size */
+        padding-left:170px; /* background width */
+        padding-top:60px;   /* center the text */
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/dashboard.html
----------------------------------------------------------------------
diff --git a/framework/dashboard.html b/framework/dashboard.html
deleted file mode 100644
index 7618cf3..0000000
--- a/framework/dashboard.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
-
--->
-
-<!DOCTYPE html>
-
-<!--
-	This sample dashboard.html is a "bare bones" example of a dashboard stage using the shim wrapper.
--->
-<html lang="en">
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-	<title>Dashboard</title>
-</head>
-<body>
-Hello World
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/img/cordova.png
----------------------------------------------------------------------
diff --git a/framework/img/cordova.png b/framework/img/cordova.png
new file mode 100644
index 0000000..e8169cf
Binary files /dev/null and b/framework/img/cordova.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/index.html
----------------------------------------------------------------------
diff --git a/framework/index.html b/framework/index.html
index e52405b..fc9dd1d 100644
--- a/framework/index.html
+++ b/framework/index.html
@@ -1,380 +1,24 @@
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
-
--->
-
 <!DOCTYPE html>
-
-<!--
-
-	This sample index.html is a "bare bones" example of using web development
-	to produce a webOS app using mini Mojo. This is *not* designed to illustrate
-	best practices (as the advanced developer will notice right off), but
-	rather to show that even basic "web 1.0" skills can successfully create an
-	app.
-
--->
-
-
-<html lang="en">
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-	<title>cordova WebOS</title>
-	
-	<script type="text/javascript" src="cordova-2.0.0.js"></script>   
-	<script type="text/javascript">
-		// create global var for sqlite database instance
-		var db;
-	</script>
-		
-	<link rel="stylesheet" type="text/css" href="menu.css">
-	
-</head>
-<body>
-
-<div id="menu">
-	<a onclick="page('screen');">Adjust Screen Settings</a>
-	<a onclick="page('notifications');">Notification Examples</a>
-	<a onclick="info();">Show Device Info</a>
-	<a onclick="page('net');">Show Network Info</a>		
-	<a onclick="window.debug.log('trace this');">Console Logging</a>
-	<a onclick="launchmap()">Launch Map App</a>
-	<a onclick="navigator.window.newCard('dashboard.html'); menu(false);">Launch New Card</a>
-	<a onclick="getPicture();">Launch Camera</a>
-	<a onclick="storage();">Storage Tests</a> 
-	<a onclick="callCordovaExec();menu(false);">cordova Exec</a>
-	<a onclick="page('touchDemo');">Touch Events Examples</a>
-	<a onclick="page('compassDemo');">Compass API</a>
-	<a onclick="menu(false);">Done</a>
-</div>
-
-<div id="screen">
-	<p><input type="checkbox" onchange="navigator.window.setFullScreen(this.checked);">navigator.window.setFullScreen();</p>
-	<p><input type="checkbox" onchange="navigator.window.blockScreenTimeout(this.checked);">navigator.window.blockScreenTimeout();</p>
-	<p><input type="checkbox" onchange="navigator.accelerometer.setFastAccelerometer(this.checked);">navigator.accelerometer.fastAccelerometer();</p>
-	
-	<p>navigator.orientation.setWindowOrientation();</p>
-	<input type="radio" onchange="navigator.orientation.setOrientation(this.value);" value="up" name="orientation" checked>up
-	<input type="radio" onchange="navigator.orientation.setOrientation(this.value);" value="down" name="orientation">down
-	<input type="radio" onchange="navigator.orientation.setOrientation(this.value);" value="left" name="orientation">left
-	<input type="radio" onchange="navigator.orientation.setOrientation(this.value);" value="right" name="orientation">right
-	<input type="radio" onchange="navigator.orientation.setOrientation(this.value);" value="free" name="orientation">free
-		
-	<p>navigator.orientation.getCurrentOrientation()</p>
-	<button onclick="displayCurrentOrientation();">Get Current Orientation</button>  	
-</div>
-
-<div id="notifications" style="display: none;">
-	<p>navigator.notification.newDashboard();</p>
-	<button onclick="navigator.notification.newDashboard('dashboard.html');">Dashboard</button>
-	
-	<p>navigator.notification.alert();</p>
-	<button onclick="navigator.notification.alert('alert');">Show Alert</button>
-	
-	<p>navigator.notification.showBanner();</p>
-	<button onclick="navigator.notification.showBanner('Banner test','banner');">Show Banner Message</button>	
-</div>
-
-<div id="blank" width="100%" height="100%" style="background: #FFFFFF;"></div>
-
-<div id="info" style="display: none;"></div>
-
-<div id="net" style="display: none;">
-    <p>navigator.network.isReachable</p>
-    <button id="isReachable" onclick="isReachable();">isReachable</button>
-    <p>navigator.network.connection</p>
-    <button id="connection" onclick="networkConnection();">connection</button>
-    <p>navigator.network.connection.type</p>
-    <button id="connectionType" onclick="networkConnectionType();">connection type</button>
-    <div id="networkResult"></div>
-    
-</div>
-
-<div id="camera" style="display: none;"></div>
-
-<div id="touchDemo" style="display: none;">
-	<p>Touch Events Demo</p>
-	<button id="btnTouchStart">Touch Start</button>
-	<button id="btnTouchEnd">Touch End</button>
-	<p>Run your finger/mouse along button to trigger touchmove</p>
-	<button id="btnTouchMove" width="250">Touch Move</button>	
-	<p>Mouse Events Demo</p>
-	<button id="btnMouseDown">Mouse Down</button>
-	<button id="btnMouseUp">Mouse Up</button>
-	<p>Run your finger/mouse along button to trigger mousemove</p>
-	<button id="btnMouseMove" width="250">Mouse Move</button>
-</div> 
-
-<div id="storage" style="display: none">
-	<p>storage tests</p>
-	<button onclick="createDB();">Test SQLite DB</button> 
-	<div id="storageResults"></div>
-</div>
-
-<div id="compassDemo" style="display: none;">
-    <p>Compass Demo</p>
-	<button id="btnGetCurrentHeading" onclick="displayCurrentHeading();">Get Current Heading</button>    
-    <p>Watch Heading</p>
-    <button id="btnStartCompassWatch" onclick="startCompassWatch();">Start Compass Watch</button>
-    <button id="btnStopCompassWatch" onclick="stopCompassWatch();">Stop Compass Watch</button>
-    <div id="compassResult"></div>
-
-</div>
-
-<script>                         
-document.addEventListener('deviceready', function () {
-    // cordova is ready, do all your stuf here
-}, false);
-
-var watchId = null;
-
-function displayCurrentHeading() {
-    
-    function successful(response) {
-        //navigator.notification.alert("last heading: " + JSON.stringify(response));
-        var compassPage = document.getElementById("compassResult");
-        compassPage.innerHTML = "current heading: "
-        compassPage.innerHTML += JSON.stringify(response);
-    }
-    
-    var request = navigator.compass.getCurrentHeading(successful, {});
-    
-}
-
-function startCompassWatch() {
-    // set frequency of compass updates in milliseconds
-    var options = { frequency: 5000 };
-    
-    function onStartCompassSuccess(heading) {
-        navigator.notification.alert("Heading: " + heading);
-    }
-    
-    watchId = navigator.compass.watchHeading(onStartCompassSuccess, onCompassError, options);
-}
-
-function stopCompassWatch() {
-    if (watchId) {
-        navigator.compass.clearWatch(watchId);
-        watchId = null;
-    }
-}
-
-function onCompassError(compassError) {
-    navigator.notification.alert("Compass error");// + compassError.code);
-}
-
-
-// setup event listeners for touch events 
-document.querySelector('#btnTouchStart').addEventListener('touchstart', onTouchEvent, false);
-document.querySelector('#btnTouchEnd').addEventListener('touchend', onTouchEvent, false);
-document.querySelector('#btnTouchMove').addEventListener('touchmove', onTouchEvent, false);
-// setup event listeners for mouse events
-document.querySelector('#btnMouseDown').addEventListener('mousedown', onTouchEvent, false);
-document.querySelector('#btnMouseUp').addEventListener('mouseup', onTouchEvent, false);
-document.querySelector('#btnMouseMove').addEventListener('mousemove', onTouchEvent, false);
-
-function onTouchEvent(event) {
-	navigator.notification.alert(event.type);
-}
-
-function callCordovaExec() {
-    
-    navigator.notification.alert(Cordova.ready);
-    
-	//win, fail, clazz, action, args
-	Cordova.exec(success, fail, 'navigator.notification', 'alert', 'testing exec'); 
-	
-	function success(msg) {
-		console.log(msg + ' exec succeeded');
-	}
-	
-	function fail(msg) {
-		//navigator.notification.alert('exec failed');
-		console.log(msg + ' exec failed');
-	}
-}
-
-function createDB() {  
-	document.getElementById('storageResults').innerHTML = '';
-	db = window.openDatabase("test", "1.0", "Test DB", false);
-	db.transaction(populateDB, errorCB, successCB);
-}
-
-function populateDB(tx) {
-	tx.executeSql('DROP TABLE IF EXISTS DEMO');
-	tx.executeSql('CREATE TABLE IF NOT EXISTS DEMO (id unique, data)');
-	tx.executeSql('INSERT INTO DEMO (id, data) VALUES (1, "First row")');
-	tx.executeSql('INSERT INTO DEMO (id, data) VALUES (2, "Second row")');
-}
-
-function errorCB(tx, err) {
-	navigator.notification.alert("error: " + err);
-}
-
-function successCB() {
-	navigator.notification.alert('successfully created & populated');  
-	db.transaction(queryDB, errorCB);
-}
-
-function queryDB(tx) {
-	tx.executeSql('SELECT * FROM DEMO', [], querySuccess, errorCB);
-}
-
-function querySuccess(tx, results) {     
-	var len = results.rows.length;
-	navigator.notification.alert('rows inserted: ' + len);
-	
-	if (len > 0) {
-		for (var i=0;i<len;i++) {
-			navigator.notification.alert('id: ' + results.rows.item(i).id + ' data: ' + results.rows.item(i).data);
-		}
-	}
-}
-
-function info() {
-	var deviceinfo = JSON.stringify(navigator.device.getDeviceInfo()).replace(/,/g, ', ');
-	page('info');
-	lastpage.innerHTML = deviceinfo;
-}
-              
-function storage() {
-	page('storage');
-}
-
-function isReachable() {
-	var netpage = document.getElementById("networkResult");
-	netpage.innerHTML = "Requesting network info...";
-	
-	function successful(response) {
-		
-		var states = {};
-		        states[NetworkStatus.NOT_REACHABLE]                      = 'No network connection';
-		        states[NetworkStatus.REACHABLE_VIA_CARRIER_DATA_NETWORK] = 'Carrier data connection';
-		        states[NetworkStatus.REACHABLE_VIA_WIFI_NETWORK]         = 'WiFi connection';
-		
-		
-		var r = JSON.stringify(states[response]);
-		netpage.innerHTML = r.replace(/,/g, ', ');
-		netpage.innerHTML += response.toString();
-	}
-	
-	var request = navigator.network.isReachable('palm://com.palm.connectionmanager', successful, {});
-}
-
-function networkConnection() {
-    
-    var netpage = document.getElementById("networkResult");
-	netpage.innerHTML = "Requesting connection info...";
-	
-    function successful(response) {
-        netpage.innerHTML = JSON.stringify(response);
-    }
-    
-    var request = navigator.network.connection('palm://com.palm.connectionmanager', successful, {});
-}
-
-function networkConnectionType() {
-    var netpage = document.getElementById("networkResult");
- 	netpage.innerHTML = "Requesting connection type...";
-
-     function successful(response) {
-         
- 		var connection = {};
-            connection[0] = Connection.UNKNOWN;
-            connection[1] = Connection.ETHERNET;
-            connection[2] = Connection.WIFI;
-            connection[3] = Connection.CELL_2G;
-            connection[4] = Connection.CELL_3G;
-            connection[5] = Connection.CELL_4G;
-            connection[6] = Connection.NONE;
-         
-         	var r = JSON.stringify(connection[response]);
-         	netpage.innerHTML = "connection type: ";
-    		netpage.innerHTML += r.replace(/,/g, ', ');
-     }
-
-     var request = navigator.network.connection.type('palm://com.palm.connectionmanager', successful, {});    
-}
-
-function displayCurrentOrientation() {
-	navigator.notification.showBanner(navigator.orientation.getCurrentOrientation(), 'current orientaiton'); 
-}	
-
-function getPicture() {
-	page('camera');
-	var cameraPage = lastpage;
-	lastpage.innerHTML = "camera application should launch if this works";
-	
-	function onSuccessCallback(response) {
-		console.log("camera launched successfully");
-		navigator.notification.showBanner("camera launched successfully");
-	}
-	
-	function onErrorCallback(response) {
-		console.log("camera failed to launch");
-		navigator.notification.showBanner("camera failed to launch");
-	}
-	
-	navigator.camera.getPicture(onSuccessCallback, onErrorCallback);
-}
-
-window.addEventListener("palmsystem", function(e) {
-	console.log("system message: " + JSON.stringify(e.data));
-});
-
-window.addEventListener("appmenuopen", function() {
-	menu(true);
-});
-
-window.addEventListener("back", function() {
-	console.log("back gesture");
-});
-
-window.addEventListener("forward", function() {
-	console.log("forward gesture");
-});
-
-function menu() {
-	var menudiv = document.getElementById('menu');
-	if (typeof state == 'undefined')
-		var state = (menudiv.style.display != 'block');
-		
-	menudiv.style.display = state ? 'block' : 'none';
-}
-
-lastreq = null;
-function launchmap() {
-	navigator.map.show();
-	menu(false);
-}
-
-var lastpage = document.getElementById('screen');
-
-function page(id) {
-	lastpage.style.display = 'none';
-	lastpage = document.getElementById(id);
-	lastpage.style.display = 'block';
-	menu(false);
-}
-	
-</script>
-
-
-</body>
+<html>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta name = "format-detection" content = "telephone=no"/>
+        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width;" />
+        <link rel="stylesheet" type="text/css" href="css/index.css" />
+        <title>Hello Cordova</title>
+    </head>
+    <body>
+        <div class="app">
+            <h1>Apache Cordova</h1>
+            <div id="deviceready">
+                <p class="status pending blink">Connecting to Device</p>
+                <p class="status complete blink hide">Device is Ready</p>
+            </div>
+        </div>
+        <script type="text/javascript" src="cordova-2.0.0.js"></script>
+        <script type="text/javascript" src="js/index.js"></script>
+        <script type="text/javascript">
+            app.initialize();
+        </script>
+    </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/js/index.js
----------------------------------------------------------------------
diff --git a/framework/js/index.js b/framework/js/index.js
new file mode 100644
index 0000000..6140331
--- /dev/null
+++ b/framework/js/index.js
@@ -0,0 +1,20 @@
+var app = {
+    initialize: function() {
+        this.bind();
+    },
+    bind: function() {
+        document.addEventListener('deviceready', this.deviceready, false);
+    },
+    deviceready: function() {
+        // note that this is an event handler so the scope is that of the event
+        // so we need to call app.report(), and not this.report()
+        app.report('deviceready');
+    },
+    report: function(id) { 
+        console.log("report:" + id);
+        // hide the .pending <p> and show the .complete <p>
+        document.querySelector('#' + id + ' .pending').className += ' hide';
+        var completeElem = document.querySelector('#' + id + ' .complete');
+        completeElem.className = completeElem.className.split('hide').join('');
+    }
+};

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/menu.css
----------------------------------------------------------------------
diff --git a/framework/menu.css b/framework/menu.css
deleted file mode 100644
index 664184f..0000000
--- a/framework/menu.css
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
-*/
-
-#menu {
-	display: none;
-	width: 80%;
-	padding: 0;
-	background: #c4c5c6;
-	border: 2px solid #000;
-	position: absolute;
-	z-index: 5;
-	top: -2px;
-	left: -2px;
-	-webkit-border-radius: 23px;
-}
-#menu a {
-	display: block;
-	margin: 0;
-	padding: 8px 23px;
-	font-size: 18px;
-	font-weight: bold;
-	border-top: 1px solid rgba(255, 255, 255, .4);
-	border-bottom: 1px solid rgba(0, 0, 0, .4);
-}
-#menu a:last-child {
-	margin-bottom: 0;
-	border-bottom: none;
-}
-#menu a:first-child {
-	border-top: none;
-	margin-top: 0;
-}
-hr {
-	margin: 0;
-	padding: 0;
-	border: none;
-	border-top: 2px solid rgba(0, 0, 0, .8);
-}
-#info, #net { display: none; }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_128.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_128.png b/framework/res/icon/cordova_128.png
new file mode 100644
index 0000000..3516df3
Binary files /dev/null and b/framework/res/icon/cordova_128.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_16.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_16.png b/framework/res/icon/cordova_16.png
new file mode 100644
index 0000000..54e19c5
Binary files /dev/null and b/framework/res/icon/cordova_16.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_24.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_24.png b/framework/res/icon/cordova_24.png
new file mode 100644
index 0000000..c7d43ad
Binary files /dev/null and b/framework/res/icon/cordova_24.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_256.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_256.png b/framework/res/icon/cordova_256.png
new file mode 100644
index 0000000..e1cd0e6
Binary files /dev/null and b/framework/res/icon/cordova_256.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_32.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_32.png b/framework/res/icon/cordova_32.png
new file mode 100644
index 0000000..734fffc
Binary files /dev/null and b/framework/res/icon/cordova_32.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_48.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_48.png b/framework/res/icon/cordova_48.png
new file mode 100644
index 0000000..8ad8bac
Binary files /dev/null and b/framework/res/icon/cordova_48.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_512.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_512.png b/framework/res/icon/cordova_512.png
new file mode 100644
index 0000000..c9465f3
Binary files /dev/null and b/framework/res/icon/cordova_512.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_64.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_64.png b/framework/res/icon/cordova_64.png
new file mode 100644
index 0000000..03b3849
Binary files /dev/null and b/framework/res/icon/cordova_64.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_android_36.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_android_36.png b/framework/res/icon/cordova_android_36.png
new file mode 100644
index 0000000..cd5032a
Binary files /dev/null and b/framework/res/icon/cordova_android_36.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_android_48.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_android_48.png b/framework/res/icon/cordova_android_48.png
new file mode 100644
index 0000000..e79c606
Binary files /dev/null and b/framework/res/icon/cordova_android_48.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_android_72.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_android_72.png b/framework/res/icon/cordova_android_72.png
new file mode 100644
index 0000000..4d27634
Binary files /dev/null and b/framework/res/icon/cordova_android_72.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_android_96.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_android_96.png b/framework/res/icon/cordova_android_96.png
new file mode 100644
index 0000000..ec7ffbf
Binary files /dev/null and b/framework/res/icon/cordova_android_96.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_bb_80.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_bb_80.png b/framework/res/icon/cordova_bb_80.png
new file mode 100644
index 0000000..f86a27a
Binary files /dev/null and b/framework/res/icon/cordova_bb_80.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_ios_114.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_ios_114.png b/framework/res/icon/cordova_ios_114.png
new file mode 100644
index 0000000..efd9c37
Binary files /dev/null and b/framework/res/icon/cordova_ios_114.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_ios_144.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_ios_144.png b/framework/res/icon/cordova_ios_144.png
new file mode 100644
index 0000000..dd819da
Binary files /dev/null and b/framework/res/icon/cordova_ios_144.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_ios_57.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_ios_57.png b/framework/res/icon/cordova_ios_57.png
new file mode 100644
index 0000000..c795fc4
Binary files /dev/null and b/framework/res/icon/cordova_ios_57.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/icon/cordova_ios_72.png
----------------------------------------------------------------------
diff --git a/framework/res/icon/cordova_ios_72.png b/framework/res/icon/cordova_ios_72.png
new file mode 100644
index 0000000..b1cfde7
Binary files /dev/null and b/framework/res/icon/cordova_ios_72.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_hdpi_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_hdpi_landscape.png b/framework/res/screen/android_hdpi_landscape.png
new file mode 100644
index 0000000..a61e2b1
Binary files /dev/null and b/framework/res/screen/android_hdpi_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_hdpi_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_hdpi_portrait.png b/framework/res/screen/android_hdpi_portrait.png
new file mode 100644
index 0000000..5d6a28a
Binary files /dev/null and b/framework/res/screen/android_hdpi_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_ldpi_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_ldpi_landscape.png b/framework/res/screen/android_ldpi_landscape.png
new file mode 100644
index 0000000..f3934cd
Binary files /dev/null and b/framework/res/screen/android_ldpi_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_ldpi_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_ldpi_portrait.png b/framework/res/screen/android_ldpi_portrait.png
new file mode 100644
index 0000000..65ad163
Binary files /dev/null and b/framework/res/screen/android_ldpi_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_mdpi_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_mdpi_landscape.png b/framework/res/screen/android_mdpi_landscape.png
new file mode 100644
index 0000000..a1b697c
Binary files /dev/null and b/framework/res/screen/android_mdpi_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_mdpi_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_mdpi_portrait.png b/framework/res/screen/android_mdpi_portrait.png
new file mode 100644
index 0000000..ea15693
Binary files /dev/null and b/framework/res/screen/android_mdpi_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_xhdpi_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_xhdpi_landscape.png b/framework/res/screen/android_xhdpi_landscape.png
new file mode 100644
index 0000000..79f2f09
Binary files /dev/null and b/framework/res/screen/android_xhdpi_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/android_xhdpi_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/android_xhdpi_portrait.png b/framework/res/screen/android_xhdpi_portrait.png
new file mode 100644
index 0000000..c2e8042
Binary files /dev/null and b/framework/res/screen/android_xhdpi_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/blackberry_transparent_300.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/blackberry_transparent_300.png b/framework/res/screen/blackberry_transparent_300.png
new file mode 100644
index 0000000..b548bdc
Binary files /dev/null and b/framework/res/screen/blackberry_transparent_300.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/blackberry_transparent_400.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/blackberry_transparent_400.png b/framework/res/screen/blackberry_transparent_400.png
new file mode 100644
index 0000000..3facdf9
Binary files /dev/null and b/framework/res/screen/blackberry_transparent_400.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/ipad_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/ipad_landscape.png b/framework/res/screen/ipad_landscape.png
new file mode 100644
index 0000000..04be5ac
Binary files /dev/null and b/framework/res/screen/ipad_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/ipad_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/ipad_portrait.png b/framework/res/screen/ipad_portrait.png
new file mode 100644
index 0000000..41e839d
Binary files /dev/null and b/framework/res/screen/ipad_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/ipad_retina_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/ipad_retina_landscape.png b/framework/res/screen/ipad_retina_landscape.png
new file mode 100644
index 0000000..95c542d
Binary files /dev/null and b/framework/res/screen/ipad_retina_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/ipad_retina_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/ipad_retina_portrait.png b/framework/res/screen/ipad_retina_portrait.png
new file mode 100644
index 0000000..aae1862
Binary files /dev/null and b/framework/res/screen/ipad_retina_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/iphone_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/iphone_landscape.png b/framework/res/screen/iphone_landscape.png
new file mode 100644
index 0000000..d154883
Binary files /dev/null and b/framework/res/screen/iphone_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/iphone_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/iphone_portrait.png b/framework/res/screen/iphone_portrait.png
new file mode 100644
index 0000000..6fcba56
Binary files /dev/null and b/framework/res/screen/iphone_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/iphone_retina_landscape.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/iphone_retina_landscape.png b/framework/res/screen/iphone_retina_landscape.png
new file mode 100644
index 0000000..0165669
Binary files /dev/null and b/framework/res/screen/iphone_retina_landscape.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/iphone_retina_portrait.png
----------------------------------------------------------------------
diff --git a/framework/res/screen/iphone_retina_portrait.png b/framework/res/screen/iphone_retina_portrait.png
new file mode 100644
index 0000000..bd24886
Binary files /dev/null and b/framework/res/screen/iphone_retina_portrait.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/res/screen/windows_phone_portrait.jpg
----------------------------------------------------------------------
diff --git a/framework/res/screen/windows_phone_portrait.jpg b/framework/res/screen/windows_phone_portrait.jpg
new file mode 100644
index 0000000..9f95387
Binary files /dev/null and b/framework/res/screen/windows_phone_portrait.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/spec.html
----------------------------------------------------------------------
diff --git a/framework/spec.html b/framework/spec.html
new file mode 100644
index 0000000..83d7d2e
--- /dev/null
+++ b/framework/spec.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>Jasmine Spec Runner</title>
+
+        <!-- jasmine source -->
+        <link rel="shortcut icon" type="image/png" href="spec/lib/jasmine-1.2.0/jasmine_favicon.png">
+        <link rel="stylesheet" type="text/css" href="spec/lib/jasmine-1.2.0/jasmine.css">
+        <script type="text/javascript" src="spec/lib/jasmine-1.2.0/jasmine.js"></script>
+        <script type="text/javascript" src="spec/lib/jasmine-1.2.0/jasmine-html.js"></script>
+
+        <!-- include source files here... -->
+        <script type="text/javascript" src="js/index.js"></script>
+
+        <!-- include spec files here... -->
+        <script type="text/javascript" src="spec/helper.js"></script>
+        <script type="text/javascript" src="spec/index.js"></script>
+
+        <script type="text/javascript">
+            (function() {
+                var jasmineEnv = jasmine.getEnv();
+                jasmineEnv.updateInterval = 1000;
+
+                var htmlReporter = new jasmine.HtmlReporter();
+
+                jasmineEnv.addReporter(htmlReporter);
+
+                jasmineEnv.specFilter = function(spec) {
+                    return htmlReporter.specFilter(spec);
+                };
+
+                var currentWindowOnload = window.onload;
+
+                window.onload = function() {
+                    if (currentWindowOnload) {
+                        currentWindowOnload();
+                    }
+                    execJasmine();
+                };
+
+                function execJasmine() {
+                    jasmineEnv.execute();
+                }
+            })();
+        </script>
+    </head>
+    <body>
+        <div id="stage" style="display:none;"></div>
+    </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/spec/helper.js
----------------------------------------------------------------------
diff --git a/framework/spec/helper.js b/framework/spec/helper.js
new file mode 100644
index 0000000..9f99445
--- /dev/null
+++ b/framework/spec/helper.js
@@ -0,0 +1,11 @@
+afterEach(function() {
+    document.getElementById('stage').innerHTML = '';
+});
+
+var helper = {
+    trigger: function(obj, name) {
+        var e = document.createEvent('Event');
+        e.initEvent(name, true, true);
+        obj.dispatchEvent(e);
+    }
+};

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/spec/index.js
----------------------------------------------------------------------
diff --git a/framework/spec/index.js b/framework/spec/index.js
new file mode 100644
index 0000000..121cf63
--- /dev/null
+++ b/framework/spec/index.js
@@ -0,0 +1,49 @@
+describe('app', function() {
+    describe('initialize', function() {
+        it('should bind deviceready', function() {
+            runs(function() {
+                spyOn(app, 'deviceready');
+                app.initialize();
+                helper.trigger(window.document, 'deviceready');
+            });
+
+            waitsFor(function() {
+                return (app.deviceready.calls.length > 0);
+            }, 'deviceready should be called once', 500);
+
+            runs(function() {
+                expect(app.deviceready).toHaveBeenCalled();
+            });
+        });
+    });
+
+    describe('deviceready', function() {
+        it('should report that it fired', function() {
+            spyOn(app, 'report');
+            app.deviceready();
+            expect(app.report).toHaveBeenCalledWith('deviceready');
+        });
+    });
+
+    describe('report', function() {
+        beforeEach(function() {
+            var el = document.getElementById('stage');
+            el.innerHTML = ['<div id="deviceready">',
+                            '    <p class="status pending">Pending</p>',
+                            '    <p class="status complete hide">Complete</p>',
+                            '</div>'].join('\n');
+        });
+
+        it('should show the completion state', function() {
+            app.report('deviceready');
+            var el = document.querySelector('#deviceready .complete:not(.hide)');
+            expect(el).toBeTruthy();
+        });
+
+        it('should hide the pending state', function() {
+            app.report('deviceready');
+            var el = document.querySelector('#deviceready .pending.hide');
+            expect(el).toBeTruthy();
+        });
+    });
+});

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/spec/lib/jasmine-1.2.0/MIT.LICENSE
----------------------------------------------------------------------
diff --git a/framework/spec/lib/jasmine-1.2.0/MIT.LICENSE b/framework/spec/lib/jasmine-1.2.0/MIT.LICENSE
new file mode 100644
index 0000000..7c435ba
--- /dev/null
+++ b/framework/spec/lib/jasmine-1.2.0/MIT.LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2008-2011 Pivotal Labs
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/spec/lib/jasmine-1.2.0/jasmine-html.js
----------------------------------------------------------------------
diff --git a/framework/spec/lib/jasmine-1.2.0/jasmine-html.js b/framework/spec/lib/jasmine-1.2.0/jasmine-html.js
new file mode 100644
index 0000000..a0b0639
--- /dev/null
+++ b/framework/spec/lib/jasmine-1.2.0/jasmine-html.js
@@ -0,0 +1,616 @@
+jasmine.HtmlReporterHelpers = {};
+
+jasmine.HtmlReporterHelpers.createDom = function(type, attrs, childrenVarArgs) {
+  var el = document.createElement(type);
+
+  for (var i = 2; i < arguments.length; i++) {
+    var child = arguments[i];
+
+    if (typeof child === 'string') {
+      el.appendChild(document.createTextNode(child));
+    } else {
+      if (child) {
+        el.appendChild(child);
+      }
+    }
+  }
+
+  for (var attr in attrs) {
+    if (attr == "className") {
+      el[attr] = attrs[attr];
+    } else {
+      el.setAttribute(attr, attrs[attr]);
+    }
+  }
+
+  return el;
+};
+
+jasmine.HtmlReporterHelpers.getSpecStatus = function(child) {
+  var results = child.results();
+  var status = results.passed() ? 'passed' : 'failed';
+  if (results.skipped) {
+    status = 'skipped';
+  }
+
+  return status;
+};
+
+jasmine.HtmlReporterHelpers.appendToSummary = function(child, childElement) {
+  var parentDiv = this.dom.summary;
+  var parentSuite = (typeof child.parentSuite == 'undefined') ? 'suite' : 'parentSuite';
+  var parent = child[parentSuite];
+
+  if (parent) {
+    if (typeof this.views.suites[parent.id] == 'undefined') {
+      this.views.suites[parent.id] = new jasmine.HtmlReporter.SuiteView(parent, this.dom, this.views);
+    }
+    parentDiv = this.views.suites[parent.id].element;
+  }
+
+  parentDiv.appendChild(childElement);
+};
+
+
+jasmine.HtmlReporterHelpers.addHelpers = function(ctor) {
+  for(var fn in jasmine.HtmlReporterHelpers) {
+    ctor.prototype[fn] = jasmine.HtmlReporterHelpers[fn];
+  }
+};
+
+jasmine.HtmlReporter = function(_doc) {
+  var self = this;
+  var doc = _doc || window.document;
+
+  var reporterView;
+
+  var dom = {};
+
+  // Jasmine Reporter Public Interface
+  self.logRunningSpecs = false;
+
+  self.reportRunnerStarting = function(runner) {
+    var specs = runner.specs() || [];
+
+    if (specs.length == 0) {
+      return;
+    }
+
+    createReporterDom(runner.env.versionString());
+    doc.body.appendChild(dom.reporter);
+
+    reporterView = new jasmine.HtmlReporter.ReporterView(dom);
+    reporterView.addSpecs(specs, self.specFilter);
+  };
+
+  self.reportRunnerResults = function(runner) {
+    reporterView && reporterView.complete();
+  };
+
+  self.reportSuiteResults = function(suite) {
+    reporterView.suiteComplete(suite);
+  };
+
+  self.reportSpecStarting = function(spec) {
+    if (self.logRunningSpecs) {
+      self.log('>> Jasmine Running ' + spec.suite.description + ' ' + spec.description + '...');
+    }
+  };
+
+  self.reportSpecResults = function(spec) {
+    reporterView.specComplete(spec);
+  };
+
+  self.log = function() {
+    var console = jasmine.getGlobal().console;
+    if (console && console.log) {
+      if (console.log.apply) {
+        console.log.apply(console, arguments);
+      } else {
+        console.log(arguments); // ie fix: console.log.apply doesn't exist on ie
+      }
+    }
+  };
+
+  self.specFilter = function(spec) {
+    if (!focusedSpecName()) {
+      return true;
+    }
+
+    return spec.getFullName().indexOf(focusedSpecName()) === 0;
+  };
+
+  return self;
+
+  function focusedSpecName() {
+    var specName;
+
+    (function memoizeFocusedSpec() {
+      if (specName) {
+        return;
+      }
+
+      var paramMap = [];
+      var params = doc.location.search.substring(1).split('&');
+
+      for (var i = 0; i < params.length; i++) {
+        var p = params[i].split('=');
+        paramMap[decodeURIComponent(p[0])] = decodeURIComponent(p[1]);
+      }
+
+      specName = paramMap.spec;
+    })();
+
+    return specName;
+  }
+
+  function createReporterDom(version) {
+    dom.reporter = self.createDom('div', { id: 'HTMLReporter', className: 'jasmine_reporter' },
+      dom.banner = self.createDom('div', { className: 'banner' },
+        self.createDom('span', { className: 'title' }, "Jasmine "),
+        self.createDom('span', { className: 'version' }, version)),
+
+      dom.symbolSummary = self.createDom('ul', {className: 'symbolSummary'}),
+      dom.alert = self.createDom('div', {className: 'alert'}),
+      dom.results = self.createDom('div', {className: 'results'},
+        dom.summary = self.createDom('div', { className: 'summary' }),
+        dom.details = self.createDom('div', { id: 'details' }))
+    );
+  }
+};
+jasmine.HtmlReporterHelpers.addHelpers(jasmine.HtmlReporter);jasmine.HtmlReporter.ReporterView = function(dom) {
+  this.startedAt = new Date();
+  this.runningSpecCount = 0;
+  this.completeSpecCount = 0;
+  this.passedCount = 0;
+  this.failedCount = 0;
+  this.skippedCount = 0;
+
+  this.createResultsMenu = function() {
+    this.resultsMenu = this.createDom('span', {className: 'resultsMenu bar'},
+      this.summaryMenuItem = this.createDom('a', {className: 'summaryMenuItem', href: "#"}, '0 specs'),
+      ' | ',
+      this.detailsMenuItem = this.createDom('a', {className: 'detailsMenuItem', href: "#"}, '0 failing'));
+
+    this.summaryMenuItem.onclick = function() {
+      dom.reporter.className = dom.reporter.className.replace(/ showDetails/g, '');
+    };
+
+    this.detailsMenuItem.onclick = function() {
+      showDetails();
+    };
+  };
+
+  this.addSpecs = function(specs, specFilter) {
+    this.totalSpecCount = specs.length;
+
+    this.views = {
+      specs: {},
+      suites: {}
+    };
+
+    for (var i = 0; i < specs.length; i++) {
+      var spec = specs[i];
+      this.views.specs[spec.id] = new jasmine.HtmlReporter.SpecView(spec, dom, this.views);
+      if (specFilter(spec)) {
+        this.runningSpecCount++;
+      }
+    }
+  };
+
+  this.specComplete = function(spec) {
+    this.completeSpecCount++;
+
+    if (isUndefined(this.views.specs[spec.id])) {
+      this.views.specs[spec.id] = new jasmine.HtmlReporter.SpecView(spec, dom);
+    }
+
+    var specView = this.views.specs[spec.id];
+
+    switch (specView.status()) {
+      case 'passed':
+        this.passedCount++;
+        break;
+
+      case 'failed':
+        this.failedCount++;
+        break;
+
+      case 'skipped':
+        this.skippedCount++;
+        break;
+    }
+
+    specView.refresh();
+    this.refresh();
+  };
+
+  this.suiteComplete = function(suite) {
+    var suiteView = this.views.suites[suite.id];
+    if (isUndefined(suiteView)) {
+      return;
+    }
+    suiteView.refresh();
+  };
+
+  this.refresh = function() {
+
+    if (isUndefined(this.resultsMenu)) {
+      this.createResultsMenu();
+    }
+
+    // currently running UI
+    if (isUndefined(this.runningAlert)) {
+      this.runningAlert = this.createDom('a', {href: "?", className: "runningAlert bar"});
+      dom.alert.appendChild(this.runningAlert);
+    }
+    this.runningAlert.innerHTML = "Running " + this.completeSpecCount + " of " + specPluralizedFor(this.totalSpecCount);
+
+    // skipped specs UI
+    if (isUndefined(this.skippedAlert)) {
+      this.skippedAlert = this.createDom('a', {href: "?", className: "skippedAlert bar"});
+    }
+
+    this.skippedAlert.innerHTML = "Skipping " + this.skippedCount + " of " + specPluralizedFor(this.totalSpecCount) + " - run all";
+
+    if (this.skippedCount === 1 && isDefined(dom.alert)) {
+      dom.alert.appendChild(this.skippedAlert);
+    }
+
+    // passing specs UI
+    if (isUndefined(this.passedAlert)) {
+      this.passedAlert = this.createDom('span', {href: "?", className: "passingAlert bar"});
+    }
+    this.passedAlert.innerHTML = "Passing " + specPluralizedFor(this.passedCount);
+
+    // failing specs UI
+    if (isUndefined(this.failedAlert)) {
+      this.failedAlert = this.createDom('span', {href: "?", className: "failingAlert bar"});
+    }
+    this.failedAlert.innerHTML = "Failing " + specPluralizedFor(this.failedCount);
+
+    if (this.failedCount === 1 && isDefined(dom.alert)) {
+      dom.alert.appendChild(this.failedAlert);
+      dom.alert.appendChild(this.resultsMenu);
+    }
+
+    // summary info
+    this.summaryMenuItem.innerHTML = "" + specPluralizedFor(this.runningSpecCount);
+    this.detailsMenuItem.innerHTML = "" + this.failedCount + " failing";
+  };
+
+  this.complete = function() {
+    dom.alert.removeChild(this.runningAlert);
+
+    this.skippedAlert.innerHTML = "Ran " + this.runningSpecCount + " of " + specPluralizedFor(this.totalSpecCount) + " - run all";
+
+    if (this.failedCount === 0) {
+      dom.alert.appendChild(this.createDom('span', {className: 'passingAlert bar'}, "Passing " + specPluralizedFor(this.passedCount)));
+    } else {
+      showDetails();
+    }
+
+    dom.banner.appendChild(this.createDom('span', {className: 'duration'}, "finished in " + ((new Date().getTime() - this.startedAt.getTime()) / 1000) + "s"));
+  };
+
+  return this;
+
+  function showDetails() {
+    if (dom.reporter.className.search(/showDetails/) === -1) {
+      dom.reporter.className += " showDetails";
+    }
+  }
+
+  function isUndefined(obj) {
+    return typeof obj === 'undefined';
+  }
+
+  function isDefined(obj) {
+    return !isUndefined(obj);
+  }
+
+  function specPluralizedFor(count) {
+    var str = count + " spec";
+    if (count > 1) {
+      str += "s"
+    }
+    return str;
+  }
+
+};
+
+jasmine.HtmlReporterHelpers.addHelpers(jasmine.HtmlReporter.ReporterView);
+
+
+jasmine.HtmlReporter.SpecView = function(spec, dom, views) {
+  this.spec = spec;
+  this.dom = dom;
+  this.views = views;
+
+  this.symbol = this.createDom('li', { className: 'pending' });
+  this.dom.symbolSummary.appendChild(this.symbol);
+
+  this.summary = this.createDom('div', { className: 'specSummary' },
+      this.createDom('a', {
+        className: 'description',
+        href: '?spec=' + encodeURIComponent(this.spec.getFullName()),
+        title: this.spec.getFullName()
+      }, this.spec.description)
+  );
+
+  this.detail = this.createDom('div', { className: 'specDetail' },
+      this.createDom('a', {
+        className: 'description',
+        href: '?spec=' + encodeURIComponent(this.spec.getFullName()),
+        title: this.spec.getFullName()
+      }, this.spec.getFullName())
+  );
+};
+
+jasmine.HtmlReporter.SpecView.prototype.status = function() {
+  return this.getSpecStatus(this.spec);
+};
+
+jasmine.HtmlReporter.SpecView.prototype.refresh = function() {
+  this.symbol.className = this.status();
+
+  switch (this.status()) {
+    case 'skipped':
+      break;
+
+    case 'passed':
+      this.appendSummaryToSuiteDiv();
+      break;
+
+    case 'failed':
+      this.appendSummaryToSuiteDiv();
+      this.appendFailureDetail();
+      break;
+  }
+};
+
+jasmine.HtmlReporter.SpecView.prototype.appendSummaryToSuiteDiv = function() {
+  this.summary.className += ' ' + this.status();
+  this.appendToSummary(this.spec, this.summary);
+};
+
+jasmine.HtmlReporter.SpecView.prototype.appendFailureDetail = function() {
+  this.detail.className += ' ' + this.status();
+
+  var resultItems = this.spec.results().getItems();
+  var messagesDiv = this.createDom('div', { className: 'messages' });
+
+  for (var i = 0; i < resultItems.length; i++) {
+    var result = resultItems[i];
+
+    if (result.type == 'log') {
+      messagesDiv.appendChild(this.createDom('div', {className: 'resultMessage log'}, result.toString()));
+    } else if (result.type == 'expect' && result.passed && !result.passed()) {
+      messagesDiv.appendChild(this.createDom('div', {className: 'resultMessage fail'}, result.message));
+
+      if (result.trace.stack) {
+        messagesDiv.appendChild(this.createDom('div', {className: 'stackTrace'}, result.trace.stack));
+      }
+    }
+  }
+
+  if (messagesDiv.childNodes.length > 0) {
+    this.detail.appendChild(messagesDiv);
+    this.dom.details.appendChild(this.detail);
+  }
+};
+
+jasmine.HtmlReporterHelpers.addHelpers(jasmine.HtmlReporter.SpecView);jasmine.HtmlReporter.SuiteView = function(suite, dom, views) {
+  this.suite = suite;
+  this.dom = dom;
+  this.views = views;
+
+  this.element = this.createDom('div', { className: 'suite' },
+      this.createDom('a', { className: 'description', href: '?spec=' + encodeURIComponent(this.suite.getFullName()) }, this.suite.description)
+  );
+
+  this.appendToSummary(this.suite, this.element);
+};
+
+jasmine.HtmlReporter.SuiteView.prototype.status = function() {
+  return this.getSpecStatus(this.suite);
+};
+
+jasmine.HtmlReporter.SuiteView.prototype.refresh = function() {
+  this.element.className += " " + this.status();
+};
+
+jasmine.HtmlReporterHelpers.addHelpers(jasmine.HtmlReporter.SuiteView);
+
+/* @deprecated Use jasmine.HtmlReporter instead
+ */
+jasmine.TrivialReporter = function(doc) {
+  this.document = doc || document;
+  this.suiteDivs = {};
+  this.logRunningSpecs = false;
+};
+
+jasmine.TrivialReporter.prototype.createDom = function(type, attrs, childrenVarArgs) {
+  var el = document.createElement(type);
+
+  for (var i = 2; i < arguments.length; i++) {
+    var child = arguments[i];
+
+    if (typeof child === 'string') {
+      el.appendChild(document.createTextNode(child));
+    } else {
+      if (child) { el.appendChild(child); }
+    }
+  }
+
+  for (var attr in attrs) {
+    if (attr == "className") {
+      el[attr] = attrs[attr];
+    } else {
+      el.setAttribute(attr, attrs[attr]);
+    }
+  }
+
+  return el;
+};
+
+jasmine.TrivialReporter.prototype.reportRunnerStarting = function(runner) {
+  var showPassed, showSkipped;
+
+  this.outerDiv = this.createDom('div', { id: 'TrivialReporter', className: 'jasmine_reporter' },
+      this.createDom('div', { className: 'banner' },
+        this.createDom('div', { className: 'logo' },
+            this.createDom('span', { className: 'title' }, "Jasmine"),
+            this.createDom('span', { className: 'version' }, runner.env.versionString())),
+        this.createDom('div', { className: 'options' },
+            "Show ",
+            showPassed = this.createDom('input', { id: "__jasmine_TrivialReporter_showPassed__", type: 'checkbox' }),
+            this.createDom('label', { "for": "__jasmine_TrivialReporter_showPassed__" }, " passed "),
+            showSkipped = this.createDom('input', { id: "__jasmine_TrivialReporter_showSkipped__", type: 'checkbox' }),
+            this.createDom('label', { "for": "__jasmine_TrivialReporter_showSkipped__" }, " skipped")
+            )
+          ),
+
+      this.runnerDiv = this.createDom('div', { className: 'runner running' },
+          this.createDom('a', { className: 'run_spec', href: '?' }, "run all"),
+          this.runnerMessageSpan = this.createDom('span', {}, "Running..."),
+          this.finishedAtSpan = this.createDom('span', { className: 'finished-at' }, ""))
+      );
+
+  this.document.body.appendChild(this.outerDiv);
+
+  var suites = runner.suites();
+  for (var i = 0; i < suites.length; i++) {
+    var suite = suites[i];
+    var suiteDiv = this.createDom('div', { className: 'suite' },
+        this.createDom('a', { className: 'run_spec', href: '?spec=' + encodeURIComponent(suite.getFullName()) }, "run"),
+        this.createDom('a', { className: 'description', href: '?spec=' + encodeURIComponent(suite.getFullName()) }, suite.description));
+    this.suiteDivs[suite.id] = suiteDiv;
+    var parentDiv = this.outerDiv;
+    if (suite.parentSuite) {
+      parentDiv = this.suiteDivs[suite.parentSuite.id];
+    }
+    parentDiv.appendChild(suiteDiv);
+  }
+
+  this.startedAt = new Date();
+
+  var self = this;
+  showPassed.onclick = function(evt) {
+    if (showPassed.checked) {
+      self.outerDiv.className += ' show-passed';
+    } else {
+      self.outerDiv.className = self.outerDiv.className.replace(/ show-passed/, '');
+    }
+  };
+
+  showSkipped.onclick = function(evt) {
+    if (showSkipped.checked) {
+      self.outerDiv.className += ' show-skipped';
+    } else {
+      self.outerDiv.className = self.outerDiv.className.replace(/ show-skipped/, '');
+    }
+  };
+};
+
+jasmine.TrivialReporter.prototype.reportRunnerResults = function(runner) {
+  var results = runner.results();
+  var className = (results.failedCount > 0) ? "runner failed" : "runner passed";
+  this.runnerDiv.setAttribute("class", className);
+  //do it twice for IE
+  this.runnerDiv.setAttribute("className", className);
+  var specs = runner.specs();
+  var specCount = 0;
+  for (var i = 0; i < specs.length; i++) {
+    if (this.specFilter(specs[i])) {
+      specCount++;
+    }
+  }
+  var message = "" + specCount + " spec" + (specCount == 1 ? "" : "s" ) + ", " + results.failedCount + " failure" + ((results.failedCount == 1) ? "" : "s");
+  message += " in " + ((new Date().getTime() - this.startedAt.getTime()) / 1000) + "s";
+  this.runnerMessageSpan.replaceChild(this.createDom('a', { className: 'description', href: '?'}, message), this.runnerMessageSpan.firstChild);
+
+  this.finishedAtSpan.appendChild(document.createTextNode("Finished at " + new Date().toString()));
+};
+
+jasmine.TrivialReporter.prototype.reportSuiteResults = function(suite) {
+  var results = suite.results();
+  var status = results.passed() ? 'passed' : 'failed';
+  if (results.totalCount === 0) { // todo: change this to check results.skipped
+    status = 'skipped';
+  }
+  this.suiteDivs[suite.id].className += " " + status;
+};
+
+jasmine.TrivialReporter.prototype.reportSpecStarting = function(spec) {
+  if (this.logRunningSpecs) {
+    this.log('>> Jasmine Running ' + spec.suite.description + ' ' + spec.description + '...');
+  }
+};
+
+jasmine.TrivialReporter.prototype.reportSpecResults = function(spec) {
+  var results = spec.results();
+  var status = results.passed() ? 'passed' : 'failed';
+  if (results.skipped) {
+    status = 'skipped';
+  }
+  var specDiv = this.createDom('div', { className: 'spec '  + status },
+      this.createDom('a', { className: 'run_spec', href: '?spec=' + encodeURIComponent(spec.getFullName()) }, "run"),
+      this.createDom('a', {
+        className: 'description',
+        href: '?spec=' + encodeURIComponent(spec.getFullName()),
+        title: spec.getFullName()
+      }, spec.description));
+
+
+  var resultItems = results.getItems();
+  var messagesDiv = this.createDom('div', { className: 'messages' });
+  for (var i = 0; i < resultItems.length; i++) {
+    var result = resultItems[i];
+
+    if (result.type == 'log') {
+      messagesDiv.appendChild(this.createDom('div', {className: 'resultMessage log'}, result.toString()));
+    } else if (result.type == 'expect' && result.passed && !result.passed()) {
+      messagesDiv.appendChild(this.createDom('div', {className: 'resultMessage fail'}, result.message));
+
+      if (result.trace.stack) {
+        messagesDiv.appendChild(this.createDom('div', {className: 'stackTrace'}, result.trace.stack));
+      }
+    }
+  }
+
+  if (messagesDiv.childNodes.length > 0) {
+    specDiv.appendChild(messagesDiv);
+  }
+
+  this.suiteDivs[spec.suite.id].appendChild(specDiv);
+};
+
+jasmine.TrivialReporter.prototype.log = function() {
+  var console = jasmine.getGlobal().console;
+  if (console && console.log) {
+    if (console.log.apply) {
+      console.log.apply(console, arguments);
+    } else {
+      console.log(arguments); // ie fix: console.log.apply doesn't exist on ie
+    }
+  }
+};
+
+jasmine.TrivialReporter.prototype.getLocation = function() {
+  return this.document.location;
+};
+
+jasmine.TrivialReporter.prototype.specFilter = function(spec) {
+  var paramMap = {};
+  var params = this.getLocation().search.substring(1).split('&');
+  for (var i = 0; i < params.length; i++) {
+    var p = params[i].split('=');
+    paramMap[decodeURIComponent(p[0])] = decodeURIComponent(p[1]);
+  }
+
+  if (!paramMap.spec) {
+    return true;
+  }
+  return spec.getFullName().indexOf(paramMap.spec) === 0;
+};

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/d11522de/framework/spec/lib/jasmine-1.2.0/jasmine.css
----------------------------------------------------------------------
diff --git a/framework/spec/lib/jasmine-1.2.0/jasmine.css b/framework/spec/lib/jasmine-1.2.0/jasmine.css
new file mode 100644
index 0000000..826e575
--- /dev/null
+++ b/framework/spec/lib/jasmine-1.2.0/jasmine.css
@@ -0,0 +1,81 @@
+body { background-color: #eeeeee; padding: 0; margin: 5px; overflow-y: scroll; }
+
+#HTMLReporter { font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333333; }
+#HTMLReporter a { text-decoration: none; }
+#HTMLReporter a:hover { text-decoration: underline; }
+#HTMLReporter p, #HTMLReporter h1, #HTMLReporter h2, #HTMLReporter h3, #HTMLReporter h4, #HTMLReporter h5, #HTMLReporter h6 { margin: 0; line-height: 14px; }
+#HTMLReporter .banner, #HTMLReporter .symbolSummary, #HTMLReporter .summary, #HTMLReporter .resultMessage, #HTMLReporter .specDetail .description, #HTMLReporter .alert .bar, #HTMLReporter .stackTrace { padding-left: 9px; padding-right: 9px; }
+#HTMLReporter #jasmine_content { position: fixed; right: 100%; }
+#HTMLReporter .version { color: #aaaaaa; }
+#HTMLReporter .banner { margin-top: 14px; }
+#HTMLReporter .duration { color: #aaaaaa; float: right; }
+#HTMLReporter .symbolSummary { overflow: hidden; *zoom: 1; margin: 14px 0; }
+#HTMLReporter .symbolSummary li { display: block; float: left; height: 7px; width: 14px; margin-bottom: 7px; font-size: 16px; }
+#HTMLReporter .symbolSummary li.passed { font-size: 14px; }
+#HTMLReporter .symbolSummary li.passed:before { color: #5e7d00; content: "\02022"; }
+#HTMLReporter .symbolSummary li.failed { line-height: 9px; }
+#HTMLReporter .symbolSummary li.failed:before { color: #b03911; content: "x"; font-weight: bold; margin-left: -1px; }
+#HTMLReporter .symbolSummary li.skipped { font-size: 14px; }
+#HTMLReporter .symbolSummary li.skipped:before { color: #bababa; content: "\02022"; }
+#HTMLReporter .symbolSummary li.pending { line-height: 11px; }
+#HTMLReporter .symbolSummary li.pending:before { color: #aaaaaa; content: "-"; }
+#HTMLReporter .bar { line-height: 28px; font-size: 14px; display: block; color: #eee; }
+#HTMLReporter .runningAlert { background-color: #666666; }
+#HTMLReporter .skippedAlert { background-color: #aaaaaa; }
+#HTMLReporter .skippedAlert:first-child { background-color: #333333; }
+#HTMLReporter .skippedAlert:hover { text-decoration: none; color: white; text-decoration: underline; }
+#HTMLReporter .passingAlert { background-color: #a6b779; }
+#HTMLReporter .passingAlert:first-child { background-color: #5e7d00; }
+#HTMLReporter .failingAlert { background-color: #cf867e; }
+#HTMLReporter .failingAlert:first-child { background-color: #b03911; }
+#HTMLReporter .results { margin-top: 14px; }
+#HTMLReporter #details { display: none; }
+#HTMLReporter .resultsMenu, #HTMLReporter .resultsMenu a { background-color: #fff; color: #333333; }
+#HTMLReporter.showDetails .summaryMenuItem { font-weight: normal; text-decoration: inherit; }
+#HTMLReporter.showDetails .summaryMenuItem:hover { text-decoration: underline; }
+#HTMLReporter.showDetails .detailsMenuItem { font-weight: bold; text-decoration: underline; }
+#HTMLReporter.showDetails .summary { display: none; }
+#HTMLReporter.showDetails #details { display: block; }
+#HTMLReporter .summaryMenuItem { font-weight: bold; text-decoration: underline; }
+#HTMLReporter .summary { margin-top: 14px; }
+#HTMLReporter .summary .suite .suite, #HTMLReporter .summary .specSummary { margin-left: 14px; }
+#HTMLReporter .summary .specSummary.passed a { color: #5e7d00; }
+#HTMLReporter .summary .specSummary.failed a { color: #b03911; }
+#HTMLReporter .description + .suite { margin-top: 0; }
+#HTMLReporter .suite { margin-top: 14px; }
+#HTMLReporter .suite a { color: #333333; }
+#HTMLReporter #details .specDetail { margin-bottom: 28px; }
+#HTMLReporter #details .specDetail .description { display: block; color: white; background-color: #b03911; }
+#HTMLReporter .resultMessage { padding-top: 14px; color: #333333; }
+#HTMLReporter .resultMessage span.result { display: block; }
+#HTMLReporter .stackTrace { margin: 5px 0 0 0; max-height: 224px; overflow: auto; line-height: 18px; color: #666666; border: 1px solid #ddd; background: white; white-space: pre; }
+
+#TrivialReporter { padding: 8px 13px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow-y: scroll; background-color: white; font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; /*.resultMessage {*/ /*white-space: pre;*/ /*}*/ }
+#TrivialReporter a:visited, #TrivialReporter a { color: #303; }
+#TrivialReporter a:hover, #TrivialReporter a:active { color: blue; }
+#TrivialReporter .run_spec { float: right; padding-right: 5px; font-size: .8em; text-decoration: none; }
+#TrivialReporter .banner { color: #303; background-color: #fef; padding: 5px; }
+#TrivialReporter .logo { float: left; font-size: 1.1em; padding-left: 5px; }
+#TrivialReporter .logo .version { font-size: .6em; padding-left: 1em; }
+#TrivialReporter .runner.running { background-color: yellow; }
+#TrivialReporter .options { text-align: right; font-size: .8em; }
+#TrivialReporter .suite { border: 1px outset gray; margin: 5px 0; padding-left: 1em; }
+#TrivialReporter .suite .suite { margin: 5px; }
+#TrivialReporter .suite.passed { background-color: #dfd; }
+#TrivialReporter .suite.failed { background-color: #fdd; }
+#TrivialReporter .spec { margin: 5px; padding-left: 1em; clear: both; }
+#TrivialReporter .spec.failed, #TrivialReporter .spec.passed, #TrivialReporter .spec.skipped { padding-bottom: 5px; border: 1px solid gray; }
+#TrivialReporter .spec.failed { background-color: #fbb; border-color: red; }
+#TrivialReporter .spec.passed { background-color: #bfb; border-color: green; }
+#TrivialReporter .spec.skipped { background-color: #bbb; }
+#TrivialReporter .messages { border-left: 1px dashed gray; padding-left: 1em; padding-right: 1em; }
+#TrivialReporter .passed { background-color: #cfc; display: none; }
+#TrivialReporter .failed { background-color: #fbb; }
+#TrivialReporter .skipped { color: #777; background-color: #eee; display: none; }
+#TrivialReporter .resultMessage span.result { display: block; line-height: 2em; color: black; }
+#TrivialReporter .resultMessage .mismatch { color: black; }
+#TrivialReporter .stackTrace { white-space: pre; font-size: .8em; margin-left: 10px; max-height: 5em; overflow: auto; border: 1px inset red; padding: 1em; background: #eef; }
+#TrivialReporter .finished-at { padding-left: 1em; font-size: .6em; }
+#TrivialReporter.show-passed .passed, #TrivialReporter.show-skipped .skipped { display: block; }
+#TrivialReporter #jasmine_content { position: fixed; right: 100%; }
+#TrivialReporter .runner { border: 1px solid gray; display: block; margin: 5px 0; padding: 2px 0 2px 10px; }