Revert "Updating to 128.0.6539.1_12.8.57 definitions"

The chromium team changed the definition of the cookiePartitionKey, and
as such this breaks. Unfortunately, an event containing this type is
sent with almost every request, leading to extraneous output.

This reverts commit 646f539a3e192df7c821b37bef7346dbcdc611ee.
10 files changed
tree: a26b41ec8c9f8836a3635975bebfd86944debf3f
  1. .github/
  2. accessibility/
  3. animation/
  4. audits/
  5. autofill/
  6. backgroundservice/
  7. browser/
  8. cachestorage/
  9. cast/
  10. cdp/
  11. css/
  12. database/
  13. debugger/
  14. deviceaccess/
  15. deviceorientation/
  16. dom/
  17. domdebugger/
  18. domsnapshot/
  19. domstorage/
  20. emulation/
  21. eventbreakpoints/
  22. extensions/
  23. fedcm/
  24. fetch/
  25. har/
  26. headlessexperimental/
  27. heapprofiler/
  28. indexeddb/
  29. input/
  30. inspector/
  31. io/
  32. layertree/
  33. log/
  34. media/
  35. memory/
  36. network/
  37. overlay/
  38. page/
  39. performance/
  40. performancetimeline/
  41. preload/
  42. profiler/
  43. pwa/
  44. runtime/
  45. security/
  46. serviceworker/
  47. storage/
  48. systeminfo/
  49. target/
  50. tethering/
  51. tracing/
  52. webaudio/
  53. webauthn/
  54. .gitignore
  55. cdproto.go
  56. easyjson.go
  57. go.mod
  58. go.sum
  59. LICENSE
  60. README.md
README.md

About cdproto

Package cdproto contains the generated commands, types, and events for the Chrome DevTools Protocol domains.

Unit Tests Go Reference

This package is generated by the cdproto-gen command. Please refer to that project and to the main chromedp project for information on using the commands, types, and events available here.

API

Please see the Go Reference.

Contributing

If you would like to submit a change to the code in this package, please submit your Pull Request to the cdproto-gen project. Any Issues and Pull Requests submitted to this project will be closed without being reviewed.