diff options
author | nkostylev@google.com <nkostylev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 11:08:50 +0000 |
---|---|---|
committer | nkostylev@google.com <nkostylev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 11:08:50 +0000 |
commit | 302cf651a0d929717107fc6a4f1d533074058cfa (patch) | |
tree | 43eee8f7825e4df1fb0c5e0942a822c34e53353d /chrome/app/theme | |
parent | 68c549897be6b4a479eb09a325bc6019d19d7c20 (diff) | |
download | chromium_src-302cf651a0d929717107fc6a4f1d533074058cfa.zip chromium_src-302cf651a0d929717107fc6a4f1d533074058cfa.tar.gz chromium_src-302cf651a0d929717107fc6a4f1d533074058cfa.tar.bz2 |
Show spinner on network response in OOBE welcome screen, account creation screen.
Block buttons/keyboard on login window when sign in is in process.
BUG= http://crosbug.com/2573, http://crosbug.com/2528
TEST=Run through OOBE screens and observe spinner when network response is more than 0.5 seconds.
Review URL: http://codereview.chromium.org/1755006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/spinner.png | bin | 0 -> 14219 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/theme/spinner.png b/chrome/app/theme/spinner.png Binary files differnew file mode 100644 index 0000000..e930743 --- /dev/null +++ b/chrome/app/theme/spinner.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 6ae7e8d..4f57a5b 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -425,7 +425,8 @@ <include name="IDR_COMPACTNAV_BACK" file="compactnav_back.png" type="BINDATA" /> <include name="IDR_COMPACTNAV_FORWARD" file="compactnav_forward.png" type="BINDATA" /> <include name="IDR_COMPACTNAV_SEPARATOR" file="compactnav_separator.png" type="BINDATA" /> - + + <include name="IDR_SPINNER" file="spinner.png" type="BINDATA" /> <include name="IDR_STATUSBAR_MENU" file="statusbar_menu.png" type="BINDATA" /> <include name="IDR_STATUSBAR_BATTERY_CHARGED" file="statusbar_battery_charged.png" type="BINDATA" /> <include name="IDR_STATUSBAR_BATTERY_MISSING" file="statusbar_battery_missing.png" type="BINDATA" /> |