Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Beta
-
Component/s: JavaScript Client
-
Labels:None
-
Environment:HTML5 compatible browsers
Description
Implement inter window communication using HTML5 local storage feature as an alternative to the cookie based strategy. The advantage of this implementation would be the usage of the build-in storage event notification as opposed to using a pooling mechanism for picking up the incoming notifications.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24843 | Thu Jun 16 15:42:15 MDT 2011 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/core/build.javascript.xml
ADD /icepush/trunk/core/src/main/javascript/inter.window.notification.js MODIFY /icepush/trunk/core/src/main/javascript/application.js |
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10232 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Implemented inter-window communication using the HTML5 local storage feature. Abstracted the inter-window notification feature to create two different implementations, the old cookie pooling mechanism and the new local storage event notifications. The HTML5 strategy is picked automatically when the local storage feature is detected in the browser.