Skip to content

Tags: chromedp/chromedp

Tags

v0.14.2

Toggle v0.14.2's commit message
Revert to previous target creation logic

Fixes #1576 #1577

v0.14.1

Toggle v0.14.1's commit message
fix(allocator): Set --enable-unsafe-swiftshader with --disable-gpu

In Chromium 139+, falling back to Swiftshader will be opt in:

https://chromestatus.com/feature/5166674414927872

This means that anything currently leveraging DisableGPU in chromedp
will fail to fallback in the future without this flag set

This is already current behavior in upstream builds of Chromium 138

This sets --enable-unsafe-swiftshader to retain existing behavior and
prevent regressions in anything using chromedp

Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>

v0.14.0

Toggle v0.14.0's commit message
Fixing issue with page.Navigate calls

v0.13.7

Toggle v0.13.7's commit message
allocator: fix race that causes workgroup panic

`readOutput`'s copy goroutine was able to race with the ws read timeout
resulting in a panic

fixes by moving the copy task after we return the `wsURL` and no longer
can go into the timeout case

while at it, fixes an unrelated data race that `err` could have been
written to by `readOutput` and the wsURL read timeout case

v0.13.6

Toggle v0.13.6's commit message
Fix CreateTarget call

v0.13.5

Toggle v0.13.5's commit message
fix: #1448

v0.13.4

Toggle v0.13.4's commit message
Updating cdproto

v0.13.3

Toggle v0.13.3's commit message
add tests for unmarshalling and marshalling json

v0.13.2

Toggle v0.13.2's commit message
Allow setting jsonv2 Marshal/Unmarshal options

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add page.EventFrameStartedNavigating to ignored events (Google C…

…hrome 134.x)