openclaw/src/browser
cpojer 048e29ea35
chore: Fix types in tests 45/N.
2026-02-17 15:50:07 +09:00
..
routes chore: wtf. 2026-02-17 13:36:48 +09:00
bridge-auth-registry.ts fix(security): enforce sandbox bridge auth 2026-02-14 13:17:41 +01:00
bridge-server.auth.test.ts chore: Fix types in tests 45/N. 2026-02-17 15:50:07 +09:00
bridge-server.ts chore: wtf. 2026-02-17 13:36:48 +09:00
browser-utils.test.ts chore: wtf. 2026-02-17 13:36:48 +09:00
cdp.helpers.ts perf: use .abort.bind() instead of arrow closures to prevent memory leaks (#7174) 2026-02-13 18:13:18 +01:00
cdp.test.ts chore: Fix types in tests 45/N. 2026-02-17 15:50:07 +09:00
cdp.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
chrome.default-browser.test.ts perf(test): reduce module reload overhead in key suites 2026-02-13 15:45:19 +00:00
chrome.executables.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
chrome.profile-decoration.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
chrome.test.ts perf(test): speed up suites and reduce fs churn 2026-02-15 19:29:27 +00:00
chrome.ts chore: wtf. 2026-02-17 13:36:48 +09:00
client-actions-core.ts refactor(browser): share client-actions url helpers 2026-02-15 18:22:10 +00:00
client-actions-observe.ts chore: wtf. 2026-02-17 13:36:48 +09:00
client-actions-state.ts refactor(browser): share client-actions url helpers 2026-02-15 18:22:10 +00:00
client-actions-types.ts feat(browser): expand browser control surface 2026-01-12 17:32:44 +00:00
client-actions-url.ts refactor(browser): share client-actions url helpers 2026-02-15 18:22:10 +00:00
client-actions.ts feat(browser): expand browser control surface 2026-01-12 17:32:44 +00:00
client-fetch.loopback-auth.test.ts chore: Fix types in tests 29/N. 2026-02-17 14:32:43 +09:00
client-fetch.ts fix: stop LLM retry loop when browser control service is unavailable (#17673) 2026-02-15 21:53:49 -05:00
client.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
client.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
config.test.ts test: add tests for extraArgs filtering logic 2026-02-16 23:52:42 +01:00
config.ts feat(browser): add extraArgs config for custom Chrome launch arguments 2026-02-16 23:52:42 +01:00
constants.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
control-auth.auto-token.test.ts fix(browser): require auth on control HTTP and auto-bootstrap token 2026-02-13 02:02:28 +01:00
control-auth.test.ts feat(gateway): add trusted-proxy auth mode (#15940) 2026-02-14 12:32:17 +01:00
control-auth.ts feat(gateway): add trusted-proxy auth mode (#15940) 2026-02-14 12:32:17 +01:00
control-service.ts fix(browser): hot-reload profiles added after gateway start (#4841) (#8816) 2026-02-14 00:44:04 +01:00
csrf.ts fix(browser): annotate csrf middleware type 2026-02-14 15:54:29 +01:00
extension-relay.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
extension-relay.ts chore: wtf. 2026-02-17 13:36:48 +09:00
http-auth.ts refactor(browser): centralize http auth 2026-02-14 13:30:11 +01:00
paths.ts fix(security): harden archive extraction (#16203) 2026-02-14 14:42:08 +01:00
profiles-service.test.ts chore: wtf. 2026-02-17 13:36:48 +09:00
profiles-service.ts chore: wtf. 2026-02-17 13:36:48 +09:00
profiles.test.ts chore: Fix types in tests 45/N. 2026-02-17 15:50:07 +09:00
profiles.ts chore: Enable `typescript/no-explicit-any` rule. 2026-02-02 16:18:09 +09:00
proxy-files.ts refactor(browser): share proxy file helpers 2026-02-14 15:39:45 +00:00
pw-ai-module.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
pw-ai-state.ts perf(test): reduce hot-suite import and setup overhead 2026-02-13 20:26:39 +00:00
pw-ai.test.ts chore: Fix types in tests 45/N. 2026-02-17 15:50:07 +09:00
pw-ai.ts perf(test): reduce hot-suite import and setup overhead 2026-02-13 20:26:39 +00:00
pw-role-snapshot.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
pw-role-snapshot.ts refactor(browser): dedupe role snapshot parsing 2026-02-15 07:06:50 +00:00
pw-session.browserless.live.test.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
pw-session.get-page-for-targetid.extension-fallback.test.ts perf(test): eliminate resetModules via injectable seams 2026-02-13 16:20:37 +00:00
pw-session.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
pw-session.ts refactor(browser): dedupe request record lookup 2026-02-15 16:11:28 +00:00
pw-tools-core.activity.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
pw-tools-core.clamps-timeoutms-scrollintoview.test.ts refactor(test): share pw-tools-core test setup 2026-02-14 21:20:43 +00:00
pw-tools-core.downloads.ts chore: wtf. 2026-02-17 13:36:48 +09:00
pw-tools-core.interactions.evaluate.abort.test.ts fix: prevent act:evaluate hangs from getting browser tool stuck/killed (#13498) 2026-02-11 07:54:48 +08:00
pw-tools-core.interactions.ts fix: prevent act:evaluate hangs from getting browser tool stuck/killed (#13498) 2026-02-11 07:54:48 +08:00
pw-tools-core.last-file-chooser-arm-wins.test.ts chore: Fix types in tests 45/N. 2026-02-17 15:50:07 +09:00
pw-tools-core.responses.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
pw-tools-core.screenshots-element-selector.test.ts refactor(test): share pw-tools-core test setup 2026-02-14 21:20:43 +00:00
pw-tools-core.shared.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
pw-tools-core.snapshot.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
pw-tools-core.state.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
pw-tools-core.storage.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
pw-tools-core.test-harness.ts refactor(test): share pw-tools-core test setup 2026-02-14 21:20:43 +00:00
pw-tools-core.trace.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
pw-tools-core.ts refactor(browser): split pw tools + agent routes 2026-01-14 05:39:44 +00:00
pw-tools-core.waits-next-download-saves-it.test.ts chore: Fix types in tests 29/N. 2026-02-17 14:32:43 +09:00
resolved-config-refresh.ts chore: wtf. 2026-02-17 13:36:48 +09:00
screenshot.e2e.test.ts perf(test): speed up screenshot normalization e2e fixture 2026-02-14 00:17:49 +00:00
screenshot.ts chore: Enable more lint rules, disable some that trigger a lot. Will clean up later. 2026-01-31 16:04:04 +09:00
server-context.chrome-test-harness.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
server-context.ensure-tab-available.prefers-last-target.test.ts chore: Fix types in tests 45/N. 2026-02-17 15:50:07 +09:00
server-context.hot-reload-profiles.test.ts chore: Fix types in tests 29/N. 2026-02-17 14:32:43 +09:00
server-context.remote-tab-ops.test.ts chore: Fix types in tests 29/N. 2026-02-17 14:32:43 +09:00
server-context.ts chore: wtf. 2026-02-17 13:36:48 +09:00
server-context.types.ts fix(browser): hot-reload profiles added after gateway start (#4841) (#8816) 2026-02-14 00:44:04 +01:00
server-middleware.ts refactor(browser): share common server middleware 2026-02-15 04:46:10 +00:00
server.agent-contract-form-layout-act-commands.test.ts chore: Fix types in tests 9/N. 2026-02-17 11:22:49 +09:00
server.agent-contract-snapshot-endpoints.test.ts chore: Fix types in tests 21/N. 2026-02-17 12:23:12 +09:00
server.agent-contract.test-harness.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
server.auth-token-gates-http.test.ts perf(test): speed up browser test suites 2026-02-14 14:25:54 +00:00
server.control-server.test-harness.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
server.evaluate-disabled-does-not-block-storage.test.ts test: isolate browser server auth env (evaluate gating) 2026-02-14 20:12:26 +00:00
server.post-tabs-open-profile-unknown-returns-404.test.ts refactor(test): share browser control server harness 2026-02-14 17:13:24 +00:00
server.ts chore: wtf. 2026-02-17 13:36:48 +09:00
target-id.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
test-port.ts chore: wtf. 2026-02-17 13:36:48 +09:00
trash.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00