jblas@adobe.com
8e23813d25
Got rid of pseudo selectors :header and :eq(0) since they take a long time on WP7.5 (Mango). This shaves off 300 msecs when loading the form gallery page.
2011-11-09 17:59:25 -08:00
Ghislain Seguin
8fb55a8afa
Merge pull request #2974 from agcolom/patch-16
...
Update docs/toolbars/docs-bars.html
2011-11-08 22:45:55 -08:00
jblas@adobe.com
cb820f6e5d
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-08 17:07:18 -08:00
jblas@adobe.com
76766a635f
Speed up listview enhancement for WP 7.5 (Mango). This change allows the 400 listview item page to load in 3-4 seconds instead of 30 seconds.
...
- Modified refresh() so that it manually checks for the first image in the list item or .ui-link-inherit element. This allows us to avoid executing a selector with a direct descendant and :eq(0) pseudo which is quite slow on WP 7.5 IE.
2011-11-08 17:04:41 -08:00
John Bender
949dd4c6c8
test that title is restored on link transition to first page
2011-11-08 15:41:37 -08:00
Todd Parker
c997b4cc20
Merge pull request #2992 from agcolom/patch-29
...
Update docs/pages/page-dialogs.html
2011-11-08 14:37:30 -08:00
Anne-Gaelle Colom
a2c6741e71
Update docs/pages/page-dialogs.html
2011-11-08 22:35:53 +00:00
Todd Parker
ccf13892c4
Merge pull request #2991 from agcolom/patch-28
...
Update docs/pages/page-links.html
2011-11-08 14:32:41 -08:00
Anne-Gaelle Colom
3259b02c1a
Update docs/pages/page-links.html
2011-11-08 22:27:48 +00:00
Todd Parker
226bab004b
Merge pull request #2990 from agcolom/patch-27
...
Update docs/pages/page-titles.html
2011-11-08 14:12:27 -08:00
Anne-Gaelle Colom
a989487b2f
Update docs/pages/page-titles.html
2011-11-08 22:11:51 +00:00
Todd Parker
6832b68162
Merge pull request #2989 from agcolom/patch-26
...
Update docs/pages/page-anatomy.html
2011-11-08 14:09:53 -08:00
Anne-Gaelle Colom
bf4eac10ca
Update docs/pages/page-anatomy.html
2011-11-08 22:08:35 +00:00
Todd Parker
4c6871d5be
Merge pull request #2988 from jasonlcrane/docs-page-navmodel-1
...
Update docs/pages/page-navmodel.html. Thanks jasonlcrane!
2011-11-08 13:54:48 -08:00
jasonlcrane
1a8b56aa54
Fix typo in pushState plugin description, link to form submissions docs.
2011-11-08 21:41:26 +00:00
John Bender
94c2651244
Merge pull request #2959 from garann/158a65c1fd7f34afb6f157921a1604f6e3159a29
...
Store title of initial page
2011-11-08 13:38:29 -08:00
Todd Parker
7185e864c9
Merge pull request #2987 from agcolom/patch-25
...
Update docs/toolbars/bars-themes.html
2011-11-08 13:34:04 -08:00
Todd Parker
a35e1507da
Merge pull request #2971 from agcolom/patch-14
...
Update docs/toolbars/index.html
2011-11-08 13:33:44 -08:00
Todd Parker
77733d3ae8
Merge pull request #2972 from agcolom/patch-15
...
Update docs/toolbars/docs-bars.html
2011-11-08 13:33:22 -08:00
Anne-Gaelle Colom
41ce526d5d
Update docs/toolbars/bars-themes.html
2011-11-08 21:33:03 +00:00
Todd Parker
4f13feadcf
Merge pull request #2986 from agcolom/patch-24
...
Update docs/toolbars/footer-persist-c.html
2011-11-08 13:32:50 -08:00
Todd Parker
7d0dddc904
Merge pull request #2985 from agcolom/patch-23
...
Update docs/toolbars/footer-persist-b.html
2011-11-08 13:32:33 -08:00
Anne-Gaelle Colom
100b1d167e
Update docs/toolbars/footer-persist-c.html
2011-11-08 21:26:31 +00:00
Anne-Gaelle Colom
2314e554dc
Update docs/toolbars/footer-persist-b.html
2011-11-08 21:24:58 +00:00
Todd Parker
b15f87c504
Merge pull request #2984 from agcolom/patch-22
...
Update docs/toolbars/footer-persist-a.html
2011-11-08 13:24:35 -08:00
Anne-Gaelle Colom
66da36b486
Update docs/toolbars/footer-persist-a.html
2011-11-08 21:22:41 +00:00
Todd Parker
690696c564
Merge pull request #2983 from agcolom/patch-21
...
Update docs/toolbars/bars-fullscreen.html
2011-11-08 13:09:40 -08:00
Todd Parker
209757da3f
Merge pull request #2982 from agcolom/patch-20
...
Update docs/toolbars/bars-fixed.html
2011-11-08 13:09:17 -08:00
jblas@adobe.com
12dea341c7
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-08 13:07:09 -08:00
jblas@adobe.com
d6f2f438b6
Fixing the busted unit/core tests.
...
- Clear the namespace property name cache if the namespace is changed.
2011-11-08 13:05:51 -08:00
Anne-Gaelle Colom
eeaf535081
Update docs/toolbars/bars-fullscreen.html
2011-11-08 21:02:07 +00:00
Anne-Gaelle Colom
6146add9fc
Update docs/toolbars/bars-fixed.html
2011-11-08 20:58:34 +00:00
Todd Parker
40a1328c50
Merge pull request #2981 from agcolom/patch-19
...
Update docs/toolbars/docs-navbar.html
2011-11-08 12:09:49 -08:00
Mat Marquis
80893170ca
Additional work on #2066 — This change only applies overflow-x: hidden to body/div elements that receive the .ui-mobile-viewport class, as we can safely predict that style won’t interfere with native select funcitonality when attached to those elements. This will address the vast majority of use cases, and prevent this style from causing unpredictable Android issues in the event that the page is wrapped in an unusual element (a form, table cell, marquee tag, etc.).
2011-11-08 15:06:33 -05:00
Anne-Gaelle Colom
aee0d8c486
Update docs/toolbars/docs-navbar.html
2011-11-08 19:36:39 +00:00
Todd Parker
fea5bfd138
Merge pull request #2980 from agcolom/patch-18
...
Update docs/toolbars/docs-footers.html
2011-11-08 11:23:55 -08:00
jblas@adobe.com
b198f57276
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-08 11:21:01 -08:00
Anne-Gaelle Colom
5d94d64296
Update docs/toolbars/docs-footers.html
2011-11-08 19:20:27 +00:00
jblas@adobe.com
488e8f70ad
Some minor performance tweaks:
...
- Cache the nsNormalize() results so we don't have to call $.camelcase() every time jqmData() is called.
- Move the regexp used in our monkey patched $.find outside of the function to save some regex compilation cycles.
2011-11-08 11:19:39 -08:00
Todd Parker
67c245cc95
Merge pull request #2975 from agcolom/patch-17
...
Update docs/toolbars/docs-headers.html
2011-11-08 07:35:30 -08:00
Anne-Gaelle Colom
7a1d5ec057
Update docs/toolbars/docs-headers.html
2011-11-08 15:14:21 +00:00
Ghislain Seguin
f1f07a3faf
Merge pull request #2973 from MauriceG/master
...
Removing discarded link to Responsive Layout Helpers page from Data attribute reference page
2011-11-08 06:49:10 -08:00
Anne-Gaelle Colom
a37f6278e2
Update docs/toolbars/docs-bars.html
2011-11-08 14:39:19 +00:00
Maurice Gottlieb
d53d3f8359
removing link to discarded page Responsive Layout Helpers
2011-11-08 15:37:47 +01:00
Ghislain Seguin
80644f305e
Revert "Update docs/api/globalconfig.html"
...
This reverts commit c832f64ae8 .
2011-11-08 06:26:24 -08:00
Ghislain Seguin
103a59c24b
Revert "Update docs/api/events.html"
...
This reverts commit 7dba08a10b .
2011-11-08 06:26:22 -08:00
Ghislain Seguin
b64da2f5f2
Revert "Update docs/api/methods.html"
...
This reverts commit b019fa4c58 .
2011-11-08 06:26:12 -08:00
Anne-Gaelle Colom
1b80023184
Update docs/toolbars/docs-bars.html
2011-11-08 14:05:21 +00:00
Ghislain Seguin
0c022a56e5
Merge pull request #2968 from agcolom/patch-11
...
Update docs/api/events.html
2011-11-08 06:04:38 -08:00
Ghislain Seguin
48fdbfc261
Merge pull request #2969 from agcolom/patch-12
...
Update docs/api/methods.html
2011-11-08 06:03:15 -08:00