12 Commits
Author SHA1 Message Date
Anthony Tseng fef2a76f4c Move WASM workspace to third_party/wasm/ (#34497)
Relocate the WASM workspace from ui/webui/resources/wasm/ to
third_party/wasm/, following the convention of third_party/rust/.

This is a plain move with path updates — no structural changes to
the workspace, crate locations within it, or build targets.
2026-03-09 22:50:50 +00:00
Mihai PLESA 13ba0ad5b1 Add 'ios/**' to ignorePaths in renovate.json 2025-10-03 14:41:57 +01:00
Mihai PLESA 48f3d263fe Update renovate.json configuration
Removed packageRules to enable all components for updates.
2025-10-03 14:22:06 +01:00
renovate[bot] 299c6eb81a Migrate renovate config (#31618)
Migrate config .github/renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-03 14:21:22 +01:00
Mihai PLESA ed3cba6a5c Add 'test/**' to ignorePaths in renovate.json 2025-10-03 13:54:00 +01:00
Mihai PLESA e4dd8de8dc Update ignorePaths in renovate.json 2025-10-03 13:50:50 +01:00
Mihai PLESA 73b7f510c2 Add 'tools/crates/vendor/**' to ignorePaths 2025-10-03 13:47:52 +01:00
Mihai PLESA 66435a3bd1 Remove dependencyDashboard setting from renovate.json 2025-10-03 13:39:22 +01:00
Mihai PLESA 04a54a1a18 Enable dependency dashboard in Renovate config 2025-10-03 12:34:05 +01:00
sangwoo ko 848f875cd5 [cr141] Refactor SplitView to use BraveContentsContainerView
This commit migrates the SplitView implementation from using individual
views for secondary content management to utilizing the centralized
BraveContentsContainerView. This change eliminates code duplication and
improves maintainability by leveraging existing infrastructure.

**Key Changes:**

** SplitView Architecture Refactoring:**
- Replace direct management of secondary_contents_web_view_,
  secondary_devtools_web_view_, secondary_reader_mode_toolbar_,
  secondary_lens_overlay_view_, and secondary_contents_scrim_view_
- Migrate to using a single BraveContentsContainerView instance that
  encapsulates all secondary content management

** View Hierarchy Simplification:**
- secondary_contents_container_ (raw View) → secondary_contents_container_view_
  (BraveContentsContainerView)
- All secondary view access now goes through the container view's accessors
- Unified layout management through BraveContentsContainerView

**Benefits:**
- Reduces code duplication between primary and secondary content management
- Leverages existing ContentsContainerView infrastructure for DevTools,
  scrim views, lens overlay, and reader mode toolbar
- Simplifies view hierarchy and improves maintainability
- Better separation of concerns with centralized content management
2025-09-22 14:59:52 -04:00
Mihai PLESA 07faea638f Update renovate.json 2025-08-11 14:21:07 +01:00
Mihai PLESA 25c7ce0485 Update and rename renovate.json to .github/renovate.json 2025-05-31 10:19:04 +01:00