JQM: performance tuning
authorWoosung Sohn <woosungim.sohn@samsung.com>
Thu, 7 Feb 2013 07:08:30 +0000 (16:08 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 7 Mar 2013 12:04:16 +0000 (21:04 +0900)
commit6fc2867518b943e63eef14fc1232cf2896967a71
treef8d37ccb4eac14a9c2f44f984adc48e2377ca2df
parent59a8a4b3289d7bb159a70bd1191ae6cdd082cd7b
JQM: performance tuning

This patch contains 3 jQM patch files.

Each jQM patch modifies jQM as follows :
- 0029 : This jQM patch removes unneccessary jQuery() function calls and
         replaces jqmData() to getAttribute().
- 0030 : This jQM patch replaces getAttribute() mentioned above to getAttrFixed()
         which is a wrapper function of getAttribute() with handling return value.
- 0031 : This jQM patch enhances performance of the widget self-init method.

Change-Id: Ib91d8722fcd75cca1637b61dde05d9635e152a52
libs/patch/0029-JQM-performance-tuning.patch [new file with mode: 0644]
libs/patch/0030-JQM-performance-tuning-remove-jqmData.patch [new file with mode: 0644]
libs/patch/0031-JQM-performance-tuning-change-self-init-method-for-j.patch [new file with mode: 0644]