Skip to content

Commit 6dec642

Browse files
authored
Merge pull request #288 from tmbrbr/playwright-1.49
Update to align with Playwright v1.49
2 parents e0033ca + 4f46412 commit 6dec642

File tree

27,402 files changed

+1099617
-1203332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

27,402 files changed

+1099617
-1203332
lines changed

.PLAYWRIGHT_VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# This is the version of playwright compatible with this foxhound Git commit.
22
# In case the patches from this version do not apply cleanly, please open an issue!
33
# For advice on how to build foxhound with playwright support, see build.sh
4-
PLAYWRIGHT_VERSION="v1.48.2"
4+
PLAYWRIGHT_VERSION="v1.49.1"
55
# This tells the build script which rust version to download and install
66
# See here for the correct version mapping: https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html
77
# also available in-tree here: docs/writing-rust-code/update-policy.md
8-
RUST_VERSION="1.78.0"
8+
RUST_VERSION="1.79.0"
99
# The current firefox version can be found here: browser/config/version.txt
1010
FIREFOX_VERSION=$(cat browser/config/version.txt)

.cargo/config.toml.in

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,9 @@ git = "https://github.com/franziskuskiefer/cose-rust"
2525
rev = "43c22248d136c8b38fe42ea709d08da6355cf04b"
2626
replace-with = "vendored-sources"
2727

28-
[source."git+https://github.com/gfx-rs/wgpu?rev=c7458638d14921c7562e4197ddeefa17be413587"]
28+
[source."git+https://github.com/gfx-rs/wgpu?rev=aeb2067e8120c1ff480625c00b9571db8d01d5a4"]
2929
git = "https://github.com/gfx-rs/wgpu"
30-
rev = "c7458638d14921c7562e4197ddeefa17be413587"
31-
replace-with = "vendored-sources"
32-
33-
[source."git+https://github.com/glandium/mio?rev=9a2ef335c366044ffe73b1c4acabe50a1daefe05"]
34-
git = "https://github.com/glandium/mio"
35-
rev = "9a2ef335c366044ffe73b1c4acabe50a1daefe05"
30+
rev = "aeb2067e8120c1ff480625c00b9571db8d01d5a4"
3631
replace-with = "vendored-sources"
3732

3833
[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"]
@@ -50,24 +45,24 @@ git = "https://github.com/hsivonen/chardetng_c"
5045
rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"
5146
replace-with = "vendored-sources"
5247

53-
[source."git+https://github.com/jfkthame/mapped_hyph.git?rev=c7651a0cffff41996ad13c44f689bd9cd2192c01"]
48+
[source."git+https://github.com/jfkthame/mapped_hyph.git?rev=eff105f6ad7ec9b79816cfc1985a28e5340ad14b"]
5449
git = "https://github.com/jfkthame/mapped_hyph.git"
55-
rev = "c7651a0cffff41996ad13c44f689bd9cd2192c01"
50+
rev = "eff105f6ad7ec9b79816cfc1985a28e5340ad14b"
5651
replace-with = "vendored-sources"
5752

5853
[source."git+https://github.com/mozilla-spidermonkey/jsparagus?rev=61f399c53a641ebd3077c1f39f054f6d396a633c"]
5954
git = "https://github.com/mozilla-spidermonkey/jsparagus"
6055
rev = "61f399c53a641ebd3077c1f39f054f6d396a633c"
6156
replace-with = "vendored-sources"
6257

63-
[source."git+https://github.com/mozilla/application-services?rev=7c275b9088557abcbc8f3c2834f9aaa9064ca5e4"]
58+
[source."git+https://github.com/mozilla/application-services?rev=9fc8d02e6cc4751c08c75a7b3c5aee432b66116f"]
6459
git = "https://github.com/mozilla/application-services"
65-
rev = "7c275b9088557abcbc8f3c2834f9aaa9064ca5e4"
60+
rev = "9fc8d02e6cc4751c08c75a7b3c5aee432b66116f"
6661
replace-with = "vendored-sources"
6762

68-
[source."git+https://github.com/mozilla/audioipc?rev=3495905752a4263827f5d43737f9ca3ed0243ce0"]
63+
[source."git+https://github.com/mozilla/audioipc?rev=e6f44a2bd1e57d11dfc737632a9e849077632330"]
6964
git = "https://github.com/mozilla/audioipc"
70-
rev = "3495905752a4263827f5d43737f9ca3ed0243ce0"
65+
rev = "e6f44a2bd1e57d11dfc737632a9e849077632330"
7166
replace-with = "vendored-sources"
7267

7368
[source."git+https://github.com/mozilla/cubeb-coreaudio-rs?rev=8bce3b333a920999055397a397e59c2b81a93b9a"]
@@ -90,14 +85,9 @@ git = "https://github.com/mozilla/mp4parse-rust"
9085
rev = "a138e40ec1c603615873e524b5b22e11c0ec4820"
9186
replace-with = "vendored-sources"
9287

93-
[source."git+https://github.com/mozilla/neqo?tag=v0.7.9"]
88+
[source."git+https://github.com/mozilla/neqo?tag=v0.8.1"]
9489
git = "https://github.com/mozilla/neqo"
95-
tag = "v0.7.9"
96-
replace-with = "vendored-sources"
97-
98-
[source."git+https://github.com/seanmonstar/warp?rev=9d081461ae1167eb321585ce424f4fef6cf0092b"]
99-
git = "https://github.com/seanmonstar/warp"
100-
rev = "9d081461ae1167eb321585ce424f4fef6cf0092b"
90+
tag = "v0.8.1"
10191
replace-with = "vendored-sources"
10292

10393
[source."git+https://github.com/servo/unicode-bidi?rev=ca612daf1c08c53abe07327cb3e6ef6e0a760f0c"]

.clang-format-ignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,11 @@ media/libopus/.*
159159
media/libpng/.*
160160
media/libsoundtouch/.*
161161
media/libspeex_resampler/.*
162-
media/libtheora/.*
163-
media/libtremor/.*
164162
media/libvorbis/.*
165163
media/libvpx/.*
166164
media/libwebp/.*
167165
media/libyuv/.*
168166
media/mozva/va/.*
169-
media/openmax_dl/.*
170167
media/openmax_il/.*
171168
media/webrtc/signaling/src/sdp/sipcc/.*
172169
media/webrtc/trunk/.*

.cron.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,12 @@ jobs:
144144
- mozilla-release
145145
- mozilla-esr128
146146
- elm
147+
- cypress
147148
# For all non m-c jobs we just run once daily matching the 10 UTC
148149
# nightly which is designed to align with searchfox's AWS cron
149150
# jobs (for legacy reasons) rather than trying to align with
150151
# specific builds. (Ex: mozilla-beta has a "daily-releases" job
151152
# that currently runs 3 times a week.)
152-
#
153-
# Note that for branches that don't change a lot this will result
154-
# in a redundant job being scheduled each day rather than reusing
155-
# the previous day's job. This is only beneficial in the sense
156-
# that there's no risk of expiration for artifacts and is a
157-
# trade-off to avoid stale indices. Bug 1686981 tracks fixing
158-
# this.
159153
when:
160154
- {hour: 10, minute: 0}
161155

@@ -216,7 +210,9 @@ jobs:
216210
mozilla-release:
217211
- {hour: 7, minute: 0}
218212
- {hour: 19, minute: 0}
219-
mozilla-esr128: []
213+
mozilla-esr128:
214+
- {hour: 7, minute: 0}
215+
- {hour: 19, minute: 0}
220216

221217
- name: periodic-update
222218
job:
@@ -227,6 +223,7 @@ jobs:
227223
- mozilla-central
228224
- mozilla-beta
229225
- mozilla-release
226+
- mozilla-esr128
230227
when:
231228
- {weekday: 'Monday', hour: 8, minute: 0}
232229
- {weekday: 'Thursday', hour: 8, minute: 0}
@@ -300,12 +297,10 @@ jobs:
300297
target-tasks-method: l10n_bump
301298
run-on-projects:
302299
- autoland
303-
- mozilla-central
304300
- mozilla-beta
305301
when:
306302
by-project:
307303
autoland: [{hour: 6, minute: 45}, {hour: 18, minute: 45}]
308-
mozilla-central: []
309304
# 4h before launch of `daily-releases`
310305
mozilla-beta: [{hour: 9, minute: 00}]
311306
# No default

0 commit comments

Comments
 (0)