diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-04-18 16:40:45 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-04-28 21:20:13 +0200 |
commit | f097d0037a74f1ab0492a1bf7919ff268f19f29b (patch) | |
tree | a3f691b8a5f64848237e6a298487be6b57f844ab /recipes-wam | |
parent | d03a6cd8c21d0e119eabaff7e4b9d0f58a50d68c (diff) |
wam, chromium, html5-*: improve initial frame, and drop usage of config.xml
Move to use appinfo.json, new CLI interface, and fix flickering
partially.
chromium87: be0370b198..c9a66f75a7
c9a66f75a7 fixup! [op][n_upsable][splash][fmp] New splash and FMP implementation
d7953f5e17 Revert "[op][agl][splash] Show immediately apps"
wam: 8dd3f17..f4c2e95
f4c2e95 fixup! agl/web_app_manager_service_agl: Fix minor typo
c072a91 agl/web_app_manager_service_agl: Fix minor typo
761961c web_runtime_agl, web_app_manager_service_agl: Add WebOS appinfo.json support
1ac280e web_runtime_agl: Pass arguments rather than env variables
6e0477f web_runtime_agl: remove setupsurface, nobody is using it
0d83a34 web_runtime_agl: Remove CYNOGARA auth token
4159489 fixup! [op][agl][wayland] Properly adapt dimensions for web apps using panel
html5-homescreen: 21bd1dc..7d89048
7d89048 Launch background after launcher.
5c9e060 Use appinfo.json instead of config.xml
* Change branch to master
html5-launcher: b371797..cb6b66c
cb6b66c Use appinfo.json instead of config.xml
* Change branch to master
html5-background: 16db46b..7b79640
7b79640 Use appinfo.json instead of config.xml
160a4f9 Add .gitreview file
* Use AGL gerrit and change branch to master
html5-hvac: 45641bf..e64d69b
e64d69b Use appinfo.json instead of config.xml
* Change branch to master
Bug-AGL: SPEC-3982, SPEC-4251, SPEC-4301, SPEC-4312, SPEC-4315
Change-Id: Ibd2bc428910e6e39c52e14b8e969fdea77000a84
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-wam')
-rw-r--r-- | recipes-wam/chromium/chromium_git.bb | 2 | ||||
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index d412bfab8..c710c0708 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -8,7 +8,7 @@ SRC_URI = "\ # Needed by catapult DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium87 = "be0370b198b5862e95efc537630f23e931a6dbe1" +SRCREV_chromium87 = "c9a66f75a7f40b9fe39e168b596b9743467d7378" SRCREV_v8 = "935065d097cce0090bc858746e6aee0919b222de" CHROMIUM_VERSION = "87.0.4280.88" diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index 20c2222c4..a59871b8e 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -30,7 +30,7 @@ SRC_URI = "\ file://WebAppMgr.env \ " S = "${WORKDIR}/git" -SRCREV = "8dd3f17d374b227d3f8c053621c058cebb68a9e9" +SRCREV = "f4c2e95afb0ed0cd22095d567fa437a6ccb8c5ab" PV = "ose55.agl.marlin" |