summaryrefslogtreecommitdiffstats
path: root/ui/base/resource
Commit message (Expand)AuthorAgeFilesLines
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-242-9/+8
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-9/+10
* Remove unused includes of base/chromeos/chromeos_version.htfarina@chromium.org2013-06-171-4/+0
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in ui/.dcheng@chromium.org2013-06-121-2/+1
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-112-2/+2
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-073-3/+3
* Update ui/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-1/+1
* Fix the scale factor used for loading chrome.pak on iOSstuartmorgan@chromium.org2013-05-061-1/+1
* Rationalize linux vs x11 in uidavemoore@chromium.org2013-04-291-0/+0
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-176-6/+6
* Fix sizing when auto-scaling a missing resource at a non-integer scale factor...kevers@chromium.org2013-04-052-2/+35
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-282-2/+2
* Revert 190970 "Fix sizing when auto-scaling a missing resource a..."gene@chromium.org2013-03-272-32/+2
* Fix sizing when auto-scaling a missing resource at a non-integer scale factor...kevers@chromium.org2013-03-272-2/+32
* Fix indentation.kevers@chromium.org2013-03-051-11/+11
* Fix loading of high-DPI resources for Windows.kevers@chromium.org2013-03-021-28/+29
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-242-7/+5
* Move file_path.h to base/files.brettw@chromium.org2013-02-246-7/+7
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-177-12/+12
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-1011-70/+77
* Add support for 1x fallback images on iOSstuartmorgan@chromium.org2013-02-063-51/+113
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-4/+3
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-231-1/+1
* Adjust fonts (part of 137349): Add SmallBoldFont to ResourceBundle.sschmitz@chromium.org2012-12-193-4/+15
* Changing SmallFont size from 10px to 11px. sschmitz@chromium.org2012-12-161-1/+1
* Disable ResourceBundleTest.DelegateGetPathForLocalePackdmichael@google.com2012-11-191-1/+7
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-162-6/+6
* Load the resources for max scale factor first.oshima@chromium.org2012-11-147-29/+61
* Always add 100P scale format in the supported format list.noyau@chromium.org2012-11-121-4/+1
* 11358029 updated GRIT such that any custom chunks that GRIT adds are added af...pkotwicz@chromium.org2012-11-092-14/+102
* Desktop linux aura: Don't search for chrome_200_percent.pak.erg@chromium.org2012-11-071-5/+6
* Fix uninitialized memory access in ResourceBundleImageTest.GetImageNamedpkotwicz@chromium.org2012-11-071-0/+1
* Cleanup resource_bundle_unittestpkotwicz@chromium.org2012-11-062-156/+189
* Fix typo in a comment.milanb@chromium.org2012-11-051-1/+1
* Use the maximum device scale factor to determine the resolution of thumbnails. oshima@chromium.org2012-11-022-4/+40
* Add method to load resources without scaleoshima@chromium.org2012-11-015-20/+39
* Revert r165444 "Add method to load resources without scale"oshima@chromium.org2012-11-015-39/+20
* Add method to load resources without scaleoshima@chromium.org2012-11-015-20/+39
* Load 200P resources on iOS.rohitrao@chromium.org2012-11-011-13/+22
* Remove ChromeOS touch layout code.flackr@chromium.org2012-10-231-19/+6
* Resize images for hi-dpi based on a custom PNG chunk added by GRIT r78, and r...benrg@chromium.org2012-10-182-100/+118
* Add ResourceBundle::InitSharedInstanceLocaleOnly().sergeyu@chromium.org2012-10-102-0/+20
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-091-1/+2
* This CL removes ResourceBundle::GetBitmapNamed() and ThemeProvider::GetBitmap...pkotwicz@chromium.org2012-10-092-12/+0
* Adds ResourceBundle for iOS.rohitrao@chromium.org2012-10-082-0/+140
* Remove some dead code in ResourceBundlepkotwicz@chromium.org2012-09-241-14/+0
* Update resource_bundle.h image function comment.msw@chromium.org2012-09-211-2/+1
* Fix ResourceBundleImageSource so that it does not crash when 1.4x resources a...pkotwicz@chromium.org2012-09-193-39/+113
* Revert 157201 - Fix ResourceBundleImageSource so that it does not crash when ...viettrungluu@chromium.org2012-09-173-102/+33
* Fix ResourceBundleImageSource so that it does not crash when 1.4x resources a...pkotwicz@chromium.org2012-09-173-33/+102