diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-06-10 20:20:40 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-13 12:41:09 +0000 |
commit | 74aa7cad69c0bf0113a1cfdafe48e46fbd3491c0 (patch) | |
tree | 4d3962a2a4d9dc31e0e58ea3803e4a80b982890e /recipes-wam/chromium | |
parent | 95a0f0ef7fec815b0b571b30e1e71ff2a3ea9021 (diff) |
chromium91=ose17.agl,wam=ose57: update Chromium and WAM to webOS OSE 2.16 baseline
Rebased chromium91 and wam on top of the versions s hipped in webOS
OSE 2.16 release.
chromium91: ose11.agl..ose17.agl
78e203bfd6 [op][n_upsable][media] Fix upstream v4l2 video encoder for webos
c6decb5ddd fixup! [op][n_upsable][media] Support for enabling use_neva_v4l2_codec
98ae785c0c [op][n_upsable][input] Fix crash on rwhva::OnTextSelectionChanged
ed1a510acd [op][n_upsable][wayland] Check count inited displays
c1afea619c [op][n_upsable][static_analysis] Fix "Unchecked return value" issue
1fbec7a090 [op][n_upsable][static_anaysis] Fix unrecoverable parse warning
5da09aead6 [op][n_upsable][suspend] Ignoring Page::SetPaused while its destroying
4fa834ef5e fixup! [op][n_upsable][app_shell] Implement Cookie Management using JS Injection
14e4a3fc83 [op][n_upsable][app_shell] Implement Cookie Management using JS Injection
d5eebe0504 [op][n_ups][browser][app_shell] Disable Badging API
f977972288 fixup! [op][n_upsable][media] Implement MediaSessionObserver for WebOS
36009fdf8d fixup! [op][n_upsable][app_shell] Implement site filter using JS Injection
06d44f5ebd fixup! [op][n_upsable][web_security] Check access to local file for media
e5142a78ed fixup! [op][n_upsable][media] Fix crash in ForeignVideoWindowProvider
e1dda8653e [oe][ds][gpu] Bypass the error when shared image is not cleared
2e1baa2ffd [op][n_upsable][app_shell] PopUp blocker feature using JS Injection
5b3a3e0bcc [op][n_upsable][app_shell] Implement site filter using JS Injection
f06876e1c3 [op][n_upsable][app_shell] Implement URLDatabase using sqlite
6b29edc477 [op][upsable][build] breakpad: fix build with glibc-2.34
91cab725d2 [op][ups][build] abseil-cpp: fix build with glibc-2.34
wam: ose57.agl..ose58.agl
703efea [oe][locale] Fixed incorrect access to locale json data
Bug-AGL: SPEC-4377
Change-Id: I5d0cb70c2d8ec8c68a73ad05a087c93a3a9912d2
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-wam/chromium')
-rw-r--r-- | recipes-wam/chromium/chromium_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index 75dc23a37..7bc6ceb87 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -8,11 +8,11 @@ SRC_URI = "\ # Needed by catapult DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium91 = "d052051b3b8696183322f0d21c911dbbf207a8ab" +SRCREV_chromium91 = "9d9fbef68a215595ea6f8b18eb9f2a80b0927e88" SRCREV_v8 = "b958ec542dcb086f422a1216a959be38a4cc0339" CHROMIUM_VERSION = "91.0.4472.114" -PV_BRANCH_SUFFIX = "ose11.agl" +PV_BRANCH_SUFFIX = "ose17.agl" PV = "${CHROMIUM_VERSION}.${PV_BRANCH_SUFFIX}+git" |