summaryrefslogtreecommitdiffstats
path: root/chrome_frame/simple_resource_loader.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-101-6/+8
* Add methods to add DataPack from open filescjhopman@chromium.org2012-07-101-1/+1
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+1
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-1/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+1
* Add scale factor tag to data packssail@chromium.org2012-05-011-1/+2
* Metro/HiDPI: Cleanup ResourceBundlesail@chromium.org2012-04-121-5/+5
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-191-4/+8
* This broke lots of layout tests on OSX.levin@chromium.org2011-09-151-8/+4
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-151-4/+8
* Load both language packs and the resource dlls in ChromeFrame and look for lo...ananta@chromium.org2011-08-261-40/+50
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-3/+3
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-2/+8
* The UI language rather than the locale is now used to pick Chrome's language ...grt@chromium.org2010-11-161-90/+34
* Various changes to make GCF nicer for the non-en-US world:grt@chromium.org2010-10-201-74/+214
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* Correct problem with localized resource loading in Chrome Frame: we were not ...robertshield@chromium.org2010-09-241-31/+54
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Completing Chrome Frame localization by adding the resource script containing...robertshield@chromium.org2010-03-241-0/+4
* Add a simple resource loader to Chrome Frame that is capable of finding, load...robertshield@chromium.org2010-03-241-0/+136