Karl Seguin
bcd94c4f9d
Update v8 dep
...
https://github.com/lightpanda-io/browser/issues/2407
2026-05-12 14:06:17 +08:00
Pierre Tachoire
6a12ce7d0f
ci: invalidate cloudfront cache after build
2026-05-11 18:18:39 +02:00
Pierre Tachoire
f33f35d158
ci: add agent pre-release nightly build
...
This ci would be deleted once agent branch is merged.
2026-05-11 18:08:54 +02:00
Muki Kiboigo
f54ee13b32
fix zig fmt step in CI
2026-05-07 08:09:33 -07:00
Karl Seguin
d360fcc07b
Merge pull request #2352 from navidemad/fix-input-pattern-validation
...
forms: implement HTMLInputElement.pattern + patternMismatch validity
2026-05-05 07:49:18 +08:00
Karl Seguin
bc081247e7
update v8 dep
2026-05-05 07:04:02 +08:00
Pierre Tachoire
2fde24c9c1
ci: remove archlinux packaging
...
Better use
```
yay -S lightpanda-bin
```
2026-05-04 11:29:24 +02:00
Karl Seguin
ab93cbb56c
Merge pull request #2318 from lightpanda-io/atob_btoa
...
Fix atob/btoa
2026-05-04 08:29:11 +08:00
Karl Seguin
560b15c9b2
update v8 dep
2026-05-01 09:11:16 +08:00
Pierre Tachoire
ba28324a9e
ci: save cdp logs by using cdpproxy
2026-04-30 12:35:30 +02:00
Pierre Tachoire
bb1070f80a
Merge pull request #2238 from lightpanda-io/deb-pkg
...
Release .deb package
2026-04-29 11:24:23 +02:00
Muki Kiboigo
ec0af94939
use rust cache in ci for html5ever
2026-04-28 10:15:14 -07:00
Pierre Tachoire
ece2ec3753
ci: create a matrix for e2e tests
2026-04-28 09:31:54 +02:00
Karl Seguin
2f6ce92db2
update v8 dep
2026-04-28 08:56:22 +08:00
Karl Seguin
25cec9bd82
Merge pull request #2233 from lightpanda-io/custom_elements
...
Custom elements
2026-04-25 10:12:09 +08:00
Karl Seguin
5ec7c660da
update v8 dep
2026-04-25 09:51:58 +08:00
Pierre Tachoire
8767127308
ci: split package release into sub files
2026-04-24 15:37:02 +02:00
Pierre Tachoire
233d08cd6e
ci: generate a .deb package on tag
2026-04-24 15:23:25 +02:00
Pierre Tachoire
d2fc963640
Merge pull request #2231 from lightpanda-io/pkg
...
ci: refacto release workflow and add Arch linux package build
2026-04-24 14:50:55 +02:00
Pierre Tachoire
368bbc75e0
ci: refacto build step into 1 job per os + CPU matrix
2026-04-24 11:43:48 +02:00
Pierre Tachoire
ce541fbc63
ci: add arch linux package generation
2026-04-24 11:43:47 +02:00
Karl Seguin
802ae55cc1
Update WebDriver to use Page
...
Don't use pre-built snapshot for wpt action (the snapshot needs the WebDriver
added, which is not normally added). Instead, rely on runtime snapshot creation
(this just adds a bit of startup time and peak memory, neither or which should
be an issue for WPT runs).
2026-04-24 17:33:16 +08:00
Pierre Tachoire
9bb6c3ca32
rename nightly.yml into release.yml
2026-04-24 10:59:16 +02:00
Karl Seguin
a9e4ee41e3
Update go run ws/main.go to new go run runner/main.go -serve
2026-04-24 15:56:46 +08:00
Karl Seguin
23e98a4ce0
Add WPT extensions
...
Some WPT tests need to interact with the browser in a way that isn't possible
with web apis. Browsers need to expose a way for tests to do this and then use
the testdriver-vendor.js to hook into these special WPT actions.
This commit sets up the infrastructure for supporting this and includes
the delete_all_cookies functionality needed by various cookie tests (e.g.
/cookies/attributes/attributes-ctl.sub.html).
A new compilation flag, `-Dwpt_extensions`, can be specified. When specified
a `window.webdriver` accessor is defined and a `WebDriver` type is exposed.
Note that, while I only implemented delete_all_cookies for now, I've seen other
tests fail because of missing vendor-specific implementation.
2026-04-17 15:59:06 +08:00
Karl Seguin
0adb482bae
update v8 dep
2026-04-16 15:02:58 +08:00
Karl Seguin
60249f5e5d
update v8 dep
2026-04-14 12:24:09 +08:00
Pierre Tachoire
f7ef2be5cd
ci: invalidate snapshot cache on src/browser/webapi change
2026-04-12 11:54:53 +02:00
Pierre Tachoire
e53e4579ab
ci: use v8 snapshot cache w/ wpt test
2026-04-10 11:35:40 +02:00
Pierre Tachoire
9cd79941bf
Merge pull request #2119 from lightpanda-io/wpt-completion
...
ci: send wpt completion
2026-04-10 11:26:15 +02:00
Pierre Tachoire
36fcb0fd7f
ci: use a longer timeout for e2e test
...
When we have to generate a snapshot, the build duration is longer.
2026-04-10 11:02:04 +02:00
Pierre Tachoire
963682eb0d
ci: send wpt completion
2026-04-10 10:42:16 +02:00
Pierre Tachoire
bd4e88cec8
ci: typo fix
2026-04-10 10:13:27 +02:00
Pierre Tachoire
90069f6ab8
ci: use a dedicated action for v8 snapshot
2026-04-10 10:13:27 +02:00
Pierre Tachoire
ca78bd7786
ci: invalidate snapshot cache on src/browser/js/Snapshot.zig
2026-04-10 09:52:43 +02:00
Pierre Tachoire
075a660b2f
ci: use cache for snapshots
...
Add a cache for v8 snapshot file.
Use a cache key for v8 snapshot with the last hash changing
src/browser/js/bridge.zig
eg. v8-snapshot-4dcb2c997e01e4367ca6118629fb4ac712f9692c
2026-04-10 09:26:32 +02:00
Karl Seguin
5c7a665d11
run e2e-test with pre-generated snapshot
2026-04-09 18:54:31 +08:00
Karl Seguin
0d75c00f85
update v8 dep
2026-04-04 07:00:26 +08:00
Pierre Tachoire
6bb8bc8391
ci: use proxy for integration tests
2026-04-03 09:24:17 +02:00
Pierre Tachoire
ca8361f5c1
Merge pull request #2059 from lightpanda-io/integration-e2e-report
...
ci: send e2e integration results to slack
2026-04-01 10:41:16 +02:00
Pierre Tachoire
1c1bd81daa
ci: send e2e integration results to slack
2026-04-01 10:29:56 +02:00
Pierre Tachoire
ea87fc2c50
ci: publish ci regression list into slack
2026-04-01 10:18:06 +02:00
Pierre Tachoire
7606528b37
ci: fix request interception proxy challenge
2026-03-30 15:32:38 +02:00
Adrià Arrufat
7f2139f612
build: simplify nightly versioning
2026-03-27 10:47:43 +09:00
Pierre Tachoire
28cc60adb0
add a -Dpre_version build flag for custom pre version
2026-03-26 11:52:16 +01:00
Adrià Arrufat
a75c0cf08d
build: bump zig-v8 to v0.3.7
2026-03-26 12:34:10 +09:00
Karl Seguin
e2afbec29d
update v8 dep
2026-03-26 09:17:32 +08:00
Pierre Tachoire
e83b8aa36d
ci: don't run wba test on PR
...
wba test requires secrets read to run.
But we don't want to exposes secrets on external contributions.
So it's easier to run it only after PR merged.
2026-03-25 16:55:45 +01:00
Pierre Tachoire
3a0cead03a
Merge pull request #1917 from lightpanda-io/semantic-versioning
...
build: automate version resolution in build.zig
2026-03-25 08:46:04 +01:00
Pierre Tachoire
eb18dc89f6
ci: use -Dversion_string for release (nightly) build
2026-03-24 14:46:48 +01:00