Commit graph

3952 commits

Author SHA1 Message Date
Anne-Gaelle Colom
41ce526d5d Update docs/toolbars/bars-themes.html 2011-11-08 21:33:03 +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
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
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
Ghislain Seguin
4a20908f4e Merge pull request #2967 from agcolom/patch-10
Update docs/api/globalconfig.html
2011-11-08 06:00:45 -08:00
Anne-Gaelle Colom
b019fa4c58 Update docs/api/methods.html 2011-11-08 13:49:10 +00:00
Anne-Gaelle Colom
7dba08a10b Update docs/api/events.html 2011-11-08 13:47:51 +00:00
Anne-Gaelle Colom
c832f64ae8 Update docs/api/globalconfig.html 2011-11-08 13:45:37 +00:00
Ghislain Seguin
8dcef4493d Fix for #2954 2011-11-07 21:02:28 -08:00
Todd Parker
72ff459602 Adjusted dialog docs 2011-11-07 22:52:06 -05:00
Todd Parker
82b7dcc1d1 Added overlay-theme attr info for selects 2011-11-07 22:47:47 -05:00
Todd Parker
2b618a1215 Added docs for dialog overlay attr, created a demo page to show this in action 2011-11-07 22:29:06 -05:00
Kin Blas
3316182253 Merge pull request #2962 from eddiemonge/patch-5
Wrong OR operator to compare values
2011-11-07 19:04:14 -08:00
Eddie Monge Jr.
4f354bafbc Wrong OR operator to compare values 2011-11-07 18:14:29 -08:00
John Bender
1d5f2af293 first pass at visualizing data collection 2011-11-07 16:56:19 -08:00
John Bender
9e255e6e75 add the pathname to the stats to differentiate tests. add grouping 2011-11-07 16:56:19 -08:00
jblas@adobe.com
e17e29b559 Eeking out another 200+ msecs (on iPad) by simply switching to children("img:eq0") instead of find(">img:eq0"). Still need to figure out how to get rid of the find(".ui-link-inherit>img:eq(0)") which is the where the bulk of listview enhancement is spent on WP7. 2011-11-07 15:16:32 -08:00
Todd Parker
d194476640 Merge pull request #2960 from agcolom/patch-9
Update docs/api/themes.html
2011-11-07 13:37:18 -08:00
Anne-Gaelle Colom
2cc42ff65f Update docs/api/themes.html 2011-11-07 21:21:38 +00:00
John Bender
2ec65580cf moved to pdo db interface to avoid uninstalled deps in prod 2011-11-07 13:19:32 -08:00
toddparker
3d34943068 Fixed alpha order of an option under selects 2011-11-07 16:05:52 -05:00
toddparker
56f0af4cdf Added an intro message that links to the ns global option 2011-11-07 16:02:27 -05:00
jblas@adobe.com
baee7ed5a7 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-11-07 12:40:57 -08:00
jblas@adobe.com
8177ec4bb5 Shave another 200-300ms off the 400 listview item page by simply reducing the number of function calls we make during enhancement.
- Got rid of _itemApply() and moved it's functionality to the bottom of refresh(), doing finds from $list where we can, and li where we can't. Boom, at least 1200+ less function calls.
2011-11-07 12:38:54 -08:00
Todd Parker
06e8f1d49f Merge pull request #2958 from TylerBenziger/master
Whitespace fix for Saf 5.0.5 Gradients
2011-11-07 12:08:21 -08:00
John Bender
6d85686c0c Merge branch 'list-perf' 2011-11-07 11:06:39 -08:00
John Bender
b3fdbcbb78 account for child page events 2011-11-07 11:06:10 -08:00
John Bender
7a84306cc2 readd lists-ul html 2011-11-07 10:42:56 -08:00
John Bender
4e61db3450 move the list perf test to a different naming scheme 2011-11-07 10:41:24 -08:00