Many of our HTML files have CSS in them (about_credits.html, about_memory.html, etc) which needs to be tweaked per-platform (more specifically, using an appropriate sans-serif font; see http://crbug.com/21458). We already do templating with jstemplate, but from what I can tell it can't swap out the values of CSS selectors. Is the best thing to do just to find/replace on the strings coming back from ResourceBundle::GetRawDataResource?
Avi --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
