Summary: Tizen requires the web application can be suspended when receiving a suspend event from Tizen system, and also can be resumed if the corresponding resume event is received.
Spec: Tizen core spec: https://source.tizen.org/sites/default/files/page/tizen-2.2-wrt-core-spec.pdf, the 0320 and 0330 sections. Affected Components: xwalk core, chromium-crosswalk, xwalk-launcher Related feature in JIRA: https://crosswalk-project.org/jira/browse/XWALK-1497 https://crosswalk-project.org/jira/browse/XWALK-1498 Target Release: Crosswalk 8 Target Pelease: Crosswalk for Tizen Implementation details: 1. Export the suspend and resume function which is already valid in Chromium/Blink Document class. 2. Xwalk render process should be enabled to invoke the suspend and resume function when corresponding IPC messages are received. 3. Xwalk UI process should listen web application suspend and resume events in DBus service and send IPC messages to xwalk render process. 4. xwalk-launcher needs to handle Tizen system suspend and resume event, which are fired from Tizen application framework, and send it into xwalk UI process through DBus service. -- Best Regards, He, Xinchao _______________________________________________ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev