commit | f73780b2cfe261dad227f0ceab4e1c40f440d92d | [log] [tgz] |
---|---|---|
author | Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org> | Tue Oct 14 11:23:21 2014 -0700 |
committer | WebTech Code Review <code-review@localhost> | Mon Oct 27 15:02:11 2014 -0700 |
tree | 094361cc644bffc76c21dc7e97bb3884aedd9380 | |
parent | 3817baca0c721749364f65e4fe894baf69259ca2 [diff] |
Remove unused Calendar field in Browser state Restoring Calendar object from browser state calls Services.initServiceInfo() for the very first time to gather provider services in the system. This call takes around ~1 second, which inturn slows down browser main thread by ~300ms. This patch removes storing and restoring of Calendar objects in Browser state. Change-Id: I9e450643763d1ea0362c02f056dd96d46785ae43