diff options
author | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 01:18:43 +0000 |
---|---|---|
committer | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 01:18:43 +0000 |
commit | 432954d0b6e8574b28fb54fed2b75435a39e146c (patch) | |
tree | 8a08690ca57ba9f841ab0e8fe5ddffb26d8c9cca /chrome/browser/browser_resources.grd | |
parent | 14365e30cecd167325e7dc1dc938d4142c8d54b4 (diff) | |
download | chromium_src-432954d0b6e8574b28fb54fed2b75435a39e146c.zip chromium_src-432954d0b6e8574b28fb54fed2b75435a39e146c.tar.gz chromium_src-432954d0b6e8574b28fb54fed2b75435a39e146c.tar.bz2 |
Initial draft of chrome://omnibox/ page.
Takes input text and display information about autocomplete suggestions.
There is an abbreviated mode and a detailed mode.
There is a mode to show all intermediate autocomplete updates and a mode
to show only the final suggestions.
This page is listed in chrome://about
This page is not internationalized. Because it's only for debug purposes,
I don't think it needs to be.
There are a lot of ways to improve this. We can display more information.
We can make the URL save-as-able. (Right now if you do save-as, you see
the empty page, not page with any content.) There are lots of things that
can be done, but I think this is good enough as is that it's worth
checking in.
BUG=79883
TEST=
Review URL: http://codereview.chromium.org/8888030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118772 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index bdb2e96..0cf1899 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -82,6 +82,9 @@ <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1line.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2line.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" /> + <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> + <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type="BINDATA" /> + <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="BINDATA" /> <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" /> <if expr="is_win"> |