Files
brave-core/chromium_src
Darnell Andries 9c19af3949 [AI Chat] Add local code execution tool (#31252)
* [AI Chat] Local code execution tool

* Move `CodeSandboxScriptStorage` ownership to `AIChatService`, store & return `std::string` from storage

* Update code execution tool event UI

* Add `CodeSandboxNavigationThrottle`

* Omit window and location in code execution scope

* Remove `CodeSandboxScriptStorage`

* Use sandboxed iframe for code execution, use primary OTR profile

* Use script injection for code execution

* `expandedContent` should be null if `jsCode` is null

* Address PR feedback

* Address PR feedback

* Address PR feedback

* Move code sandbox webui constants
2025-12-04 20:28:33 +01:00
..