aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-15Add gitreview file for jellyfish branchjellyfish_10.0.3jellyfish_10.0.2jellyfish_10.0.1jellyfish_10.0.0jellyfish/10.0.3jellyfish/10.0.2jellyfish/10.0.1jellyfish/10.0.010.0.310.0.210.0.110.0.0jellyfishJan-Simon Möller1-1/+1
Update the .gitreview file. Change-Id: I6815e5e85e7bfa950b1081ca5df2100b44a725ad Bug-AGL: SPEC-3581 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2020-08-17config.xml: Do not require windowmanager APIkoi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish/9.99.4jellyfish/9.99.39.99.49.99.310.93.010.92.010.91.0Antia Puentes1-1/+0
Bug-AGL: SPEC-3497 Signed-off-by: Antia Puentes <apuentes@igalia.com> Change-Id: Ia4af1df4de0f3887afc7d3db8881697512e4dc6f
2020-07-14Merge "Add license file"jellyfish_9.99.2jellyfish/9.99.29.99.2Scott Murray1-0/+54
2020-06-25Fix some build and packaging issuesjellyfish_9.99.1jellyfish/9.99.19.99.1Scott Murray2-1/+3
Fixes: - Add mkdir's to the custom target definitions to handle building outside of the source tree. The custom targets should potentially be replaced at some point with use of the app template's PROJECT_TARGET macros, but that's more involved than is warranted at the moment. - Fix CMAKE_BUILD_TYPE -> BUILD_TYPE in config.cmake to match the app template logic, and fix debug widget packaging. Bug-AGL: SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I01b7c7b116b97a5f6b6330c767b5a6bdba9cdbce
2020-06-22Add license fileLi, Xiaoming1-0/+54
Bug-AGL: SPEC-3440 Change-Id: I1cbe96740883e1c8702299744043f4e9122a85bd Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
2020-06-02Remove submodule usage and add autobuild scriptsScott Murray6-11/+266
Changes: - Add .gitreview file to enable "git review" subcommand against AGL Gerrit - Remove old CMake app templates submodule usage in favor of the toolchain provide templates - Tweak config.cmake to work with newer app templates - Add latest CMake autobuild scripts Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib236e4d5380c5ef55f99692f519f928eefd7d802
2019-07-10Do not set the user-data-dir.halibutAntia Puentes1-1/+0
Instead of using /opt/chromium68/workdir as the user data dir, which may cause problems when the browser is executed as non-root user, use the chromium's default. AGL-Bug: SPEC-2612
2019-07-10Add the new display permission to config.xml.in.Antia Puentes1-0/+1
AGL-Bug: SPEC-2612
2018-12-11Adds no-sandbox option for AGLflounderJulie Jeongeun Kim1-1/+2
It crashed on 'ZygoteHostImpl::Init' without no-sandbox option as AGL always runs as a root. [SPEC-1978] Adapt webOS OSE chromium68 and WAM to meta-agl-lge https://jira.automotivelinux.org/browse/SPEC-1978
2018-12-10Rename chromium53 to chromium68Julie Jeongeun Kim3-11/+11
2018-11-16Revert "Add window-size switch for AGL window size"Julie Jeongeun Kim1-2/+1
This reverts commit 0c4c9bb6db649445d3a3aa91088d4ccec7cceae2.
2018-11-13Add window-size switch for AGL window sizeJulie Jeongeun Kim1-1/+2
It adds window-size switch for AGL window size. It couldn't get the window size from window manager. So, this change passes the argument for AGL window size. [SPEC-1890] WebApp View Size doesn't fit the homescreen. https://jira.automotivelinux.org/browse/SPEC-1890
2018-11-02Update the role name from WebBrowser to browserJulie Jeongeun Kim2-3/+4
It updates the role name to browser to sync with the role name from layers.json and the application name to sync with role name because runxdg compares it. [SPEC-1889] Chromium is initially hidden when launched. https://jira.automotivelinux.org/browse/SPEC-1889
2018-05-10Populate README.md.Jose Dapena Paz1-0/+39
Add basic description of the package. Also set license to be Apache BSD (as other components in webOS OSE).
2018-05-04chromium53-browser-service: add missing runxdg.sh scriptJose Dapena Paz1-0/+2
2018-05-04Add local runxdg script that invokes system script.Jose Dapena Paz2-1/+9
Just adding directly the system path for runxdg does not work as wgt installer was trying to find it in the package filesystem. So add a wrapper script that forwards to the main runxdg script.
2018-05-04Install runxdg.toml script.Jose Dapena Paz2-0/+25
2018-05-04Initial dump of configurations for building widget.Jose Dapena Paz4-0/+237
2018-05-04Add app-templates submodule.Jose Dapena Paz2-0/+3
2018-05-04Initial commit.Jose Dapena Paz1-0/+0