feat(browser): auto-commit con 9 cambios

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-12 21:03:45 +02:00
parent 26e4266c82
commit b8911dc080
3 changed files with 10 additions and 4 deletions
+6
View File
@@ -14,3 +14,9 @@
[submodule "cpp/vendor/implot3d"] [submodule "cpp/vendor/implot3d"]
path = cpp/vendor/implot3d path = cpp/vendor/implot3d
url = https://github.com/brenocq/implot3d.git url = https://github.com/brenocq/implot3d.git
[submodule "cpp/vendor/sdl3"]
path = cpp/vendor/sdl3
url = https://github.com/libsdl-org/SDL.git
[submodule "emsdk"]
path = emsdk
url = https://github.com/emscripten-core/emsdk.git
+1 -1
View File
@@ -20,7 +20,7 @@ uses_functions:
uses_types: [] uses_types: []
returns: [] returns: []
returns_optional: false returns_optional: false
error_type: "exit_code_bash_core" error_type: "error_go_core"
imports: [] imports: []
example: | example: |
source bash/functions/infra/e2e_run_cpp_windows.sh source bash/functions/infra/e2e_run_cpp_windows.sh
+3 -3
View File
@@ -10,9 +10,9 @@ tested: false
description: "Establece una cookie en el browser via Network.setCookie del protocolo CDP. Soporta cookies HttpOnly. Util para tests e2e que necesitan autenticar el browser sin pasar por la UI de login." description: "Establece una cookie en el browser via Network.setCookie del protocolo CDP. Soporta cookies HttpOnly. Util para tests e2e que necesitan autenticar el browser sin pasar por la UI de login."
tags: [cdp, browser, cookie, e2e, auth] tags: [cdp, browser, cookie, e2e, auth]
signature: "func CdpSetCookie(c *CDPConn, name, value, domain, path string, httpOnly bool) error" signature: "func CdpSetCookie(c *CDPConn, name, value, domain, path string, httpOnly bool) error"
uses_functions: [] uses_functions:
uses_types: - cdp_connect_go_browser
- cdp_conn_go_browser uses_types: []
returns: [] returns: []
returns_optional: false returns_optional: false
error_type: error_go_core error_type: error_go_core