Michal Mocny [Mon, 25 Feb 2013 20:59:04 +0000 (15:59 -0500)]
Support loading platform cordova.js files if available
Fil Maj [Fri, 22 Feb 2013 21:39:38 +0000 (13:39 -0800)]
Should resolve CB-1478. Added XHR and FileReader benchmarks to autobench.
Fil Maj [Tue, 19 Feb 2013 21:48:56 +0000 (13:48 -0800)]
using uubench for autobenching
Fil Maj [Fri, 15 Feb 2013 22:53:15 +0000 (14:53 -0800)]
start of autobench stuff
Max Woghiren [Tue, 19 Feb 2013 18:12:40 +0000 (13:12 -0500)]
[CB-2411] Added a popover repositioning test.
Also added minor camera test documentation.
The "Select Image Using File URI" test will reposition the popover towards the top left corner when the orientation changes.
Fil Maj [Tue, 19 Feb 2013 20:23:38 +0000 (12:23 -0800)]
2.5.0rc1
Fil Maj [Fri, 15 Feb 2013 23:01:45 +0000 (15:01 -0800)]
CB-2331: adding "body" property on FileTransferError object.
Andrew Grieve [Fri, 15 Feb 2013 18:29:28 +0000 (13:29 -0500)]
Add a test page for splashscreen.
Andrew Grieve [Fri, 15 Feb 2013 15:06:16 +0000 (10:06 -0500)]
Add a test page with iframes
Andrew Grieve [Wed, 13 Feb 2013 18:48:59 +0000 (13:48 -0500)]
Detect Blob create failure in supporting platforms.
Thanks jamesjong for reporting!
Andrew Grieve [Tue, 12 Feb 2013 15:56:54 +0000 (10:56 -0500)]
[CB-2095] Add test for incomplete file when FileTransfer.download is aborted.
Max Woghiren [Wed, 6 Feb 2013 21:55:04 +0000 (16:55 -0500)]
[CB-2213] Added check for NATIVE_URI constant.
Max Woghiren [Wed, 6 Feb 2013 20:41:20 +0000 (15:41 -0500)]
[CB-2213] Added Android-specific test results.
Also gave the FileEntry.remove test its own button.
Max Woghiren [Thu, 24 Jan 2013 19:27:07 +0000 (14:27 -0500)]
[CB-2213] Added native URI display tests.
Also fixed some formatting.
Max Woghiren [Mon, 21 Jan 2013 18:08:09 +0000 (13:08 -0500)]
[CB-2213] Added a test for FileTransfer.upload.
Max Woghiren [Fri, 18 Jan 2013 20:01:14 +0000 (15:01 -0500)]
[CB-2213] Added specific expected error checking.
Also did some refactoring.
Max Woghiren [Fri, 18 Jan 2013 19:06:41 +0000 (14:06 -0500)]
[CB-2213] Added a test for getParent.
Max Woghiren [Thu, 17 Jan 2013 20:52:17 +0000 (15:52 -0500)]
[CB-2213] Added tests for write and truncate.
Also added a method to clear the status before each test.
Max Woghiren [Thu, 17 Jan 2013 19:12:00 +0000 (14:12 -0500)]
[CB-2213] Added tests for copyTo and moveTo.
Max Woghiren [Wed, 16 Jan 2013 20:12:24 +0000 (15:12 -0500)]
[CB-2213] Added three new tests to Camera.
The tests ensure that FileEntry.remove, FileEntry.setMetadata, and FileReader.readAsText return errors when used with a native URI.
Max Woghiren [Wed, 16 Jan 2013 17:40:48 +0000 (12:40 -0500)]
[CB-2213] Added a new test for getMetadata.
Also consolidated NATIVE_URI tests.
Max Woghiren [Wed, 16 Jan 2013 16:45:44 +0000 (11:45 -0500)]
[CB-2213] Added a new test for readAsDataURL.
This test uses a FileEntry created using a native URI.
Fil Maj [Fri, 8 Feb 2013 21:27:37 +0000 (13:27 -0800)]
CB-2049: use new audio file for audio tests (Jesse must be happy!). audio file hosted on apache infra.
Andrew Grieve [Thu, 7 Feb 2013 16:33:25 +0000 (11:33 -0500)]
fix typo in camera manual test (oops)
Andrew Grieve [Thu, 7 Feb 2013 16:06:20 +0000 (11:06 -0500)]
Add an manual test for FileTransfer
Andrew Grieve [Wed, 6 Feb 2013 18:43:06 +0000 (13:43 -0500)]
[CB-2388] Fixes blob test failing when unsupported
Fil Maj [Fri, 1 Feb 2013 22:28:22 +0000 (14:28 -0800)]
start of moving/rename for benchmarks
Jesse MacFadyen [Mon, 4 Feb 2013 20:11:25 +0000 (12:11 -0800)]
update another ref to a cordova.js rc
Jesse MacFadyen [Mon, 4 Feb 2013 20:05:58 +0000 (12:05 -0800)]
update version for 2.4.0
Jesse MacFadyen [Mon, 4 Feb 2013 20:03:20 +0000 (12:03 -0800)]
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec
Jesse MacFadyen [Mon, 4 Feb 2013 20:02:09 +0000 (12:02 -0800)]
add test for generic CELL connection type
Becky Gibson [Mon, 28 Jan 2013 20:38:40 +0000 (15:38 -0500)]
Added inAppBrowser test helper
Added a note and superscript * on titles of tests that when running in iOS will leave the app with no way back. Just a helper so I don't have to think when running the tests!
Andrew Grieve [Thu, 24 Jan 2013 18:22:14 +0000 (13:22 -0500)]
Add some links to InAppBrowser test page.
Can test starting at a local page and ending at a pdf.
Fil Maj [Mon, 21 Jan 2013 23:41:14 +0000 (15:41 -0800)]
Tagging 2.4.0rc1
Max Woghiren [Mon, 21 Jan 2013 21:42:36 +0000 (16:42 -0500)]
[CB-2235] Encoded spaces to fix a test.
FileTransfer.download fails when the source URL has spaces. One test was failing because an attempt was accidentally being made to download from a URL with spaces; once encoded, the test passes.
Andrew Grieve [Fri, 18 Jan 2013 17:16:35 +0000 (12:16 -0500)]
Add a manual test for <input type=file>.
Tested it works on iOS6 and Android ICS
Andrew Grieve [Fri, 18 Jan 2013 01:59:11 +0000 (20:59 -0500)]
Add User-Agent display and PDF test to InAppBrowser
Andrew Grieve [Thu, 17 Jan 2013 16:52:52 +0000 (11:52 -0500)]
Remove query param from file:/// test.
This is required when the test fails and you click on the failing test
to run just that test.
Michal Mocny [Wed, 16 Jan 2013 15:28:16 +0000 (10:28 -0500)]
Make ArrayBuffer benchmark in bytes, and wrap calls with setTimeout
Andrew Grieve [Tue, 15 Jan 2013 19:12:02 +0000 (14:12 -0500)]
Add manual test for lazy-loading of cordova.js
https://issues.apache.org/jira/browse/CB-1978
Max Woghiren [Tue, 15 Jan 2013 15:49:39 +0000 (10:49 -0500)]
[CB-2213] Added a test for NATIVE_URI.
The test uses the camera to get the native URI of an image from the device's photo library, and uses that URI to display the file's info.
Andrew Grieve [Tue, 15 Jan 2013 02:51:59 +0000 (21:51 -0500)]
Add autotest for fetching file:/// with FileTransfer.
https://issues.apache.org/jira/browse/CB-2183
Michal Mocny [Mon, 14 Jan 2013 22:04:54 +0000 (17:04 -0500)]
[mobile-spec] CB-2216: Bench ArrayBuffers
Andrew Grieve [Fri, 11 Jan 2013 18:57:33 +0000 (13:57 -0500)]
Add a test that reads a native Blob with a FileReader.
Related to: https://issues.apache.org/jira/browse/CB-2206
Braden Shepherdson [Mon, 7 Jan 2013 23:11:12 +0000 (18:11 -0500)]
Add tests for reading sliced files.
Shazron Abdullah [Fri, 4 Jan 2013 01:00:57 +0000 (17:00 -0800)]
Updated version to 2.3.0
Becky Gibson [Wed, 2 Jan 2013 22:38:30 +0000 (17:38 -0500)]
Fixes CB-2109 device.platform value in audio
The audio test file relies on device.platform in order to create
the file for recording on iOS. Had to be updated to look for the
new value of "iOS"
Josh Soref [Mon, 10 Sep 2012 22:01:12 +0000 (18:01 -0400)]
Spelling: writer
Signed-off-by: Shazron Abdullah <shazron@apache.org>
Josh Soref [Mon, 10 Sep 2012 21:59:47 +0000 (17:59 -0400)]
Spelling: should
Signed-off-by: Shazron Abdullah <shazron@apache.org>
Josh Soref [Mon, 10 Sep 2012 21:58:33 +0000 (17:58 -0400)]
Spelling: create
Signed-off-by: Shazron Abdullah <shazron@apache.org>
Josh Soref [Mon, 10 Sep 2012 21:55:24 +0000 (17:55 -0400)]
Spelling: callback
Signed-off-by: Shazron Abdullah <shazron@apache.org>
Shazron Abdullah [Mon, 10 Dec 2012 23:36:16 +0000 (15:36 -0800)]
Updated to 2.3.0rc2
Shazron Abdullah [Mon, 26 Nov 2012 20:36:33 +0000 (12:36 -0800)]
Updated to 2.3.0rc1
Simon MacDonald [Wed, 21 Nov 2012 19:15:00 +0000 (14:15 -0500)]
Add manual tests for InAppBrowser
Joe Bowser [Mon, 19 Nov 2012 21:23:16 +0000 (13:23 -0800)]
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec
Joe Bowser [Mon, 19 Nov 2012 21:22:53 +0000 (13:22 -0800)]
CB-1855: Add device.model to Device API. Adding the test
Andrew Grieve [Wed, 7 Nov 2012 20:20:09 +0000 (15:20 -0500)]
Test both navigator.network.connection and navigator.connection
in the auto tests.
Shazron Abdullah [Wed, 31 Oct 2012 21:45:19 +0000 (14:45 -0700)]
Updated to 2.2.0
Fil Maj [Wed, 24 Oct 2012 18:56:34 +0000 (11:56 -0700)]
Version 2.2.0rc2
Marcel Kinard [Fri, 19 Oct 2012 16:11:31 +0000 (12:11 -0400)]
Remove filter when fetching contacts
Jesse MacFadyen [Tue, 16 Oct 2012 01:02:37 +0000 (18:02 -0700)]
DOCTYPE declaration MUST be the first item in the html file, thanks Steve! that was fun! [CB-1660]
Joe Bowser [Mon, 15 Oct 2012 18:32:58 +0000 (11:32 -0700)]
Upgrading mobile spec to latest version
Andrew Grieve [Wed, 10 Oct 2012 19:50:47 +0000 (15:50 -0400)]
Update Network test to show both new and deprecated network states.
navigator.network.connection.type and navigator.connection.type.
Jesse MacFadyen [Thu, 4 Oct 2012 01:47:25 +0000 (18:47 -0700)]
[CB-1581, CB-1582] invalid tests
Jesse MacFadyen [Thu, 4 Oct 2012 01:08:36 +0000 (18:08 -0700)]
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec
Andrew Grieve [Wed, 3 Oct 2012 19:57:51 +0000 (15:57 -0400)]
Fix useSetTimeout not working on iOS (use .checked instead of .value)
Andrew Grieve [Tue, 2 Oct 2012 19:05:04 +0000 (15:05 -0400)]
Test that FileTransfer.upload's response looks correct.
Andrew Grieve [Tue, 2 Oct 2012 15:27:24 +0000 (11:27 -0400)]
Move startTime of FileTransfer upload test to be after File creation.
Andrew Grieve [Tue, 2 Oct 2012 14:11:41 +0000 (10:11 -0400)]
Tweak FileTransfer abort tests to have a larget timeout value.
Simon MacDonald [Thu, 27 Sep 2012 15:19:33 +0000 (11:19 -0400)]
Merge branch 'master' of git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec
Simon MacDonald [Thu, 27 Sep 2012 15:19:27 +0000 (11:19 -0400)]
Adding failure test case for Globalization.stringToDate()
Andrew Grieve [Thu, 27 Sep 2012 03:20:01 +0000 (23:20 -0400)]
Add an autotest for that does a sql transaction
Andrew Grieve [Thu, 27 Sep 2012 03:18:05 +0000 (23:18 -0400)]
Move createDoNotCallSpy and waitsForAny into test-runner.js
Andrew Grieve [Mon, 24 Sep 2012 18:29:02 +0000 (14:29 -0400)]
Fix FileTransfer test where deleteFile is called with no callback.
Andrew Grieve [Mon, 24 Sep 2012 15:56:08 +0000 (11:56 -0400)]
Add test for upload progress events to FileTransfer.
Andrew Grieve [Fri, 21 Sep 2012 03:35:58 +0000 (23:35 -0400)]
Fix up deleteFile() so that it never fails.
And also so that tests wait for it before continuing to the next one.
Andrew Grieve [Fri, 21 Sep 2012 03:21:44 +0000 (23:21 -0400)]
Add FileTransfer tests for progress events and abort()
Simon MacDonald [Wed, 19 Sep 2012 18:12:43 +0000 (14:12 -0400)]
Comment out globalization tests until all platforms support them
Simon MacDonald [Wed, 19 Sep 2012 14:56:27 +0000 (10:56 -0400)]
CB-1474: Port Globalization Plug-in Tests to Jasmine
Andrew Grieve [Wed, 5 Sep 2012 17:12:46 +0000 (13:12 -0400)]
Tweak clean-up logic in filetransfer tests so that it executes even when
tests fail.
Andrew Grieve [Fri, 31 Aug 2012 17:44:20 +0000 (13:44 -0400)]
-Add a file transfer test that tests https, and the response body.
Andrew Grieve [Tue, 28 Aug 2012 17:47:35 +0000 (13:47 -0400)]
Make tests in FileTransfer fail faster when they fail.
Andrew Grieve [Fri, 14 Sep 2012 20:17:53 +0000 (16:17 -0400)]
Refactor bridge benchmark page.
- Add an initial delay
- Add a delay between tests
- Don't use setTimeout
- Measure more permutations.
Andrew Grieve [Fri, 14 Sep 2012 19:49:10 +0000 (15:49 -0400)]
Add a note about setting constants in exec benchmark.
Andrew Grieve [Thu, 6 Sep 2012 22:44:22 +0000 (18:44 -0400)]
Add autotest for data uris in iframes and images.
Fil Maj [Mon, 17 Sep 2012 21:51:56 +0000 (14:51 -0700)]
[CB-1488] Added license headers to mobile spec
Fil Maj [Wed, 12 Sep 2012 19:13:00 +0000 (12:13 -0700)]
Bumping to 2.1.0
Shazron Abdullah [Wed, 12 Sep 2012 06:41:24 +0000 (23:41 -0700)]
Update the version reference to 2.1.0
Joe Bowser [Mon, 10 Sep 2012 21:18:05 +0000 (14:18 -0700)]
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec
Joe Bowser [Mon, 10 Sep 2012 21:17:31 +0000 (14:17 -0700)]
Adding different bridge benchmarking to the Automated Mobile Spec Tests
doggerelverse [Fri, 31 Aug 2012 00:11:54 +0000 (17:11 -0700)]
separate buttons for stop/release', minor change to layout
Joe Bowser [Wed, 5 Sep 2012 23:17:59 +0000 (16:17 -0700)]
Adding test case for CB-1146, may be helpful to other platforms as well
Fil Maj [Fri, 31 Aug 2012 18:43:11 +0000 (11:43 -0700)]
Bumping to 2.1.0rc2
Michael Brooks [Thu, 30 Aug 2012 22:23:56 +0000 (15:23 -0700)]
[#1310] Update PhoneGap references to Apache Cordova.
Steven Gill [Tue, 28 Aug 2012 23:59:55 +0000 (16:59 -0700)]
added version file
Jesse MacFadyen [Tue, 28 Aug 2012 00:13:14 +0000 (17:13 -0700)]
Merge branch 'master' of github.com:purplecabbage/incubator-cordova-mobile-spec
Andrew Grieve [Thu, 16 Aug 2012 21:14:51 +0000 (17:14 -0400)]
Add an exec() bridge benchmarking page.
purplecabbage [Wed, 15 Aug 2012 18:35:34 +0000 (11:35 -0700)]
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec
Don Coleman [Wed, 8 Aug 2012 20:33:42 +0000 (16:33 -0400)]
syntax error - replace ; with ,
Jesse MacFadyen [Thu, 2 Aug 2012 00:07:49 +0000 (17:07 -0700)]
Merge branch 'master' of https://github.com/purplecabbage/incubator-cordova-mobile-spec