tree: e7c04eaf49790c51977ff388ec2e7b0ef9ba1f28 [path history] [tgz]
  1. images/
  2. aim_app.css
  3. aim_app.html.ts
  4. aim_app.ts
  5. aim_browser_proxy.ts
  6. app.css
  7. app.html.ts
  8. app.ts
  9. BUILD.gn
  10. DIR_METADATA
  11. full_app.css
  12. full_app.html.ts
  13. full_app.ts
  14. omnibox_popup.html
  15. omnibox_popup.ts
  16. omnibox_popup_aim.html
  17. omnibox_popup_full.html
  18. omnibox_popup_shared_style.css
  19. OWNERS
  20. README.md
chrome/browser/resources/omnibox_popup/README.md

WebUI Omnibox Popup experiment

Debug instructions

  • Launch Chrome with --enable-features=WebUIOmniboxPopupDebug or enable it via chrome://flags/#webui-omnibox-popup-debug.
    • For side-by-side comparison with the Views popup, launch Chrome with --enable-features=WebUIOmniboxPopupDebug:SxS/true or select the Side by Side flag variant.
  • Navigate to chrome://omnibox-popup.top-chrome?debug in a tab. A blank page should be shown.
  • Start typing a query into the omnibox. The omnibox suggestions should be shown within the tab.
  • Blur the omnibox for the real popup to close and see only the results in the tab.
  • Open DevTools (right click -> Inspect) to debug as usual.

Note: See additional instructions on how to iterate faster using the --load-webui-from-disk flow