Commit graph

34 commits

Author SHA1 Message Date
jrburke
096e90bbfe Update to relative AMD dependencies, allows proper use of source in an AMD project. 2012-01-24 14:43:24 -08:00
Ghislain Seguin
079324cf56 Use jQuery tag inserter instead of pointing directly at jquery.js 2012-01-22 23:15:30 -08:00
Ghislain Seguin
1950602dcb Switched to using AMD loader and $.testHelper.reloadModule instead of $.testHelper.reloadLib 2012-01-18 11:11:35 -08:00
John Bender
f2802bdc65 reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
John Bender
ca0c1a9c61 fix test errors relying on require after switching back to synchronous load 2012-01-17 15:07:55 -08:00
scottjehl
57af436ab6 Merge branch 'fixedtoolbar'
Conflicts:
	Makefile
	css/structure/index.php
	css/structure/jquery.mobile.core.css
	css/structure/jquery.mobile.forms.slider.css
	css/structure/jquery.mobile.transitions.fade.css
	css/themes/default/jquery.mobile.css
	css/themes/default/jquery.mobile.theme.css
	docs/pages/page-transitions.html
	js/jquery.mobile.core.js
	js/jquery.mobile.define.js
	js/jquery.mobile.docs.js
	js/jquery.mobile.fixHeaderFooter.js
	js/jquery.mobile.fixHeaderFooter.native.js
	js/jquery.mobile.forms.button.js
	js/jquery.mobile.forms.select.custom.js
	js/jquery.mobile.init.js
	js/jquery.mobile.js
	js/jquery.mobile.navigation.js
	js/jquery.mobile.support.js
	js/jquery.mobile.transition.flip.js
	js/jquery.mobile.transition.flow.js
	js/jquery.mobile.transition.js
	js/jquery.mobile.transition.pop.js
	js/jquery.mobile.transition.slide.js
	js/jquery.mobile.transition.slidedown.js
	js/jquery.mobile.transition.slideup.js
	js/jquery.mobile.transition.turn.js
	tests/jquery.testHelper.js
	tests/unit/listview/listview_core.js
	tests/unit/support/index.html
2012-01-18 00:05:45 +07:00
Ghislain Seguin
7c7e6f2578 Backed out AMD changes to support test suite until we figure out how to make it stable 2012-01-13 09:23:45 -08:00
jrburke
befdd49643 Move require.js to first tag so it can catch jquery module registration, otherwise jquery may be loaded twice. 2012-01-13 17:32:26 +07:00
Ghislain Seguin
9ffabcce33 Use css/themes/default/jquery.mobile.css instead of css/themes/default/index.php 2012-01-13 17:29:41 +07:00
John Bender
d347be825c move to reloadModule as it returns a deferred 2012-01-13 17:25:53 +07:00
Ghislain Seguin
86c611e436 Added require.js 1.0.3 as a submodule 2012-01-13 17:25:48 +07:00
Ghislain Seguin
44b5951f00 Use new testHelper.reloadLib 2012-01-13 17:25:46 +07:00
Ghislain Seguin
ef7966cec4 AMDized 2012-01-13 17:24:55 +07:00
jrburke
73a8d24134 Move require.js to first tag so it can catch jquery module registration, otherwise jquery may be loaded twice. 2012-01-12 21:35:46 -08:00
Ghislain Seguin
ff9b742723 Use css/themes/default/jquery.mobile.css instead of css/themes/default/index.php 2012-01-10 14:49:52 -08:00
John Bender
223ad8daab move to reloadModule as it returns a deferred 2012-01-04 11:26:36 -08:00
Ghislain Seguin
0bd10de3e8 Added require.js 1.0.3 as a submodule 2011-12-24 00:48:08 -08:00
Ghislain Seguin
db5a919928 Use new testHelper.reloadLib 2011-12-22 09:55:07 -08:00
Ghislain Seguin
c58022c8ff AMDized 2011-12-21 16:41:43 -08:00
John Bender
92baba02d4 orientation change check requires stubbing onorientationchange 2011-10-07 13:32:34 -07:00
Jörn Zaefferer
0ed1460279 Add swarminject.js to prepare for TestSwarm integration 2011-10-04 15:02:17 -04:00
John Bender
fd286444f4 replaceState *and* pushState are now required for $.support.pushState to be true 2011-08-29 10:18:40 -07:00
scottjehl
8ba4c27300 Ya'll can scale your pages now. Fixes #1645. Note: we originally disabled user zooming to work around a bug in iOS that automatically zooms the page beyond the constraints of the viewport on orientation change. We are not working around this bug at all now, but you are free to include any meta tag you'd like, or better yet, consider this polyfill: http://www.blog.highub.com/mobile-2/a-fix-for-iphone-viewport-scale-bug/ 2011-05-17 17:28:19 -04:00
scottjehl
d97a964884 been meaning to do this for a while. 2011-04-14 16:04:47 -04:00
scottjehl
4c199a5ce6 added unit test for IE version check in Mobile ( doesn't use UA detection like jQuery Core's) 2011-03-14 00:20:26 -04:00
scottjehl
0d9627d54e Added viewport meta elements to the markup of every template and removed the metaViewportContent option from code and docs. IE does not support generated viewport tags. 2011-03-14 00:20:23 -04:00
jzaefferer
458a56839b Updated unit tests: Drop document-ready block, use #qunit-fixture instead of #main and drop extra styles now provided by QUnit. 2010-12-16 10:34:23 +01:00
John Bender
caf84f6663 moved module declaration to actual module files to be consistent with reload based tests 2010-11-23 21:08:12 +08:00
John Bender
521777dcb7 added reload lib helper, moved support core over 2010-11-23 21:08:11 +08:00
John Bender
4bec9b1ae2 added file protocol helper 2010-11-23 21:08:11 +08:00
John Bender
8725b2dcc5 added todos for refactoring hanging functions into mockable methods 2010-11-23 05:04:35 +08:00
John Bender
0fe922b748 removed unnecessary query wrap 2010-11-23 05:04:35 +08:00
John Bender
370d745bf3 added tests for mobile.support, still working on mocking for property check on body styles 2010-11-23 05:04:34 +08:00
John Bender
d94b2c536b added tests for basic support attributes 2010-11-23 05:04:33 +08:00