Commit graph

32 commits

Author SHA1 Message Date
Jörn Zaefferer
0ed1460279 Add swarminject.js to prepare for TestSwarm integration 2011-10-04 15:02:17 -04:00
Kin Blas
c75a7ad654 Fix for issue 1666 - Deprecate $.mobile.pageLoading()
- Removed $.mobile.pageLoading().
- Updated tests/unit/init/ to call the new showPageLoadingMsg/hidePageLoadingMsg functions.
2011-09-20 14:45:26 -07:00
scottjehl
d670feae08 removed test for page-div-not-required, as it has its own test page.. Added tests for auto initialize option. 2011-07-24 22:13:26 -04:00
scottjehl
a93cdbcea0 changed up the unit test so that it didn't load the page in an iframe, which seemed to mess things up on the test server. 2011-07-17 16:29:05 -04:00
scottjehl
259815d480 Make data-role=page elements optional. This change makes the framework more lenient with markup, and will ease integration with existing sites, as well as mashups with external content. Unit tests included. Fixes #2096 2011-07-17 14:52:49 -04:00
scottjehl
6da7e4a1dc Made loading message configurable at runtime. Fixes #2044. Fixes #1974. Fixes #1947. 2011-07-14 22:46:06 -04:00
John Bender
9729dc9f15 moved finicky hashchange test to sequence helper to prevent overlap with setting the hash 2011-06-27 12:36:17 -07:00
John Bender
d42658882a fixed init hang 2011-06-27 11:19:52 -07:00
scottjehl
ffdfa4e7c2 moved page load event bindings to a post-mobileinit callback so that the useFastClick option can be set before it is used. Unit test included. Fixes #1869 2011-06-21 11:33:38 -04:00
John Bender
8291f92ce8 fixed error on undefined var in init_core tests 2011-05-24 14:14:19 -07:00
scottjehl
adf3808e84 Removed the dynamically-appended Meta tag, which was deprecated in Alpha 4, and scheduled for removal in beta. jQM users must provide their own meta viewport tag in the head of jQM apps. 2011-05-17 18:03:54 -04:00
scottjehl
d97a964884 been meaning to do this for a while. 2011-04-14 16:04:47 -04:00
scottjehl
963840a3b0 moved some selectors over to :jqmData() 2011-03-26 10:18:32 -04:00
John Bender
0ed68525ed fixed array comparison tests to test single element 2011-03-25 18:40:55 -07:00
John Bender
143fd264d2 fixed mobile init bind firing in another test 2011-03-25 18:27:35 -07:00
scottjehl
497344c618 used mobile.ns in the test 2011-03-25 18:21:10 -04:00
scottjehl
7503f62a10 changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
John Bender
7d3642f3ab fixed init tests for ie 2011-03-24 09:46:13 -07:00
John Bender
018609fa32 removed mass of duplication from core of functionality that was moved to init, fixed init tests 2011-03-22 00:26:24 -07:00
John Bender
7df9e245f4 test namespace additions and type fix for core 2011-03-21 23:36:32 -07:00
John Bender
4fca8e6d21 removed console 2011-03-17 00:15:29 -07:00
John Bender
4959548698 fixed init core tests to represent init functionality 2011-03-16 22:31:22 -07:00
John Bender
4126fbd29b fixed last failing tests after merge in init tests 2011-03-15 23:58:22 -07:00
John Bender
63e8f6bfcb resolved merge conflicts and fixed 2 tests 2011-03-15 23:57:17 -07:00
John Bender
c629e34e74 fix for broken init test and some whitespace 2011-03-13 23:09:32 -07:00
scottjehl
fc0cd38c4e improved test for meta injects 2011-03-14 00:20:26 -04:00
scottjehl
b2ea5e99e5 added comment about missing meta tag 2011-03-14 00:20:26 -04:00
scottjehl
f6a2bd46ec added a unit test for checking if meta viewport tag is not appended if one already exists. 2011-03-14 00:20:26 -04:00
John Bender
433384e150 altered tests to represent init change and added two for the load message customization Fixes #1178 2011-03-03 18:08:47 -08:00
John Bender
2abdbf3416 white space in the init core test 2011-02-26 23:29:14 -08:00
John Bender
b246fb48fa tests for data url init default 2011-02-26 23:27:41 -08:00
John Bender
2704975095 re arranged tests for mobile init 2011-02-20 18:07:17 -08:00