aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/background.js
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03Launch background after launcher.Jose Dapena Paz1-1/+3
This introduces a safer sequence for initialization of the HTML5 shell. The sequence will be launching html5-launcher and then html5-background, with 1 second waits. This is to ensure we do not send a request to launch two applications in a very short timespan, that is not working because of WAM AGL service not supporting that. So it is essentially a workaround for that problem. To improve launch experience, background is the last to be launched, as it reduces the number of visible relayouts. Bug-AGL: SPEC-3982 Change-Id: Icfdddb18edbda06e7ece1132f08a9fd469a469a8 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
2022-03-01Migrate to new application frameworkJose Dapena Paz1-5/+1
First, move to use the appService API added as injection in AGL chromium. Then, added stubs for the network and weather APIs as there is no API available right now for them. Bug-AGL: SPEC-4250 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I974097edcef6318585e4e79360dbec6fea7cf480
2020-08-07Launch background applicationjellyfish_9.99.3jellyfish/9.99.39.99.3Antia Puentes1-0/+11
Bug-AGL: SPEC-3497 Signed-off-by: Antia Puentes <apuentes@igalia.com> Change-Id: I328f231e499d0473e9296f5d95678b5a1f2e88d6