Skip to content

Browser Search#317408

Draft
jruales wants to merge 14 commits into
mainfrom
jruales/2026.05-browser-search
Draft

Browser Search#317408
jruales wants to merge 14 commits into
mainfrom
jruales/2026.05-browser-search

Conversation

@jruales
Copy link
Copy Markdown
Contributor

@jruales jruales commented May 19, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 19, 2026 22:28
@jruales jruales changed the title Search, first version Browser Search May 19, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds first-pass “search from the integrated browser address bar” support by classifying address-bar input as URL vs query, building a search URL for configured engines, and wiring UI/telemetry updates in the integrated browser editor.

Changes:

  • Introduces shared address-bar input classification + search URL construction utilities (with unit tests).
  • Adds experimental settings for enabling address-bar search and selecting a search engine.
  • Updates the integrated browser editor to (optionally) search on Enter, show an inline action preview icon, and emit distinct telemetry for search vs URL navigation.
Show a summary per file
File Description
src/vs/workbench/contrib/browserView/test/common/browserSearch.test.ts Adds unit coverage for input classification and search URL building.
src/vs/workbench/contrib/browserView/electron-browser/media/browser.css Styles for the address-bar “search vs URL” preview indicator.
src/vs/workbench/contrib/browserView/electron-browser/features/browserSearchFeatures.ts Registers experimental settings for address-bar search and engine choice.
src/vs/workbench/contrib/browserView/electron-browser/browserView.contribution.ts Wires the new search settings contribution into the integrated browser feature set.
src/vs/workbench/contrib/browserView/electron-browser/browserEditor.ts Integrates search behavior on navigation, dynamic placeholder, and preview-indicator updates.
src/vs/workbench/contrib/browserView/electron-browser/addressBarInputPreviewWidget.ts Implements the decorative address-bar action preview widget (magnifier/globe).
src/vs/workbench/contrib/browserView/common/browserView.ts Extends navigation telemetry + model API to distinguish search-triggered navigations.
src/vs/workbench/contrib/browserView/common/browserSearch.ts New shared utilities: input classification and per-engine search URL construction.

Copilot's findings

  • Files reviewed: 8/8 changed files
  • Comments generated: 1

Comment thread src/vs/workbench/contrib/browserView/electron-browser/browserEditor.ts Outdated
Comment thread src/vs/workbench/contrib/browserView/common/browserSearch.ts Outdated
jruales added 8 commits May 19, 2026 19:41
This reverts commit 6676b06.
…er-search

# Conflicts:
#	src/vs/workbench/contrib/browserView/common/browserView.ts
#	src/vs/workbench/contrib/browserView/electron-browser/browserEditor.ts
#	src/vs/workbench/contrib/browserView/electron-browser/media/browser.css
…er-search

# Conflicts:
#	src/vs/workbench/contrib/browserView/electron-browser/widgets/browserUrlBarWidget.ts
Comment thread src/vs/workbench/contrib/browserView/common/browserEditorInput.ts Outdated
Comment thread src/vs/workbench/contrib/browserView/common/browserView.ts Outdated
Comment thread src/vs/workbench/contrib/browserView/common/browserSearch.ts Outdated
*/
export const enum BrowserSearchEngineId {
Bing = 'bing',
Yahoo = 'yahoo',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we just go in alphabetical order to be less opinionated

jruales added 4 commits June 4, 2026 23:39
Address PR review: move address-bar search resolution into the nav bar so navigate()/loadURL() take a plain URL.

- navigate() is now a pure load-this-URL entry point taking an optional telemetry source; removes IBrowserNavigateOptions and the config-service/search dependencies from BrowserEditorInput.
- loadURL() takes a BrowserNavigationSource override instead of fromSearch; http:// fixup runs unconditionally again.
- Collapse IBrowserUrlPrimaryAction into IUrlPickerItem; getPrimaryActions returns picker items directly and raw-text commits route through the host default item.
- Remove now-dead resolveAddressBarNavigation and its tests.
- Drop the stale 'first entry is the default' comment on BROWSER_SEARCH_ENGINES.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants