Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Loads local resources from current locale subtree if available, if not it ↵ | cira@chromium.org | 2009-10-07 | 1 | -0/+33 |
falls back to extension subtree. We look for ext_root/foo/bar.js under ext_root/_locales/fr/foo/bar.js if current locale is fr. If there is no fr specific resource we load ext_root/foo/bar.js instead. Lots of small refactoring to replace FilePath with ExtensionResource. BUG=12131 TEST=See unittest for sample tree. Review URL: http://codereview.chromium.org/256022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28333 0039d316-1c4b-4281-b951-d872f2087c98 |