Webified: Difference between revisions
m fix camelcase links |
mNo edit summary |
||
| Line 83: | Line 83: | ||
:: - do nothing. Gears provides resuming state. The only real drawback is that only the latest version will be available to resume. No actual data would be stored in the Journal. | :: - do nothing. Gears provides resuming state. The only real drawback is that only the latest version will be available to resume. No actual data would be stored in the Journal. | ||
:: - save the entire Gears profile. Could be very slow for large profiles. | :: - save the entire Gears profile. Could be very slow for large profiles. | ||
:: - save just the sqlite database. Could be very slow for large | :: - save just the sqlite database. Could be very slow for large databases (GMail). | ||
* Build a JavaScript-side API for basic functionality that cannot be achieved easily with HTML and Gears | * Build a JavaScript-side API for basic functionality that cannot be achieved easily with HTML and Gears | ||
: - similar in concept to [http://fluidapp.com/developer/ Fluid's], but tailored for Sugar. | : - similar in concept to [http://fluidapp.com/developer/ Fluid's], but tailored for Sugar. | ||