Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest protocol definitions #130

Merged
merged 3 commits into from May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
328 changes: 232 additions & 96 deletions cdp.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cdp_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion cmd/cdpgen/lint/name.go
Expand Up @@ -32,7 +32,9 @@ func init() {
lint.SetInitialism("CORS", true)
lint.SetInitialism("WASM", true)
lint.SetInitialism("JXL", true)
lint.SetInitialism("BR", true) // Brotli compression.
lint.SetInitialism("BR", true) // Brotli compression.
lint.SetInitialism("HWB", true) // Color format.
lint.SetInitialism("IME", true)
}

// Name returns a different name if it should be different.
Expand Down
247 changes: 146 additions & 101 deletions cmd/cdpgen/protodef/browser_protocol.json

Large diffs are not rendered by default.