tree: 4695fa5dd1ada5a31fdd9234a9c6cbc35d41ab65 [path history] [tgz]
  1. images/
  2. aim_app.html.ts
  3. aim_app.ts
  4. app.css
  5. app.html.ts
  6. app.ts
  7. BUILD.gn
  8. DIR_METADATA
  9. full_app.css
  10. full_app.html.ts
  11. full_app.ts
  12. omnibox_popup.html
  13. omnibox_popup.ts
  14. omnibox_popup_aim.html
  15. omnibox_popup_full.html
  16. OWNERS
  17. 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