Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
borongc authored Nov 8, 2023
2 parents 1ed15b2 + 5b3cb03 commit 50609a2
Show file tree
Hide file tree
Showing 1,304 changed files with 8,015 additions and 2,905 deletions.
2 changes: 1 addition & 1 deletion .github/config/linux-modular.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"docker_service": "build-linux",
"on_host_test": true,
"on_host_test_shards": ["0", "1", "2", "3", "wpt"],
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"],
"platforms": [
"linux-x64x11-modular"
],
Expand Down
28 changes: 0 additions & 28 deletions .github/config/raspi-2-modular.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/config/raspi-2-skia.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"platform":"raspi-2-skia",
"target_platform":"raspi-2-skia",
"target_cpu":"target_cpu=\\\"arm\\\"",
"extra_gn_arguments": "is_clang=false"
"extra_gn_arguments": "build_with_separate_cobalt_toolchain=true use_asan=false"
}
]
}
24 changes: 2 additions & 22 deletions .github/config/raspi-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
},
"platforms": [
"raspi-2",
"raspi-2-sbversion-13",
"raspi-2-sbversion-14",
"raspi-2-sbversion-15"
],
"includes": [
Expand All @@ -24,33 +22,15 @@
"platform":"raspi-2",
"target_platform":"raspi-2",
"target_cpu":"target_cpu=\\\"arm\\\"",
"extra_gn_arguments": "is_clang=false",
"dimension": "release_version=regex:10.*"
},
{
"name":"sbversion-13",
"platform":"raspi-2-sbversion-13",
"target_platform":"raspi-2",
"target_cpu":"target_cpu=\\\"arm\\\"",
"extra_gn_arguments":"is_clang=false",
"sb_api_version": "sb_api_version=13",
"dimension": "release_version=regex:10.*"
},
{
"name":"sbversion-14",
"platform":"raspi-2-sbversion-14",
"target_platform":"raspi-2",
"target_cpu":"target_cpu=\\\"arm\\\"",
"extra_gn_arguments":"is_clang=false",
"sb_api_version": "sb_api_version=14",
"extra_gn_arguments": "build_with_separate_cobalt_toolchain=true use_asan=false",
"dimension": "release_version=regex:10.*"
},
{
"name":"sbversion-15",
"platform":"raspi-2-sbversion-15",
"target_platform":"raspi-2",
"target_cpu":"target_cpu=\\\"arm\\\"",
"extra_gn_arguments":"is_clang=false",
"extra_gn_arguments": "build_with_separate_cobalt_toolchain=true use_asan=false",
"sb_api_version": "sb_api_version=15",
"dimension": "release_version=regex:10.*"
}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

steps:
- uses: kaidokert/[email protected]
timeout-minutes: 30
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
steps:
- name: Checkout repository
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
ref: ${{ matrix.target_branch }}
fetch-depth: 0
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ jobs:
rm /tmp/gn.zip
- name: Checkout
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '^3.7.x'
python-version: '3.7'
- name: Install Pip Packages
run: pip install -r ${GITHUB_WORKSPACE}/requirements.txt
- name: Download Resources
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
steps:
- id: checkout
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
fetch-depth: 1
persist-credentials: false
Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
steps:
- name: Checkout files
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -179,6 +181,7 @@ jobs:
steps:
- name: Checkout files
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
fetch-depth: 2
persist-credentials: false
Expand Down Expand Up @@ -225,6 +228,7 @@ jobs:
steps:
- name: Checkout
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
# Use fetch depth of 0 to get full history for a valid build id.
fetch-depth: 0
Expand Down Expand Up @@ -312,6 +316,7 @@ jobs:
steps:
- name: Checkout
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
fetch-depth: 1
persist-credentials: false
Expand Down Expand Up @@ -343,6 +348,7 @@ jobs:
steps:
- name: Checkout
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
fetch-depth: 1
persist-credentials: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
steps:
- name: Checkout code
uses: kaidokert/[email protected]
timeout-minutes: 30
with:
ref: ${{ env.RELEASE_BRANCH }}
persist-credentials: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Reviewer Auto Assignment
name: Outside Collaborator

on:
pull_request_target:
Expand All @@ -16,7 +16,7 @@ jobs:
permissions:
pull-requests: write
steps:
- name: Check if PR author is outside collaborator and assign reviewer
- name: Check if PR author is outside collaborator
env:
PR_AUTHOR_LOGIN: ${{ github.event.pull_request.user.login }}
REPO_NAME: ${{ github.event.repository.full_name }}
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/raspi-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,3 @@ jobs:
with:
platform: raspi-2-skia
nightly: ${{ github.event.inputs.nightly }}
raspi-2-modular:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2-modular
nightly: ${{ github.event.inputs.nightly }}
modular: true
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ exclude: |
extensions/buildflags|
glimp/include|
net|
internal/kokoro/third-party|
internal/starboard/shared/playstation/glimp/shaders|
testing|
third_party|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
margin: 0;
}

#player-layer {
#primary-player-layer {
width: 100%;
height: 100%;
}
Expand All @@ -33,13 +33,14 @@
height: 100%;
}

#ui-layer {
#secondary-player-layer {
position: absolute;
top: 15%;
height: 85%;
top: 60%;
height: 40%;
width: 100%;
background-color: rgba(33, 33, 33, .75);
padding: 24px;
display: flex;
justify-content: center;
}

.item {
Expand All @@ -48,22 +49,23 @@
display: inline-block;
margin: 24px;
vertical-align: middle;
background-color: rgba(33, 33, 33, .75);
}
</style>
</head>
<body>
<div id="player-layer">
<video class="primary" id="primary-video" muted="1" autoplay="1"></video>
<div id="primary-player-layer">
<video id="primary-video" muted="1" autoplay="1"></video>
</div>
<div id="ui-layer">
<div class="item" style="background-color: #D44">
<video class="secondary" id="secondary-video-1" muted="1" autoplay="1"></video>
<div id="secondary-player-layer">
<div class="item">
<video id="secondary-video-1" muted="1" autoplay="1"></video>
</div>
<div class="item" style="background-color: #4D4">
<video class="secondary" id="secondary-video-2" muted="1" autoplay="1"></video>
<div class="item">
<video id="secondary-video-2" muted="1" autoplay="1"></video>
</div>
<div class="item" style="background-color: #44D">
<video class="secondary" id="secondary-video-3" muted="1" autoplay="1"></video>
<div class="item">
<video id="secondary-video-3" muted="1" autoplay="1"></video>
</div>
</div>
<script src="multi-encrypted-video.js"></script>
Expand Down
Loading

0 comments on commit 50609a2

Please sign in to comment.