Skip to content

Commit

Permalink
ose: wam=76 webruntime_108=chromium108.2
Browse files Browse the repository at this point in the history
:Release Notes:
Unify the error code of invalid cases for killApp, pauseApp, logControl,
clearBrowsingData, and webProcessCreated APIs
Disable setInspectorEnable API
Improve applications launch time by avoiding DLL linking of v8 for M108

:Detailed Notes:
wam: submissions/75..submissions/76
cab6966 [oe][api] Disable setInspectorEnable api
52e8a71 [op][api] Unify error code for invalid param

webruntime_108: submissions/chromium108.1..submissions/chromium108.2
1e372b5f16 Revert "Build v8 as shared to make oilpan visible within
libcbe"

:Testing Performed:
CCC testing

:QA Notes:

:Issues Addressed:
[WRP-5009] API Document Consistency com.palm.webappmanager
[WRP-9860] Performance Analysis for Enact Sampler on Chromium108
[WRP-15162] CCC: ose: wam=76 webruntime_108=chromium108.2

Cherry-picked-from-commit: 130a364
Cherry-picked-from-branch:
  • Loading branch information
Minsu Kim authored and jaekyu-lee committed Jun 20, 2023
1 parent e4067d4 commit c372aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions meta-webos/recipes-webos/chromium/webruntime-repo_108.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

WEBOS_REPO_NAME = "chromium108"

# 10.8.168.25-chromium108.1
# 10.8.168.25-chromium108.2
WEBOS_REPO_NAME_V8 = "chromium-v8"
WEBOS_GIT_PARAM_BRANCH_V8 = "@chromium108"
WEBOS_VERSION_V8 = "10.8.168.25-chromium108.1_1dc5b9fa24b264c28f957fd214821192dcadc629"
SRCREV_v8 = "89eb31d98eef1a698be35867518b482e23ceb23e"
WEBOS_VERSION_V8 = "10.8.168.25-chromium108.2_f2b037b94a9d9acf1ed32b630e30577b4a42a40e"
SRCREV_v8 = "1e372b5f16e53f280316f4f1a6db18e2dbec7896"
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/wam/wam.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RDEPENDS:${PN} += "util-linux"
VIRTUAL-RUNTIME_cpushareholder ?= "cpushareholder-stub"
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_cpushareholder}"

WEBOS_VERSION = "1.0.2-75_74cc7d02ab01bd84db9ca0e1201d5a5cc724a656"
WEBOS_VERSION = "1.0.2-76_a209519c8c1b7b575d25fab1ebd553b11770e479"
PR = "r59"

WAM_BUILD_SYSTEM ?= "webos_cmake"
Expand Down

0 comments on commit c372aa9

Please sign in to comment.