Opened 15 years ago
Closed 15 years ago
#3252 closed enhancement (fixed)
port dojo offline + Gears to 0.9
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | Brad Neuberg | |
Blocked By: | Blocking: |
Description
There's some work in the bootstraps of brad's new work that detects Gears and makes it available x-browser (in lieu of the gears init scripts that the gears SDK ships). These need to be ported along with dojo.sql and dojo.off which need to now live in dojox.
Change History (16)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
(In [8893]) initial work in porting dojo.sql from Brad's experimental branch. Also includes working Gears storage provider and refactored dojo.storage now at dojox.storage. Removes seriously janky "singleton and superclass" weirdness from the storage system and fixes myriad style issues in all of these modules. Refs #3252
comment:3 Changed 15 years ago by
comment:5 Changed 15 years ago by
comment:6 Changed 15 years ago by
comment:7 Changed 15 years ago by
comment:8 Changed 15 years ago by
(In [9004]) make offline start working. That we have to call dojox.off.initialize() manually seems rather strange, but when we do, we can at least get incremental checks for online status now. Errors are still not being handled correctly for that, but we're really close to getting it going. Refs #3252
comment:9 Changed 15 years ago by
(In [9012]) fixing more of the Java-in-JavaScript? cruft that pervades the offline code. Ensuring that the _loadedUrls property of the dojo object actually acts as an array. Refs #3252
comment:10 Changed 15 years ago by
comment:12 Changed 15 years ago by
comment:13 Changed 15 years ago by
comment:15 Changed 15 years ago by
comment:16 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [8892]) adding Google Gears detection support. Refs #3252