summaryrefslogtreecommitdiffstats
path: root/ui/base/resource
Commit message (Expand)AuthorAgeFilesLines
* Remove chrome.pak references, build resources into resources.pak (try 2)jamesr@chromium.org2013-08-234-9/+0
* Revert 218956 "Remove chrome.pak references, build resources int..."vabr@chromium.org2013-08-224-0/+9
* Remove chrome.pak references, build resources into resources.pak (try 2)jamesr@chromium.org2013-08-224-9/+0
* CHR-458: Remove DCHECK which prevents from using custom ResourceBundle::Delegatepkudla@opera.com2013-08-151-1/+1
* Revert 217346 "Remove chrome.pak references, build resources int..."dmazzoni@chromium.org2013-08-134-0/+9
* Remove chrome.pak references, build resources into resources.pakjamesr@chromium.org2013-08-134-9/+0
* Revert 216822 "Remove chrome.pak references, build resources int..."thestig@chromium.org2013-08-104-0/+9
* Remove chrome.pak references, build resources into resources.pakjamesr@chromium.org2013-08-104-9/+0
* Fixes a minor style issue (unnecessary 'else').yukishiino@chromium.org2013-08-021-2/+1
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-013-64/+99
* Move PathExists to base namespace.brettw@chromium.org2013-07-113-3/+3
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-2/+1
* 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