Joe Bowser [Tue, 25 Jun 2013 20:42:39 +0000 (13:42 -0700)]
Updating version for 2.9.0 final
Fil Maj [Tue, 18 Jun 2013 15:58:11 +0000 (08:58 -0700)]
Set VERSION to 2.9.0rc1
Ian Clelland [Sat, 15 Jun 2013 04:29:48 +0000 (00:29 -0400)]
Skip tests properly on old Android versions
Bryan Higgins [Thu, 13 Jun 2013 13:58:57 +0000 (09:58 -0400)]
[CB-3789] Remove device.name from mobile-spec (removed in 2.8)
Ian Clelland [Wed, 12 Jun 2013 12:46:16 +0000 (08:46 -0400)]
[CB-2406] Add ArrayBuffer and Blob FileWriter tests
Kevin Boyle [Sun, 9 Jun 2013 14:04:01 +0000 (15:04 +0100)]
Provide a test case for CB-3522 which is broken on WP8
David Kemp [Tue, 4 Jun 2013 16:55:24 +0000 (12:55 -0400)]
CB-3420: add hidden option to InAppBrowser
James Jong [Thu, 30 May 2013 14:53:15 +0000 (10:53 -0400)]
[CB-3551] Correct boolean opts for camera tests
Ian Clelland [Wed, 29 May 2013 19:24:07 +0000 (15:24 -0400)]
[CB-2200] Remove test dependency on deprecated device.name
Andrew Grieve [Tue, 28 May 2013 20:59:54 +0000 (16:59 -0400)]
Add missing license headers found by RAT
Jesse MacFadyen [Tue, 28 May 2013 18:49:48 +0000 (11:49 -0700)]
[CB-2734] added PLAT support for WP7, WP8, Windows8 and allow Windows8 to createElement include cordovaPath. Some minor refactor to remove if/else ladder and ease future platform addition.
Max Woghiren [Mon, 27 May 2013 19:47:01 +0000 (15:47 -0400)]
Revert "changed document.write to use document.createElement('script')"
This reverts commit
8b1fd7d49c278d43b34b4c041f1575a1a39a664d.
This is necessary because it causes rendering issues on some ICS
devices.
James Jong [Fri, 24 May 2013 16:01:50 +0000 (12:01 -0400)]
[CB-3502] update abort filetransfer.spec.9 to pass
- Change to a different download file to not intertwine dependencies w Media
Ian Clelland [Thu, 23 May 2013 18:22:44 +0000 (14:22 -0400)]
Added beep.wav for iOS navigator.notification.beep test
Ian Clelland [Thu, 23 May 2013 15:44:01 +0000 (11:44 -0400)]
[CB-2789] Updating mobile-spec capture API tests to match code
Jesse MacFadyen [Wed, 22 May 2013 19:17:07 +0000 (12:17 -0700)]
changed document.write to use document.createElement('script')
Bryan Higgins [Wed, 15 May 2013 17:34:20 +0000 (13:34 -0400)]
[CB-3399] Treat BB10 as separate platform from BBOS/TabletOS for cordova.js loading
lorinbeer [Wed, 15 May 2013 20:51:08 +0000 (13:51 -0700)]
[CB-3402] rename of bin directory, bin is a reserved directory name on Playbook platform, caused an error if entire project copied over
Andrew Grieve [Wed, 8 May 2013 14:03:30 +0000 (10:03 -0400)]
[CB-3307] Change cordova-VERSION.js to cordova.js.
Shazron Abdullah [Thu, 2 May 2013 22:45:56 +0000 (15:45 -0700)]
[CB-2909] Camera manual test for DATA_URL does not show the preview image
Andrew Grieve [Tue, 30 Apr 2013 18:32:40 +0000 (14:32 -0400)]
Set VERSION to "dev" on master.
Shazron Abdullah [Mon, 29 Apr 2013 23:36:21 +0000 (16:36 -0700)]
Updated version to 2.7.0
Andrew Grieve [Mon, 29 Apr 2013 16:26:56 +0000 (12:26 -0400)]
[CB-3295] Add assertions for InAppBrowser load events
Max Woghiren [Tue, 23 Apr 2013 19:26:33 +0000 (15:26 -0400)]
[CB-3220] Fixed CompassHeading test for no params.
Andrew Grieve [Sat, 20 Apr 2013 15:24:16 +0000 (11:24 -0400)]
Add an iframe with an invalid URL to test CDVWebViewDelegate
Shazron Abdullah [Sat, 20 Apr 2013 01:59:22 +0000 (18:59 -0700)]
Updated version to 2.7.0rc1
Andrew Grieve [Thu, 18 Apr 2013 18:01:01 +0000 (14:01 -0400)]
Fix InAppBrowser error case tests to specify target="_blank"
Andrew Grieve [Thu, 18 Apr 2013 17:56:02 +0000 (13:56 -0400)]
Fix style & script injection tests for InAppBrowser
Broken by previous commit.
Andrew Grieve [Thu, 18 Apr 2013 15:41:33 +0000 (11:41 -0400)]
Log all InAppBrowser events in its test page.
And adds a test for pages that redirect.
Andrew Grieve [Tue, 16 Apr 2013 14:03:39 +0000 (10:03 -0400)]
[CB-2166] Test listening for deviceready before cordova.js is loaded.
lorinbeer [Fri, 5 Apr 2013 21:19:08 +0000 (14:19 -0700)]
[CB-2913] squashed commits of toetag script, tags jasmine unit tests with unique id
[CB-2913] initial commit of toetag script
toetag parses unit tests, adding a spec id
grep commands and regex in place
[CB-2913] toetag script
toetag iterates through the default directory,
gives test sane names, should handle adding tests sanely
slow, too much grep
[CB-2913] toetag inserts in place
works with (around) ios sed/stdin security,
produces backup (.bak) files for files that have changed
inserts tag id's in place
[CB-2913] escaped regex protecting multiple tag inclusion
[CB-2913] escaped replace string so no characters are interpreted as sed flags or regex
[CB-2913] reactivated dir search for js files
[CB-2913] switched sed delimiter to avoid f-up with certain test names
Ian Clelland [Thu, 28 Mar 2013 15:52:27 +0000 (11:52 -0400)]
[CB-2305] Validate InAppBrowser executeScript/injectCSS callbacks
Shazron Abdullah [Thu, 4 Apr 2013 17:29:21 +0000 (10:29 -0700)]
Updated version to 2.6.0
lorinbeer [Tue, 2 Apr 2013 15:48:35 +0000 (08:48 -0700)]
[CB-2899] removed debug statement causing a bunch of ugly printouts onload of camera manual test page
James Jong [Mon, 1 Apr 2013 18:02:30 +0000 (14:02 -0400)]
[CB-2600] match case for cordova.ios.js
lorinbeer [Fri, 29 Mar 2013 13:49:21 +0000 (06:49 -0700)]
Merge remote-tracking branch 'apache/master'
timkim [Thu, 21 Mar 2013 23:06:50 +0000 (16:06 -0700)]
[CB-2600] - fix for old blackberry
lorinbeer [Wed, 27 Mar 2013 21:18:05 +0000 (14:18 -0700)]
[CB-2793] added definition and display of default values for camera.getPicture test
timkim [Wed, 27 Mar 2013 21:10:59 +0000 (14:10 -0700)]
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec
Andrew Grieve [Wed, 27 Mar 2013 20:59:18 +0000 (16:59 -0400)]
[CB-1517] Add an assertion that progress.total < progress.loaded
Ian Clelland [Wed, 20 Mar 2013 15:03:28 +0000 (11:03 -0400)]
[CB-1517] [CB-1518] Add spec test for gzip-encoded resources
Ian Clelland [Mon, 18 Mar 2013 20:21:02 +0000 (16:21 -0400)]
[CB-2226] Add spec test for FileTransfer.abort error callback
Ian Clelland [Sat, 16 Mar 2013 03:26:34 +0000 (23:26 -0400)]
[CB-2305] Add spec tests for InAppBrowser.insertCSS and InAppBrowser.executeScript APIs
Fil Maj [Thu, 21 Mar 2013 16:57:01 +0000 (09:57 -0700)]
2.6.0rc1
mbillau [Tue, 19 Mar 2013 20:01:34 +0000 (16:01 -0400)]
CB-2680 - Add prompt dialog to Notification API
Shazron Abdullah [Thu, 21 Mar 2013 00:36:52 +0000 (17:36 -0700)]
[CB-2729] write mobile-spec tests to handle basic auth tests for FileTransfer download and upload
Michal Mocny [Wed, 20 Mar 2013 20:25:14 +0000 (16:25 -0400)]
Merge branch 'master' of git-wip-us.apache.org/repos/asf/cordova-mobile-spec
Michal Mocny [Wed, 20 Mar 2013 20:25:02 +0000 (16:25 -0400)]
[CB-2600] Adding support for more platforms
Ian Clelland [Thu, 14 Mar 2013 17:33:46 +0000 (13:33 -0400)]
[CB-2308] Add Spec tests for InAppBrowser error channel
Ian Clelland [Fri, 15 Mar 2013 16:03:48 +0000 (12:03 -0400)]
Add google.com to whitelist docs (for InAppBrowser tests)
Shazron Abdullah [Wed, 20 Mar 2013 17:48:30 +0000 (10:48 -0700)]
Fix FileTransfer 404 test
Andrew Grieve [Thu, 14 Mar 2013 15:37:16 +0000 (11:37 -0400)]
Refactor FileReader / FileWriter tests to not use "new File"
Jesse MacFadyen [Thu, 14 Mar 2013 21:28:25 +0000 (14:28 -0700)]
[ALL] catch exception trying to xhr to local file to see if it exists
Max Woghiren [Wed, 13 Mar 2013 18:23:55 +0000 (14:23 -0400)]
[CB-1689] Added a camera direction dropdown.
Max Woghiren [Fri, 15 Feb 2013 20:23:24 +0000 (15:23 -0500)]
[CB-1933] Added a test for confirmation dialogs.
Notification.confirm now takes an array of button labels. Comma-separated strings are deprecated.
Andrew Grieve [Thu, 7 Mar 2013 19:42:59 +0000 (11:42 -0800)]
Remove unreferenced function in camera/index.html
Andrew Grieve [Wed, 6 Mar 2013 18:46:17 +0000 (10:46 -0800)]
Few more tweaks to camera test page.
Andrew Grieve [Mon, 4 Mar 2013 04:26:51 +0000 (23:26 -0500)]
Rewrite of camera mobile spec page.
-Now allows setting of all the options.
-Follow-up actions do not make you reselect image.
Andrew Grieve [Tue, 5 Mar 2013 19:29:28 +0000 (11:29 -0800)]
CSS tweaks.
-Change buttons to inline-block instead of float
-Restyle yellow info divs a bit.
Braden Shepherdson [Mon, 4 Mar 2013 20:10:50 +0000 (15:10 -0500)]
Add auto tests for readAsBinaryString and readAsArrayBuffer
Michal Mocny [Mon, 4 Mar 2013 17:31:39 +0000 (12:31 -0500)]
removing console log, sorry
Michal Mocny [Mon, 4 Mar 2013 17:27:06 +0000 (12:27 -0500)]
Merge branch 'master' of git-wip-us.apache.org/repos/asf/cordova-mobile-spec
Michal Mocny [Mon, 4 Mar 2013 17:27:00 +0000 (12:27 -0500)]
Fixing issue with mobile spec not loading js when PLATFORM unavailable
Andrew Grieve [Fri, 1 Mar 2013 16:51:26 +0000 (11:51 -0500)]
[CB-2389] Add test for an iframe load after main onload
Michal Mocny [Mon, 25 Feb 2013 20:59:04 +0000 (15:59 -0500)]
Support loading platform cordova.js files if available
James Jong [Tue, 26 Feb 2013 20:49:50 +0000 (15:49 -0500)]
CB-2548 Add back button to splash screen test
-Added back button to splash screen test
Fil Maj [Tue, 26 Feb 2013 21:36:46 +0000 (13:36 -0800)]
Merge branch 'next'
Fil Maj [Tue, 26 Feb 2013 21:36:14 +0000 (13:36 -0800)]
2.5.0
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.