summaryrefslogtreecommitdiffstats
path: root/ash/resources
Commit message (Collapse)AuthorAgeFilesLines
* Optimize png files in ash/resources (done by build/sanitize-png-file.sh)oshima@chromium.org2013-02-01388-0/+0
| | | | | | | | | | | | | | Result : 318441 => 234059 bytes (84382 bytes : 26 %) Move notification_3g.png and notification_lgt.png in 200 percent to the right place. TBR=jamescook@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/12094098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180164 0039d316-1c4b-4281-b951-d872f2087c98
* Move the rest of status resources to cros/status.oshima@chromium.org2013-01-31104-51/+51
| | | | | | | | | | | | | I'll re-work on files used for windows as well when we know more about the use of ash on win. TBR=stevenjb@chromium.org BUG=170254 TEST=none Review URL: https://codereview.chromium.org/12141002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179981 0039d316-1c4b-4281-b951-d872f2087c98
* Necktie icon removed from status tray.dzhioev@chromium.org2013-01-261-1/+0
| | | | | | | | | | BUG=171729 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/12087011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179068 0039d316-1c4b-4281-b951-d872f2087c98
* move cros specific status resource to cros/statusoshima@chromium.org2013-01-2523-12/+12
| | | | | | | | | | TBR=stevenjb@chromium.org BUG=170254 TEST=none Review URL: https://codereview.chromium.org/12045092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178836 0039d316-1c4b-4281-b951-d872f2087c98
* move launcher resources under common/launcheroshima@chromium.org2013-01-2392-36/+36
| | | | | | | | | | | | | | | | move chromeos specific network resources to cros/network move notification_{lte|3g}.png to cros/network move chromeos specific status resources to cros/status This is a part of effort to keep chromium repo/drive in sync. TBR=stevenjb@chromium.org BUG=170254 TEST=none Review URL: https://codereview.chromium.org/11867034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178332 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Update volume status assetshshi@google.com2013-01-184-0/+0
| | | | | | | | | | | | This version fixes the tapered gaps between the slash mark and the speaker icon behind. BUG=170646 TEST=manual, icons look correct on normal and high resolution displays Review URL: https://codereview.chromium.org/11938035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177795 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself to owner of resource, multi display/extended desktop related classesoshima@chromium.org2013-01-181-0/+1
| | | | | | | | | BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11961048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177776 0039d316-1c4b-4281-b951-d872f2087c98
* Add 'dark' lte icons.rkc@chromium.org2013-01-1721-5/+10
| | | | | | | | | | | | | Add 'dark' versions for the LTE/HSPA/GPRS icons so that we show them correctly on the network list. R=stevenjb@chromium.org BUG=169969 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177323 Review URL: https://codereview.chromium.org/11975029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177502 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 177323kochi@chromium.org2013-01-1721-10/+5
| | | | | | | | | | | | | | > Add 'dark' lte icons. > Add 'dark' versions for the LTE/HSPA/GPRS icons so that we show them correctly on the network list. > > R=stevenjb@chromium.org > BUG=169969 > > Review URL: https://codereview.chromium.org/11975029 TBR=rkc@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177362 0039d316-1c4b-4281-b951-d872f2087c98
* Add 'dark' lte icons.rkc@chromium.org2013-01-1721-5/+10
| | | | | | | | | | | Add 'dark' versions for the LTE/HSPA/GPRS icons so that we show them correctly on the network list. R=stevenjb@chromium.org BUG=169969 Review URL: https://codereview.chromium.org/11975029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177323 0039d316-1c4b-4281-b951-d872f2087c98
* When connected to LTE, show the LTE icon.rkc@chromium.org2013-01-1515-0/+1
| | | | | | | | | | | In the data notification, when connected to LTE, show the LTE icon, not the 3g icon. Also fix the LTE icons in the tray to look clearer. R=stevenjb@chromium.org,benchan@chromium.org,zelidrag@chromium.org BUG=169969 Review URL: https://codereview.chromium.org/11889024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176967 0039d316-1c4b-4281-b951-d872f2087c98
* crushed png files step 1 (ash/resources, ui/resources)oshima@chromium.org2013-01-0954-0/+0
| | | | | | | | | | TBR=sky@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/11830015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175683 0039d316-1c4b-4281-b951-d872f2087c98
* Rotated Imagesharrym@chromium.org2013-01-081-15/+5
| | | | | | | | | | | - Update launcher items, and background to use rotated images instead of duplicates. BUG=127583 Review URL: https://codereview.chromium.org/11644033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175545 0039d316-1c4b-4281-b951-d872f2087c98
* Reland revision 174161 (reverted in 174163 because it broke the build).dzhioev@chromium.org2012-12-201-22/+24
| | | | | | | | | | | | Implemented tray notifications for enterprise enrolled devices. BUG=chromium-os:35755 TBR=nkostylev,sadrul,ben Review URL: https://chromiumcodereview.appspot.com/11637042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174248 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 174161erikwright@chromium.org2012-12-201-24/+22
| | | | | | | | | | | | | | | | | | | | | | | | | > Implemented tray notifications for enterprise enrolled devices. > > > BUG=chromium-os:35755 > TBR=ben > > Review URL: https://chromiumcodereview.appspot.com/11594009 http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASAN%20Builder/builds/2567/steps/compile/logs/stdio In file included from ../../ash/system/tray/system_tray_delegate.cc:7: ../../ash/system/tray/test_system_tray_delegate.h:33:17: error: [chromium-style] Overriding method must be marked with OVERRIDE. virtual const string16 GetEnterpriseMessage() const; In file included from ../../ash/system/tray/test_system_tray_delegate.cc:5: ../../ash/system/tray/test_system_tray_delegate.h:33:17: error: [chromium-style] Overriding method must be marked with OVERRIDE. virtual const string16 GetEnterpriseMessage() const; TBR=dzhioev@chromium.org Review URL: https://codereview.chromium.org/11639044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174163 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented tray notifications for enterprise enrolled devices.dzhioev@chromium.org2012-12-201-22/+24
| | | | | | | | | BUG=chromium-os:35755 TBR=ben Review URL: https://chromiumcodereview.appspot.com/11594009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174161 0039d316-1c4b-4281-b951-d872f2087c98
* Added resources for enterprise tray notifications.nkostylev@chromium.org2012-12-184-0/+0
| | | | | | | | | | | | Change list related to https://codereview.chromium.org/11594009 . BUG=chromium-os:35755 TBR=nkostylev@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/11613011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173693 0039d316-1c4b-4281-b951-d872f2087c98
* New resources for launcheroshima@chromium.org2012-12-044-8/+15
| | | | | | | | | | | rename files to match IDR names. BUG=152929 TEST=none Review URL: https://codereview.chromium.org/11348366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170872 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Cellular data plan UI from Ashstevenjb@chromium.org2012-11-281-6/+0
| | | | | | | | | | | | | Cashew has been deprecated and Chrome no longer has access to data plan info. BUG=162964 For ash/, chrome/ resources: TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11421081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169845 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Add real art resources for immersive mode buttonjamescook@chromium.org2012-11-2713-0/+8
| | | | | | | | | | BUG=160897 TEST=visual TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/11308239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169799 0039d316-1c4b-4281-b951-d872f2087c98
* Use new cellular network status icon for failed connection notification.harrym@chromium.org2012-11-271-0/+1
| | | | | | | | | | TBR=sky@chromium.org,stevenjb@chromium.org BUG=148993 Review URL: https://chromiumcodereview.appspot.com/11308138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169539 0039d316-1c4b-4281-b951-d872f2087c98
* Guard chromeos specific resources with pp_ifdefoshima@chromium.org2012-11-211-32/+33
| | | | | | | | | | | TBR=stevenjb@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11280079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168977 0039d316-1c4b-4281-b951-d872f2087c98
* new image files for cell network connection failed notification.harrym@chromium.org2012-11-212-0/+0
| | | | | | | | BUG=148993 Review URL: https://codereview.chromium.org/11299125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168941 0039d316-1c4b-4281-b951-d872f2087c98
* Add network icon images to ash/resourcesstevenjb@chromium.org2012-11-2045-0/+30
| | | | | | | | | | | | | | This is necessary so that Ash code can generate network icon images directly. The Chrome versions will be removed and the code instances renamed in a follow-up CL. BUG=161869 For ash.gyp TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11412082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168828 0039d316-1c4b-4281-b951-d872f2087c98
* Modify color of public account logout button borderbartfab@chromium.org2012-11-202-0/+0
| | | | | | | | | | | | This CL changes the color of the public account logout button border. There was a misunderstanding between the designer and me: When he said "alpha 10", he meant alpha 10% while I understood alpha 10/255 :). BUG=152928 Review URL: https://codereview.chromium.org/11411073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168791 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused wallpaper images from code basebshe@chromium.org2012-11-1925-0/+0
| | | | | | | | | BUG=141431 TBR=sky Review URL: https://codereview.chromium.org/11417066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168573 0039d316-1c4b-4281-b951-d872f2087c98
* Add image assets for TrayPopupTextButton's borderbartfab@chromium.org2012-11-199-0/+4
| | | | | | | | | | | This CL adds the assets required to switch TrayPopupTextButton's border from native drawing to images. BUG=152928,155363 Review URL: https://codereview.chromium.org/11316081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168550 0039d316-1c4b-4281-b951-d872f2087c98
* Replaced maximized images to work better with themed chromeskuhne@google.com2012-11-1412-0/+0
| | | | | | | | | BUG=156423 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/11410097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167743 0039d316-1c4b-4281-b951-d872f2087c98
* Move shadow resources from one grd to another. Needed to be able to pass try ↵ben@chromium.org2012-11-1433-16/+0
| | | | | | | | | | runs. http://crbug.com/158115 TBR=derat@chromium.org Review URL: https://codereview.chromium.org/11312220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167688 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wallpapers from grd files and the flag that disable new wallpaper pickerbshe@chromium.org2012-11-081-89/+0
| | | | | | | | | | Some follow up cls will remove the actual jpg files and do more clean up of the old wallpaper picker code BUG=141431 Review URL: https://codereview.chromium.org/11368018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166802 0039d316-1c4b-4281-b951-d872f2087c98
* Add image assets for aura bar logout buttonbartfab@chromium.org2012-11-0655-0/+29
| | | | | | | | | | | | This CL adds the image assets for a big red logout button in the aura bar, to be used by public accounts. BUG=152929 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11367104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166227 0039d316-1c4b-4281-b951-d872f2087c98
* Update underline assetsdavemoore@chromium.org2012-11-056-0/+0
| | | | | | | | | BUG=156525 TEST=NONE Review URL: https://codereview.chromium.org/11366008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165968 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the network info icon alignment issue in hover state. Assets change only.jennyz@chromium.org2012-10-314-0/+0
| | | | | | | | | BUG=156918 TBR=sky Review URL: https://codereview.chromium.org/11343061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165242 0039d316-1c4b-4281-b951-d872f2087c98
* Updated launcher/status imagessaintlou@chromium.org2012-10-3160-0/+0
| | | | | | | | BUG=146603, 127583 Review URL: https://codereview.chromium.org/11273025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165192 0039d316-1c4b-4281-b951-d872f2087c98
* Making full screen controls swap to the left on right to left systemsskuhne@chromium.org2012-10-311-0/+1
| | | | | | | | | | BUG=158519 TEST=visual Review URL: https://chromiumcodereview.appspot.com/11350004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165117 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new r to l shadow resource for full screen window controlsskuhne@google.com2012-10-301-0/+0
| | | | | | | | | BUG=150519 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/11301047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165064 0039d316-1c4b-4281-b951-d872f2087c98
* Move ash/system/web_notification message_center to ui/stevenjb@chromium.org2012-10-303-1/+0
| | | | | | | | | | | | | This CL is dependent on http://codereview.chromium.org/11189099/ This will complete the migration of the message center code from Ash to UI so that it can be used on other Views platforms. BUG=150872 Review URL: https://chromiumcodereview.appspot.com/11229022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164857 0039d316-1c4b-4281-b951-d872f2087c98
* Replacing 200% icons for window_position_right_.._restore.pngskuhne@google.com2012-10-253-0/+0
| | | | | | | | | | BUG=155200 TEST=visual inspection TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/11271036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164212 0039d316-1c4b-4281-b951-d872f2087c98
* Replace shadow assetsstevenjb@chromium.org2012-10-2517-8/+0
| | | | | | | | | | BUG=154959 R=xiyuan@chromium.org Review URL: https://chromiumcodereview.appspot.com/11185068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164119 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused png fileoshima@chromium.org2012-10-171-0/+0
| | | | | | | | | | TBR=flackr@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/11188048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162567 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete code for secondary displayoshima@chromium.org2012-10-171-1/+0
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11194032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162544 0039d316-1c4b-4281-b951-d872f2087c98
* Updating two image resourcesskuhne@google.com2012-10-172-0/+0
| | | | | | | | | BUG=155202, 155200 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/11190030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162513 0039d316-1c4b-4281-b951-d872f2087c98
* Include wallpaper to win_aura's executablesoshima@chromium.org2012-10-061-0/+1
| | | | | | | | | | | This fixes crash at startup time. BUG=151870 TEST=ash_shell.exe no longer crash at startup Review URL: https://chromiumcodereview.appspot.com/11026075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160562 0039d316-1c4b-4281-b951-d872f2087c98
* Make incognito guy face right.saintlou@chromium.org2012-10-054-0/+0
| | | | | | | | | BUG=151554 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11028072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160486 0039d316-1c4b-4281-b951-d872f2087c98
* Adding alternate wallpaper.saintlou@chromium.org2012-10-041-0/+9
| | | | | | | | BUG=153820 Review URL: https://chromiumcodereview.appspot.com/11064002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160219 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused native assets.flackr@chromium.org2012-10-044-3/+0
| | | | | | | | | | TBR=sky BUG=149722 Review URL: https://codereview.chromium.org/11063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160126 0039d316-1c4b-4281-b951-d872f2087c98
* Added new multi_window_resize_v.png images (100% and 200%)skuhne@google.com2012-10-042-0/+0
| | | | | | | | BUG=137367 Review URL: https://codereview.chromium.org/11044022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160024 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused window shade resources.flackr@chromium.org2012-09-214-3/+0
| | | | | | | | | | | TBR=sky BUG=147388 TEST=None Review URL: https://codereview.chromium.org/10915285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158000 0039d316-1c4b-4281-b951-d872f2087c98
* Remove text and private chunks from png imagesbenrg@chromium.org2012-09-17336-0/+0
| | | | | | | | | | | | | | | | Removing tEXt, iTXt, tIME, mk*, prVW, and vpAg chunks saves over 2 MB. The biggest savings is from iTXt chunks containing XML, seemingly left by Adobe ImageReady, which totaled 1.6 MB in 1600 files. Also update chrome/app/theme/README with extra pngcrush flags to drop the worst offenders. Chunks I left in place but that we may not need: cHRM, gAMA, iCCP, pHYs, sBIT. TBR=ben@chromium.org BUG=146632 TEST=pngtopnm|md5sum unchanged for all affected images Review URL: https://codereview.chromium.org/10916327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157065 0039d316-1c4b-4281-b951-d872f2087c98
* show black bar when autohiddendavemoore@chromium.org2012-09-166-0/+0
| | | | | | | | BUG=123698 Review URL: https://codereview.chromium.org/10915279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157055 0039d316-1c4b-4281-b951-d872f2087c98